Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m working on a sketch search engine that correlates whatever someone\'s sketching with a picture in the database (the db is just about 40 pictures now). I\'m doing this mostly for fun so I\'m not t
I\'m using JavaCV for a university project. It is essentially a motion detector. I use the OpenCVFrameGrabber class to get the frames from a webcam and I want t开发者_如何转开发o display the grabbed
I have the following setup, I have a robot with a single board computer that runs and navigates a certain path using opencv, robot also has a web server coupled with a simple jquery mobile based web a
I am trying to make a program which opens an image, scans it for circles/round shapes and returns the coordinates so that I can use the cv.Circle function to draw circles over the circle detected.
I\'m developing a stereovision application using OpenCV, Qt creator and MinGW under windows 7. In previous version OpenCV 2.0 , I had a Qt main widget with a plenty of SpinBoxes to control OpenCV ster
I need to make an Android toast from a processing thread, which is custom for OpenCV so I can\'t use runOnUiThread() as suggested here:
I want to send openCV Images via UDP Socket to a Java Server (run with GWT). How can I convert th开发者_开发百科ose cvFormats to java-workable datatypes?I once had to work on something similar to this
I\'ve just successfully built openCV as a static library for iOS armv7 architecture. However, when refe开发者_StackOverflowrencing this library from an app compiled under -o3 (or -o2, -o1) the app ju
I want to detect motion in a quick way before tracking, will absDiff() (or cmpS() ) between 2 frames be sufficient to achieve this or should I consider something more? Pls keep in mind I\'m completely