Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Browsing all 322 articles
Browse latest View live
↧

getting 0xc000007b

I am getting 0xc000007b ( the application was unable to start correctly). Click OK to close.

View Article


this code giving me error of c1083 cannot open source file cv.h ...iam using...

#include #include "opencv2\highgui\highgui.hpp" #include "opencv\cv.hpp" #include "opencv\cv.h" using namespace std; using namespace cv; CvCapture* g_capture=NULL; int g_postion=0; void ontrackbar(int...

View Article


Typical "Exception at memory location"

Hello, I'm trying to make a simple program in VS2015, just reading and showing an image, and I don't know what could be the error. In the title I wrote "typical" because I read a lot about it and I'm...

View Article

Call OpenCV from a C-File

Hello Community, I'm new here and have less programming experience. For a project work for my studies I want to implement an image processing code in an existing program. If this question is misplaced...

View Article

opencv-3.1.0 compile with contrib error when compile aruco

...../opencv_contrib/modules/aruco/src/charuco.cpp: In function ā€˜double cv::aruco::calibrateCameraCharuco(cv::InputArrayOfArrays, cv::InputArrayOfArrays, cv::Ptr&, cv::Size, cv::InputOutputArray,...

View Article


Issue installing opencv on mac

I have this error after trying to install opencv on mac The Captain: Can anybody help me solving this error please.. [ 31%] Building CXX object...

View Article

Gpu API call

Hi erverybody, I have a little question, which I hope you can help me with: I just started working with Cuda over OpenCV. As a part of my algorithm I need to calculate the Histogram of a certain...

View Article

Fisheye calibration assertion error

I tried to calibrate a gopro camera. With the general camera model, everything is fine, but I want to add one more distortion coefficient (K4), so I used the same set of chessboard images and...

View Article


build errors when building opencv_contrib from source code

I download the opencv_contrib source code from the github and try to build it. I use windows 10 + visual studio 2015, My operating system is 64bit, I choose to build the win 32 solution. I also install...

View Article


Gender Detection

Hi: I was trying to follow the instructions from this site http://docs.opencv.org/2.4/modules/contrib/doc/facerec/tutorial/facerec_gender_classification.html but I am getting these error messages :...

View Article

Opencv 2.4 wiki error ?

Hey, I found something weird on the opencv 2.4 documentation. http://docs.opencv.org/2.4/doc/tutorials/imgproc/erosion_dilatation/erosion_dilatation.html It looks like dilate and erode title have been...

View Article

unspecified error

While trying to run opencv programs I am getting the following errors:- Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on...

View Article

WebCam using error with opencv and c++

There is a c++ code for capturing from webcam. This is a code. #include #include #include using namespace std; using namespace cv; int main(int argc, const char *argv[]) { VideoCapture vid(0);...

View Article


findContours ERROR

Hello, I need your help! When I compile my code in VS15 in debug mode and start it with VS everything works. But if I run my program as debug exe, I get this error after findContours ![image...

View Article

Error with classifier (boost): tlsKey != TLS_OUT_OF_INDEXES in function...

Hello everybody, I use mexopencv in Matlab in order to use OpenCV functionality. I use a classifier (boost) that I call many many times. Unfortunately, from time to time (usually after days/weeks and...

View Article


Fatal error LNK1123

LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== I would like to know if there is a...

View Article

fatal error C1083

I am trying a Camera Capture Code, and I get this error: 1>c:\users\user\documents\visual studio 2010\projects\displaycamera\displaycamera\displaycamera.cpp(6): fatal error C1083: Cannot open...

View Article


LINK : fatal error LNK1104: cannot open file 'opencv_nonfree231d.lib'

I can“t find this opencv_nonofree231.lib on my PC... should I look for it and add it to my project directory?

View Article

simple question:starting with open cv

Hi, I am testing open cv with this simple code: #include // A Simple Camera Capture Framework int main() { CvCapture* capture = cvCaptureFromCAM( CV_CAP_ANY ); if ( !capture ) { fprintf( stderr,...

View Article

Node js error OpenCV in Ubuntu

Hi, I need your help because I can not install openCV on node js. Help me please I'm desperate

View Article
Browsing all 322 articles
Browse latest View live