There is a file on 开发者_如何学JAVAthe network and it will be refreshed every 50 millisecond, I want to read it every 50ms, it\'s my code:
I am using openCV and trying to calculate a moving average of the background, then taking the current frame and subtracting the background to determine movement (of some sort).
I am trying to get black and white histogram data from acolor image. How开发者_如何学Cever the current setup I have with my histogram only shows me color data I\'m sure that it\'s something that I hav
There is an implementation of that algorithm in opencv version 1.0 the function is cvCreateFGDStatModel to create the background model. But I can\'t find it in latest versions. Does anybody knows if i
I开发者_如何学Python\'m trying to find a white paper, book, or other publication measuring pupil size with OpenCV but am coming up empty.Any one know of anyone doing this?
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am using AForge for motion detection and I know that motion regions can be set. Is it possible tomake that it triggers only when there are motions in ALL the defined regions?
I\'m learning the basics of OpenCV, and I thought a good project would help me make the studying more fun. After thinking some ideas I came up with some material recognition project. Let\'s say, I got
I try to run facedetect opencv sample with vs2010. debug result \"Unhandled exception at 0x53fa42bf in facedetect.exe: 0xC0000005: Access violation writing location 0x00000000.\"
I am trying to fine tune my image detection project and through my various tests I seem to hit a snag. If I have a logo that is small, (around 10x15), in an image my detection seems to fail and bypass