Ask Your Question

chaiein's profile - activity

2020-10-21 05:01:56 -0600 received badge  Popular Question (source)
2020-07-01 18:34:30 -0600 received badge  Notable Question (source)
2020-01-27 15:57:18 -0600 received badge  Popular Question (source)
2019-03-19 22:39:31 -0600 received badge  Popular Question (source)
2018-04-30 08:10:34 -0600 received badge  Student (source)
2017-04-14 23:26:52 -0600 asked a question Is the mid point in KeyLine match to the same mid point in the other image?

In KeyLine there is a parameter, pt which is a mid point of the detected line. If there are 2 matched lines that are from different frames. Will this pt match with each other? Can we consider this pt from 2 images and give the 3rd constructed point?

2017-03-16 03:51:36 -0600 asked a question BIAS and ImageMagick installation

After following ImageMagick-7.0.5-2 installation procedure and successful check. While building BIAS

- /home/chaiein/VR/BIAS-2.8.0/CMakeLists.txt(88) : BIAS Version 2.8.0 started new log.
-- /home/chaiein/VR/BIAS-2.8.0/CMakeLists.txt(74): *** running BIAS toplevel CMakeLists.txt ***
-- /home/chaiein/VR/BIAS-2.8.0/CMakeLists.txt(74): CMAKE_MODULE_PATH=/home/chaiein/VR/BIAS-2.8.0/CMakeModules
-- Check for compiler OpenMP support...
-- ERROR: IMAGEMAGICKLIB was not found.
CMake Error at CMakeLists.txt:78 (MESSAGE):
  FATAL_ERROR: IMAGEMAGICKLIB requested but not found.
Call Stack (most recent call first):
  CMakeLists.txt:426 (MSG_FATAL)

How to solve this problem

2017-03-08 02:54:02 -0600 commented question error while loading shared libraries: libopencv_core3.so.3.1: cannot open shared object file: No such file or directory

This is happening when I run a code which was working well before sudo apt-get update & upgrade. /home/chaiein/VR/ORB_SLAM/bin/ORB_SLAM: error while loading shared libraries: libopencv_core3.so.3.1: cannot open shared object file: No such file or directory Press <return> to close this window...

2017-03-07 09:20:47 -0600 asked a question hdf5.h no such file or directory

On make install of opencv 3.2.0 after 98% In file included from /home/chaiein/VR/opencv-3.2.0/build/modules/python2/pyopencv_generated_include.h:12:0, from /home/chaiein/VR/opencv-3.2.0/modules/python/src2/cv2.cpp:12: /home/chaiein/VR/opencv_contrib-3.1.0/modules/hdf/include/opencv2/hdf/hdf5.hpp:4 fatal error: hdf5.h: No such file or directory compilation terminated. modules/python2/CMakeFiles/opencv_python2.dir/build.make:305: recipe for target 'modules/python2/CMakeFiles/opencv_python2.dir/__/src2/cv2.cpp.o' failed make[2]: * [modules/python2/CMakeFiles/opencv_python2.dir/__/src2/cv2.cpp.o] Error 1 CMakeFiles/Makefile2:14169: recipe for target 'modules/python2/CMakeFiles/opencv_python2.dir/all' failed make[1]: [modules/python2/CMakeFiles/opencv_python2.dir/all] Error 2 Makefile:160: recipe for target 'all' failed make: ** [all] Error 2

2017-03-07 08:19:12 -0600 commented question error while loading shared libraries: libopencv_core3.so.3.1: cannot open shared object file: No such file or directory

yup I did make install

2017-03-07 07:57:12 -0600 asked a question error while loading shared libraries: libopencv_core3.so.3.1: cannot open shared object file: No such file or directory

After sudo apt-get update and upgrade I am getting the error error while loading shared libraries: libopencv_core3.so.3.1: cannot open shared object file: No such file or directory

I am using qt creator to run the program

2016-02-15 01:35:11 -0600 asked a question how to create pose graph file?

I want to create a pose graph file. Example as in http://ais.informatik.uni-freiburg.de...

is there any inbuilt libraries for the creating such files or what are the steps needed to create such files?

2016-02-14 22:59:12 -0600 received badge  Supporter (source)
2016-02-14 22:59:06 -0600 commented answer CAP_PROP_FRAME_WIDTH not member of cv

solved this error by installing 3.1.0 version of opencv.

2016-02-14 22:37:36 -0600 commented question MSVCP120.dll missing

Thank you @matman it worked for me but with few modifications of adding opencv_world310d.lib in additional dependencies and opencv path from vc14. Please mark above as the solution.

2016-02-14 19:51:05 -0600 received badge  Editor (source)
2016-02-14 05:35:58 -0600 commented question MSVCP120.dll missing

please give the steps so after resolving I can confirm its a answer.

2016-02-14 05:26:16 -0600 commented question MSVCP120.dll missing

Can please give me the steps for building opencv with visual studio 2015

2016-02-14 04:36:48 -0600 commented question MSVCP120.dll missing

then vc12 is also giving MSVCP120.dll error. should the environmental variables PATH be changed?

2016-02-14 04:29:04 -0600 asked a question MSVCP120.dll missing

I am trying to execute a simple open cv program in the visual studio 2015. The build is successful, but i get the msvcp110.dll missing. I have even tried changing the path of opencv from vc11 to vc12 . then it shows MSVCP120.dll missing.

How to resolve this problem?

2016-02-12 02:53:55 -0600 asked a question CAP_PROP_FRAME_WIDTH not member of cv

how to resove the error of
error: ‘CAP_PROP_FRAME_WIDTH’ is not a member of ‘cv’ mCap.set(cv::CAP_PROP_FRAME_WIDTH, 640);