Ask Your Question

OoVoO's profile - activity

2014-01-17 07:18:18 -0600 received badge  Student (source)
2014-01-15 20:14:57 -0600 asked a question that is what I got when I run this..! pkg-config --libs opencv

pkg-config --libs opencv /usr/local/lib/libopencv_calib3d.so /usr/local/lib/libopencv_contrib.so /usr/local/lib/libopencv_core.so /usr/local/lib/libopencv_features2d.so /usr/local/lib/libopencv_flann.so /usr/local/lib/libopencv_gpu.so /usr/local/lib/libopencv_highgui.so /usr/local/lib/libopencv_imgproc.so /usr/local/lib/libopencv_legacy.so /usr/local/lib/libopencv_ml.so /usr/local/lib/libopencv_nonfree.so /usr/local/lib/libopencv_objdetect.so /usr/local/lib/libopencv_ocl.so /usr/local/lib/libopencv_photo.so /usr/local/lib/libopencv_stitching.so /usr/local/lib/libopencv_superres.so /usr/local/lib/libopencv_ts.a /usr/local/lib/libopencv_video.so /usr/local/lib/libopencv_videostab.so /usr/lib/i386-linux-gnu/libXext.so /usr/lib/i386-linux-gnu/libX11.so /usr/lib/i386-linux-gnu/libICE.so /usr/lib/i386-linux-gnu/libSM.so /usr/lib/i386-linux-gnu/libGL.so /usr/lib/i386-linux-gnu/libGLU.so -ltbb -lrt -lpthread -lm -ldl

How can fix that or someone can tell me what is the problems? thks guys for your time

2014-01-12 02:19:36 -0600 asked a question I got this error V4L/v4L2

HIGHGUI ERROR: V4L/V4L2: VIDIOC_S_CROP OpenCV Error: Assertion failed (k STD_VECTOR_MAT) in getMat, file /home/qt/opencv/OpenCV/OpenCV/opencv-2.4.8/modules/core/src/matrix.cpp, line 988 terminate called after throwing an instance of 'cv::Exception' what(): /home/qt/opencv/OpenCV/OpenCV/opencv-2.4.8/modules/core/src/matrix.cpp:988: error: (-215) k STD_VECTOR_MAT in function getMat

The program has unexpectedly finished.

2014-01-11 00:42:12 -0600 asked a question videoCaption capwebcam(0); that is causing me problem

Hi guys. I'm trying to make a program in Qt, But, this line "videoCaption capwebcam(0);" is causing a error when I tried to compile.

HIGHGUI ERROR: V4L/V4L2: VIDIOC_S_CROP OpenCV Error: Assertion failed (k == STD_VECTOR_MAT) in getMat, file /home/qt/opencv/OpenCV/OpenCV/opencv-2.4.8/modules/core/src/matrix.cpp, line 988 terminate called after throwing an instance of 'cv::Exception' what(): /home/qt/opencv/OpenCV/OpenCV/opencv-2.4.8/modules/core/src/matrix.cpp:988: error: (-215) k == STD_VECTOR_MAT in function getMat

could guys give a idea to fix that bug ? or any subjection..!!

thks guys..!!

2014-01-11 00:34:38 -0600 commented answer Binaries for MinGW on Windows 7

let me see if I can find some video or info about it :D

2014-01-10 23:16:20 -0600 commented answer VIDIOC_QUERYMENU: Invalid argument

How can I fix it ?

2014-01-10 23:15:42 -0600 answered a question VIDIOC_QUERYMENU: Invalid argument

How can I fix it ?

2014-01-09 10:45:56 -0600 answered a question Binaries for MinGW on Windows 7

1 what program are you trying to use ? http://www.youtube.com/watch?v=oVfAU1ziOjg

2014-01-09 00:45:02 -0600 asked a question Yes...!! another rookie question...!!! :S

how many libraries contains opencv? how many like that "highgui.hpp" have opencv?

2014-01-06 01:11:57 -0600 received badge  Editor (source)
2014-01-06 01:07:32 -0600 asked a question Error from Qt creator

HIGHGUI ERROR: V4L/V4L2: VIDIOC_S_CROP OpenCV Error: Assertion failed (k == STD_VECTOR_MAT) in getMat, file /build/buildd/opencv-2.4.2+dfsg/modules/core/src/matrix.cpp, line 977 terminate called after throwing an instance of 'cv::Exception' what(): /build/buildd/opencv-2.4.2+dfsg/modules/core/src/matrix.cpp:977: error: (-215) k == STD_VECTOR_MAT in function getMat

The inferior stopped because it received a signal from the Operating System.

Signal name : SIGABRT Signal meaning : Aborted

:-1: error: dialog.o: undefined reference to symbol '_ZTVN2cv11_InputArrayE' :-1: error: note: '_ZTVN2cv11_InputArrayE' is defined in DSO /usr/local/lib/libopencv_core.so.3.0 so try adding it to the linker command line /usr/local/lib/libopencv_core.so.3.0:-1: error: could not read symbols: Invalid operation :-1: error: collect2: error: ld returned 1 exit status

the program doesn't eject

2014-01-03 10:12:37 -0600 commented answer Eclipse give an errors when I try to compile Opencv program

I still have a error with this line exactly with CV_WINDOW_AUTOSIZE ../src/dialogwindow.cpp:17:35: error: ‘CV_WINDOW_NORMAL’ was not declared in this scope make: * [src/dialogwindow.o] Error 1

I compiled with CMakeLists.txt and it works perfectly, but I want to fix that problem in eclipse.

2014-01-03 02:00:34 -0600 asked a question Eclipse give an errors when I try to compile Opencv program

./src/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.o:(.data+0x0): multiple definition of info_compiler' ./src/CMakeFiles/2.8.10.1/CompilerIdCXX/CMakeCXXCompilerId.o:(.data+0x0): first defined here ./src/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.o:(.data+0x4): multiple definition ofinfo_platform' ./src/CMakeFiles/2.8.10.1/CompilerIdCXX/CMakeCXXCompilerId.o:(.data+0x4): first defined here ./src/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.o:(.data+0x8): multiple definition of info_arch' ./src/CMakeFiles/2.8.10.1/CompilerIdCXX/CMakeCXXCompilerId.o:(.data+0x8): first defined here ./src/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.o: In functionmain': /eclipse/opencv/Debug/../src/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.c:382: multiple definition of main' ./src/CMakeFiles/2.8.10.1/CompilerIdCXX/CMakeCXXCompilerId.o: /eclipse/opencv/Debug/../src/CMakeFiles/2.8.10.1/CompilerIdCXX/CMakeCXXCompilerId.cpp:366: first defined here ./src/dialogwindow.o: In functioncv::MatSize::MatSize(int)': /eclipse/opencv/Debug/../src/dialogwindow.cpp:18: multiple definition of `main' ./src/CMakeFiles/2.8.10.1/CompilerIdCXX/CMakeCXXCompilerId.o:/eclipse/opencv/Debug/../src/CMakeFiles/2.8.10.1/CompilerIdCXX/CMakeCXXCompilerId.cpp:366: first defined here collect2: error: ld returned 1 exit status make: ** [opencv] Error 1

include "opencv2/highgui/highgui_c.h"

include<opencv2 highgui="" highgui.hpp="">

include <iostream>

using namespace cv; using namespace std; int main( int argc, char** argv ){ Mat image; image = imread( argv[1], 1 );

if( argc != 2 || !image.data ) { cout << "No image data \n" <<endl; return="" -1;="" }<="" p="">

namedWindow( "Display Image", CV_WINDOW_AUTOSIZE ); imshow( "Display Image", image );

waitKey(0);

return 0; }