what are or is the most effective real time image segmentation techniques & algorithms when dealing with a metallic cylindrical part being turned on a lathe machine?
1 ビュー (過去 30 日間)
表示 古いコメント
real time image segmentation techniques
0 件のコメント
採用された回答
Image Analyst
2015 年 5 月 27 日
If it's a computer controlled lathe, you know the progress and any time because you know the total time it takes to cut it. If you wanted to make another system to give you basically the same information you'd have to take like 100 shots, and then when you run it again, you can compare your image, through maximum absolute deviation or something like that to all 100 images and find out the percentage done you are. Like if the MAD was closest to your reference image #39 then you'd be 39% of the way done. Of course you know that also just simply from the time the picture was taken, the time you started, and the known completion time.
0 件のコメント
その他の回答 (1 件)
Image Analyst
2015 年 5 月 26 日
How about thresholding? By the way, you forgot to attach your image like most people who want image processing advice. Did you seem image segmentation tutorial? http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!