How to scale mask to the size of the object?
6 次查看(过去 30 天)
显示 更早的评论
I have imported a point cloud to Matlab and now I have a matrix with x,y,z coordiantes of points. Coordinates are from real object and the distances between points are in milimeters. Then I did a 2D binary mask which is shaped like a cloud projected onto the X-Y plane but it has diffrent dimensions. For now I want to scale the mask to the size of the cloud an make coordinates system of mask and cloud uniform. Anybody now how to do this? I will appreciate every help.
0 个评论
回答(1 个)
Image Analyst
2014-5-2
How exactly does the shape of your mask match the shape of your object? If it's close, you can use regionprops to get the sizes and then scale the mask so that its area matches that of the object, then use imregister to translate it to align it. Please post both images so I can see them.
2 个评论
Image Analyst
2014-5-15
OK, how can I help?
How can you help us to help you? Read this: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Point Cloud Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!