Ask Your Question

REZA's profile - activity

2016-09-11 10:02:12 -0600 received badge  Popular Question (source)
2015-01-18 01:46:29 -0600 commented question Error: install openCV-3.0.0-beta on Ubuntu 14.10

Problem Solved. i change Ubuntu version of 14.10 to 14.04.1 and problem has solved. so i think Ubuntu 14.10 is not consistent with OpenCV.

2015-01-18 01:28:08 -0600 commented question Error: install openCV-3.0.0-beta on Ubuntu 14.10

i had use of many way for CMake configuration, e.g. CMake-GUI with default parameter. and use different version of opencv, i.e. opencv-3-0.0-beta, opencv-2.4.2, github repository opencv. BUT all of this has same error on different stage. however, i think find problem

Thanks for your comment.

2015-01-16 12:55:08 -0600 asked a question Error: install openCV-3.0.0-beta on Ubuntu 14.10

how can solve this ERROR?????

[ 55%] Built target opencv_imgcodecs
Scanning dependencies of target opencv_videoio
[ 56%] [ 56%] [ 56%] [ 56%] [ 56%] Building CXX object modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_ffmpeg.cpp.o
Building CXX object modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_v4l.cpp.o
Building CXX object modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_dc1394_v2.cpp.o
Building CXX object modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap.cpp.o
Building CXX object modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_images.cpp.o
Linking CXX shared library ../../lib/libopencv_videoio.so
/usr/bin/ld: /usr/local/lib/libavcodec.a(avpacket.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libavcodec.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
modules/videoio/CMakeFiles/opencv_videoio.dir/build.make:194: recipe for target 'lib/libopencv_videoio.so.3.0.0' failed
make[2]: *** [lib/libopencv_videoio.so.3.0.0] Error 1
CMakeFiles/Makefile2:2503: recipe for target 'modules/videoio/CMakeFiles/opencv_videoio.dir/all' failed
make[1]: *** [modules/videoio/CMakeFiles/opencv_videoio.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Linking CXX shared library ../../lib/libopencv_video.so
[ 56%] Built target opencv_video
Makefile:136: recipe for target 'all' failed
make: *** [all] Error 2
2014-07-16 12:10:00 -0600 asked a question k-fold cross validation in opencv c++

how to split data in opencv? with k-fold or other cross validation method?

2014-07-12 20:04:55 -0600 commented answer Histogram intersection kernel type for SVM

Thanks....

2014-07-12 08:57:12 -0600 commented answer Histogram intersection kernel type for SVM

how can i download 3.0.0 version? Because there aren't in this address: "http://opencv.org/downloads.html"

thanks for your answer.

2014-07-12 08:45:42 -0600 received badge  Supporter (source)
2014-07-09 15:27:53 -0600 received badge  Student (source)
2014-07-09 12:53:19 -0600 asked a question Histogram intersection kernel type for SVM

hi, do there are "Histogram Intersection" kernel type in opencv?