Robust background substraction in outdoor environment
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi i need help for my final year project..i need background substraction coding for robust environment (including illumination changes) as i hardly find any reference coding in the internet for my ball detecting robot project. Need reply ASAP..thanks
댓글 수: 0
답변 (3개)
Joachim Schlosser
2016년 3월 21일
A final year project involves some aspect of research and discovery. MATLAB Documentation and MATLAB Central offer plenty of material if you search for it.
댓글 수: 0
Image Analyst
2016년 3월 21일
If the ball is moving, like you're following a tennis ball, then you can use optical flow. Or if it's a constant, known color you can use color segmentation. I have color segmentation demos in my File Exchange. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
댓글 수: 4
Dima Lisin
2016년 4월 17일
편집: Dima Lisin
2016년 4월 17일
Use vision.ForegroundDetector from the Computer Vision System Toolbox.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!