I am working on a project to stitch together around 400 high resolution aerial images around 36000x2600 to create a map. I am currently using OpenCV and so far I have obtained the match points between
I\'m trying to do a project with OpenCV 2.2. I\'ve successfully compiled OpenCV and QT (so I can get support for opengl). All of the samples work. However, when I try to create my own project from scr
I have just installed the OpenCV 2.2 library with VS 2010 following the willowgarage install guide. at first no dll could be detected so I copied every .dll file in the OpenCV folder to Windows, syste
I hope you can help me. I have a simple CMakeLists.txt in order to build my project on Leopard 10.5.8.
I\'m using OpenCV\'s python interface to do K-Means clustering of multidimensional data (usually dimension of 7). I\'m getting strange
I wanna fill a black and white image and show it. I can\'t understand what\'s the metter with this code:
I\'ve writ开发者_运维百科ten a simple application in OpenCV, and compiled it using the following command:
I am processing very large images but I get an exception that informs me \"Failed to allocate 991623040 bytes\"
Is there some way of using OpenCV\'s imread function to read from std::in? Mat imread( const string& filename, int flags=1 );
Having some problems with Visual C++ express 2010 and getting the same thing with Visual Studio 2010.