Square object detection using webcam
古いコメントを表示
Hello experts,
I have this code which works so perfect while detecting square objects from images which are downloaded from internet. However, when I am taking the image of a square object from my webcam and processing, its not turning out to be as expected. I am suspecting, the reason could be due to the green and pink hues which are dominantly captured from webcam. The actual output which is being obtained is that there are squares distributed at random places. What do you all suggest?
回答 (2 件)
Image Analyst
2013 年 2 月 10 日
0 投票
I suggest you upload an image: http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers It's always easier to discuss image image processing advice if you have an image to see, don't you think?
5 件のコメント
mona
2013 年 2 月 13 日
mona
2013 年 2 月 13 日
Image Analyst
2013 年 2 月 13 日
I don't see any square objects in that image.
mona
2013 年 2 月 13 日
Image Analyst
2013 年 2 月 13 日
編集済み: Image Analyst
2013 年 2 月 13 日
You can edit your post to correct it. Have you tried imfindcircle()?
mona
2013 年 2 月 13 日
0 投票
3 件のコメント
Image Analyst
2013 年 2 月 13 日
編集済み: Image Analyst
2013 年 2 月 13 日
- This should have been a comment, not an answer.
- Your main problem is poor lighting.
- Also, findcircle may not work on ellipses.
- You may also need to adjust some parameters in imfindcircle. I haven't experimented around with it a lot.
mona
2013 年 2 月 13 日
Image Analyst
2013 年 2 月 14 日
I don't know why you don't agree with the other 3 points, but whatever...
カテゴリ
ヘルプ センター および File Exchange で Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!