¡@

Home 

c++ Programming Glossary: opencv

Installing OpenCV 2.4.3 in Visual C++ 2010 Express [closed]

http://stackoverflow.com/questions/10901905/installing-opencv-2-4-3-in-visual-c-2010-express

OpenCV 2.4.3 in Visual C 2010 Express closed How do you install and.. Visual C 2010 Express closed How do you install and use OpenCV 2.4.3 under VC 2010 Express c visual c opencv share improve.. c opencv share improve this question 1. Installing OpenCV 2.4.3 First get OpenCV 2.4.3 from sourceforge.net. Its a self..

OpenCV 2.3 C++ Visual Studio 2010

http://stackoverflow.com/questions/7011238/opencv-2-3-c-visual-studio-2010

2.3 C Visual Studio 2010 I'm trying to use opencv 2.3 with.. result is 1 LINK fatal error LNK1104 cannot open file 'c OpenCV2.3 build x86 vc10 lib.obj' There's no lib.obj in OpenCV folders... 'c OpenCV2.3 build x86 vc10 lib.obj' There's no lib.obj in OpenCV folders. I've only unziped OpenCV 2.3.0 win superpack.exe without..

OpenCV C++/Obj-C: Detecting a sheet of paper / Square Detection

http://stackoverflow.com/questions/8667818/opencv-c-obj-c-detecting-a-sheet-of-paper-square-detection

C Obj C Detecting a sheet of paper Square Detection I successfully.. of paper Square Detection I successfully implemented the OpenCV square detection example in my test application but now need.. I made some modifications to the squares demo present in OpenCV and the resulting C code below is able to detect a sheet of..

Getting started with OpenCV 2.4 and MinGW on Windows 7

http://stackoverflow.com/questions/10860352/getting-started-with-opencv-2-4-and-mingw-on-windows-7

OpenCV 2.4 and compile my code with MinGW c windows opencv mingw share improve this question 1. Installing OpenCV 2.4.3.. all files get extracted. It will create a new directory C opencv which contains OpenCV header files libraries code samples etc... files libraries code samples etc. Now you need to add C opencv build x86 mingw bin directory to your system PATH. This directory..

Installing OpenCV 2.4.3 in Visual C++ 2010 Express [closed]

http://stackoverflow.com/questions/10901905/installing-opencv-2-4-3-in-visual-c-2010-express

and use OpenCV 2.4.3 under VC 2010 Express c visual c opencv share improve this question 1. Installing OpenCV 2.4.3 First.. all files get extracted. It will create a new directory C opencv which contains OpenCV header files libraries code samples etc... code samples etc. Now you need to add the directory C opencv build x86 vc10 bin to your system PATH. This directory contains..

OpenCV 2.3 C++ Visual Studio 2010

http://stackoverflow.com/questions/7011238/opencv-2-3-c-visual-studio-2010

2.3 C Visual Studio 2010 I'm trying to use opencv 2.3 with Visual Studio 2010 Express. My code is from example.. my linker settings. Added build include and build include opencv as include directories to my compiler settings. And the result.. am I doing wrong c c visual studio 2010 visual studio opencv share improve this question Well the official guide is for..

OpenCV with Network Cameras

http://stackoverflow.com/questions/712998/opencv-with-network-cameras

IP camera with openCV Thanks Andrea c windows networking opencv ffmpeg share improve this question rtsp protocol did not.. my camera Dlink DCS 900 . Syntax found here http answers.opencv.org question 133 how do i access an ip camera I did not need..

Executing cv::warpPerspective for a fake deskewing on a set of cv::Point

http://stackoverflow.com/questions/7838487/executing-cvwarpperspective-for-a-fake-deskewing-on-a-set-of-cvpoint

rotated return 0 Can someone help me fix this problem c opencv transformation perspective skew share improve this question..

OpenCV C++/Obj-C: Detecting a sheet of paper / Square Detection

http://stackoverflow.com/questions/8667818/opencv-c-obj-c-detecting-a-sheet-of-paper-square-detection

255 1 8 blue return image c objective c image processing opencv computer vision share improve this question This is a recurring..

Calculating convexityDefects using OpenCV 2.4 in c++

http://stackoverflow.com/questions/10620981/calculating-convexitydefects-using-opencv-2-4-in-c

c ios opencv share improve this question From openCV wiki Finds the convexity defects of a contour. So you should..

scale and rotation Template matching

http://stackoverflow.com/questions/10666436/scale-and-rotation-template-matching

your object is rotated or scaled in scene. You should try openCV function from Features2D Framework. For example SIFT or SURF.. about them and choose those that fit good for your tasks. openCV FeatureDetector steps 1 and 2 in algorithm above openCV DescriptorExtractor.. openCV FeatureDetector steps 1 and 2 in algorithm above openCV DescriptorExtractor steps 1.1 and 2.1 in algorithm above openCV..

connected components in OpenCV

http://stackoverflow.com/questions/12688524/connected-components-in-opencv

components in OpenCV I am looking for an openCV function that can find connected components and preform a few..

openCV 2.4.3 iOS framework compiler trouble recognising some c++ headers

http://stackoverflow.com/questions/13905471/opencv-2-4-3-ios-framework-compiler-trouble-recognising-some-c-headers

2.4.3 iOS framework compiler trouble recognising some c headers.. iOS framework compiler trouble recognising some c headers openCV 2.4.3 Xcode 4.5.2 mac osx 10.8.2 I am trying to get openCV working.. openCV 2.4.3 Xcode 4.5.2 mac osx 10.8.2 I am trying to get openCV working with iOS. I am attempting to use the the prebuilt 2.4.3..

openCV: How to split a video into image sequence?

http://stackoverflow.com/questions/4350698/opencv-how-to-split-a-video-into-image-sequence

How to split a video into image sequence Using opencv how can..

Tutorial for Iphone OpenCV on shape recognising

http://stackoverflow.com/questions/5738792/tutorial-for-iphone-opencv-on-shape-recognising

Detecting a circle of a specific color or gray level with openCV Detect Corners of Triangle in Image on iPhone OpenCV Object.. colored objects in OpenCV Circle recognition using openCV Fast OpenCV Circle Tracking check the description of the video..

Compiling OpenCV code on a 64-bit mac

http://stackoverflow.com/questions/5781198/compiling-opencv-code-on-a-64-bit-mac

mac I recently inherited some OpenCV code. I installed openCV on my mac built in in XCode and then compiled and successfully.. in XCode and then compiled and successfully ran my first openCV hello world ish program. Now I'm trying to run the code I was..

OpenCV with Network Cameras

http://stackoverflow.com/questions/712998/opencv-with-network-cameras

with Network Cameras I'm using openCV 1.1pre1 under Windows. I have a network camera and I need to.. I have a network camera and I need to grab frames from openCV. That camera can stream a standard mpeg4 stream over RTSP or.. I've seen many threads talking about using ffmpeg with openCV but I cannot make it work. How I can grab frames from an IP..

OpenCV to use in memory buffers or file pointers

http://stackoverflow.com/questions/801199/opencv-to-use-in-memory-buffers-or-file-pointers

in memory buffers or file pointers The two functions in openCV cvLoadImage and cvSaveImage accept file path's as arguments...

Calculating convexityDefects using OpenCV 2.4 in c++

http://stackoverflow.com/questions/10620981/calculating-convexitydefects-using-opencv-2-4-in-c

ideas on what I'm doing wrong when using convexityDefects Opencv convexityDefects documentation Thanks in advance. UPDATE Thanks..

haar training OpenCV assertion failed

http://stackoverflow.com/questions/10863560/haar-training-opencv-assertion-failed

some point during the training process it stops and says Opencv Error Assertion failed elements_read 1 in unknown function file..

Select Timeout error in Ubuntu - Opencv

http://stackoverflow.com/questions/12715209/select-timeout-error-in-ubuntu-opencv

Timeout error in Ubuntu Opencv I am trying to set OpenCv up for my final year project and..

Error in opencv code for motion detection

http://stackoverflow.com/questions/14309111/error-in-opencv-code-for-motion-detection

and the coordinates of human gait motion. I am working in Opencv and C but the documentation in opencv for object detection won't..

Can I determin the number of channels in cv::Mat Opencv

http://stackoverflow.com/questions/17363886/can-i-determin-the-number-of-channels-in-cvmat-opencv

I determin the number of channels in cv Mat Opencv This maybe rudimentary but is it possible to know how many.. get the laplacian of the image which is straight from the Opencv Documentation. int main int argc char argv Mat src imread argv..

Knowing the value of an Mat element Opencv

http://stackoverflow.com/questions/17364987/knowing-the-value-of-an-mat-element-opencv

the value of an Mat element Opencv From my question Can I determin the number of channels in cv.. question Can I determin the number of channels in cv Mat Opencv I am using the same code to find the laplacian of Gaussian of..

OpenCV : libopencv_core.so.2.4: cannot open shared object file: No such file or directory

http://stackoverflow.com/questions/19164343/opencv-libopencv-core-so-2-4-cannot-open-shared-object-file-no-such-file-or

file No such file or directory I recently installed Opencv 2.4.6 I wrote a code for bird's eye view transformation it's.. it's not the final code . With the earlier version of Opencv 2.4.3 it was being executed. And now I am getting a error while..

compiling code with OpenCV Libraries

http://stackoverflow.com/questions/4559945/compiling-code-with-opencv-libraries

I'm trying to compile a sample program after installing Opencv with the command g hello world.cpp o hello world I usr local..

imread not working in Opencv

http://stackoverflow.com/questions/7417637/imread-not-working-in-opencv

not working in Opencv I'm trying to use the imread function from OpenCV2.2. My code..

How to access the elements of single channel IplImage in Opencv

http://stackoverflow.com/questions/9679953/how-to-access-the-elements-of-single-channel-iplimage-in-opencv

to access the elements of single channel IplImage in Opencv How can I access the Elements of an IplImage single channel..

Opencv tracking using optical flow

http://stackoverflow.com/questions/9701276/opencv-tracking-using-optical-flow

tracking using optical flow I use this to functions as a base..

OpenCv 2.3 C - How to isolate object inside image

http://stackoverflow.com/questions/10315551/opencv-2-3-c-how-to-isolate-object-inside-image

2.3 C How to isolate object inside image i have an image like..

Detection of rectangular bright area in a Image using OpenCv

http://stackoverflow.com/questions/10581451/detection-of-rectangular-bright-area-in-a-image-using-opencv

of rectangular bright area in a Image using OpenCv I have previously asked a question Marking an interest point..

Select Timeout error in Ubuntu - Opencv

http://stackoverflow.com/questions/12715209/select-timeout-error-in-ubuntu-opencv

Timeout error in Ubuntu Opencv I am trying to set OpenCv up for my final year project and have run into a couple of problems...

MSVSP100D.dll missing working with opencv 2.4.1 in window 8 [closed]

http://stackoverflow.com/questions/13089212/msvsp100d-dll-missing-working-with-opencv-2-4-1-in-window-8

redists version 11 for your application and version 10 for OpenCv this is mandatory . Notice that you might not be able to link..

Getting error using SVM with SURF

http://stackoverflow.com/questions/18391673/getting-error-using-svm-with-surf

float count_2 0 count_2 nb_cars 1 1 count_2 Error OpenCv Error Formats of input argument do not match in unknown function..

C++ : What's the easiest library to open video file

http://stackoverflow.com/questions/37956/c-whats-the-easiest-library-to-open-video-file

All of this frameworks have been implemented as backend in OpenCv Highgui except for DirectShow. The default framework for Win32..

Convexity defects C++ OpenCv

http://stackoverflow.com/questions/6806637/convexity-defects-c-opencv

defects C OpenCv I would be grateful to you if you could help me with this issue..

OpenCV (CvHaarClassifierCascade*) cvLoad doesn't load , unable to load xml file

http://stackoverflow.com/questions/7158039/opencv-cvhaarclassifiercascade-cvload-doesnt-load-unable-to-load-xml-file

unable to load xml file I'm trying face detection using OpenCv 2.3 . My trying to load haarcascade_frontalface_alt_tree.xml..

How to detect the Sun from the space sky in OpenCv?

http://stackoverflow.com/questions/8218997/how-to-detect-the-sun-from-the-space-sky-in-opencv

to detect the Sun from the space sky in OpenCv I need to detect the Sun from the space sky. These are examples..

How can one easily detect whether 2 ROIs intersects in OpenCv?

http://stackoverflow.com/questions/8714101/how-can-one-easily-detect-whether-2-rois-intersects-in-opencv

can one easily detect whether 2 ROIs intersects in OpenCv I am trying to detect whether 2 Regions of Interest CvRect..