Best as in reliable, maintainable and fast. Considering Processing, VVVV or OpenFrameworks? I know Processing doe开发者_Go百科sn\'t handle big video frames very well.
no matter what \"CV_FOURCC\" I use I get this: OpenCV Error: Unsupported format or combination of formats (Gstreamer
My aim is to determine the color of object. And make a classification, for example some blue, little bit dark blue or light blue can be classified to one type - Blue. I have some template objects imag
I have an image of the target logo that I am trying to use to find target logos in other images. I am currently running two different detection algorithms to help me detect any logos on the image. The
if I try: writer = cv.CreateVideoWriter(file, -1,(int(800),int(600)), is_color=1) -or- writer = cv.CreateVideoWriter(file, -1,(800,600), is_color=1)
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Here\'s a general math problem I was hoping someone could help me with. My app has the user take a picture of a roof and then mark the perimeter of the roof.I would like to calc开发者_C百科ulate the a
In this video http://www.youtube.com/watch?v=Jd3-eiid-Uw a hologram type effect is achieved by moving a 3d camera in some sort of corresponding motion to that of the viewers head.
what is the best approach to identify a pattern (could be a text,signature, logo. NOT faces,objects,people,etc) in an image, given that all images are taken from the same angle, which means the patter
I am currently using EmguCV (OpenCV C# wrapper) sucessfully to detect faces in real-time (webcam). I get around 7 FPS.