简体   繁体   中英

OpenCV Video module tutorials

As you know there is no opencv official tutorial for video module. That tutorial section is empty. I googled but couldn't find anything good. Any of you know a good OpenCV video module tutorial in c++?

Actually, I need to capture humans, then identify the colour of their T-Shirts

you just want to capture video stream or apply some algo on it or what?

check this

http://www.cc.gatech.edu/~daleshin/OpenCV_Tutorial.pdf

Here is a small example on opencv docs to capture from cam.

http://docs.opencv.org/modules/highgui/doc/reading_and_writing_images_and_video.html

这些来自opencv.org的书籍可能对您有用http://opencv.org/books.html

You can do this by using haarcascade xml already provided in opencv.

Then you can check the color of t-shirt by applying simple opencv filters to extract color.

Haarcascade xmls are available of full human body, upper half, lower half etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM