Typically how much time would it take to capture an image feed from a webcam and detect a blob in it?
Can it be done real time?
I am new to OpenCV, wanted to clarify few things before I jump in to coding.
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes it can be done in realtime. Check the CMVision library. They’ve got some blazingly fast code for segmenting an image based on colour.