I\'m doing some prototyping with OpenCV f开发者_如何转开发or a hobby project involving processing of real time camera data. I wonder if it is worth the effort to reimplement this in C or C++ when I ha
I need to use both openCV and ARtoolkit libraries in the same project. I\'m trying to get frame by using arVideoGetImage() f开发者_运维百科unction in order to process for with openCV functions. howeve
I am trying to make a C# desktop application (with Emgu CV wrapper) which captures the feed from the camera, detects edges in the feed and then displays the original feed (coloured) with the edges - s
I am working on a school project with OpenCV.A major part of the program will be a comparison of histograms.There will be a database of histograms and new histograms will be created from a live video
I am trying to implement a image recognition program in C++. I had completed the extracted of feature, now trying to save the large amount of numbers. I had 2 implementation in mind, one is to save
Can anybody provide simple steps of \"Skeleton Pruning by Contour Partitioning with Discrete Curve Evolution\" Algorithm
How can I confirm if openCV is properly installed in my c开发者_如何学JAVAomputer ? Is there any quick command line for it ? I am on Ubuntu 9.10 A proper answer to my own question !
I\'m having a problem getting OpenMP and OpenCV to play nicely with a new project in Xcode. The project in its current state does nothing开发者_StackOverflow中文版 but grab frames from the default cam
I have compiled opencv on snow leopard and it says it compiled correctly, however when I try to compile my sample program against it, I get output like:
I need to rotate an image by very small angle, like 1-5 degrees. Does OpenCV provide simple way of doing that? From reading docs 开发者_开发问答i can assume that getAffineTransform() should be involve