Ask Your Question

tengfei han's profile - activity

2018-09-11 02:02:57 -0600 received badge  Enthusiast
2018-09-08 01:50:53 -0600 asked a question error: (-2) GStreamer: cannot link elements in function CvVideoWriter_GStreamer::open

error: (-2) GStreamer: cannot link elements in function CvVideoWriter_GStreamer::open does anyone know how to fix t

2018-09-07 02:59:29 -0600 commented question Gstreamer Opencv backend doesn't support this codec acutally

I followed your instructions, but this problem still exists.

2018-09-07 02:17:25 -0600 commented question Gstreamer Opencv backend doesn't support this codec acutally

@berak, if I updated my OpenCV's version, this problem would be disappeared.it that right ?

2018-09-07 01:56:08 -0600 asked a question Gstreamer Opencv backend doesn't support this codec acutally

Gstreamer Opencv backend doesn't support this codec acutally OpenCV Error: Unsupported format or combination of formats

2018-06-09 02:50:01 -0600 asked a question It seems like conflicts among different OpenCV versions?

It seems like conflicts among different OpenCV versions? when I try to run roslaunch main.launchin the terminal, OpenCV

2018-04-26 07:05:31 -0600 marked best answer how to install libopencv-imgcodecs-dev on ubuntu?

when I tried to built my project using Kdevelop, some evident errors was displayed at "build"tools view. /home/htf/slambook/ch7/triangulation.cpp: error: ‘CV_FM_8POINT’ was not declared in this scope /home/htf/slambook/ch7/triangulation.cpp: error: ‘CV_LOAD_IMAGE_COLOR’ was not declared in this scope

the opencv version is 4.0.0, so I was thinking these errors should not have appeared.Then I planned to installed some packages to solve this problem,unfortunately, I do not know where could I find the package named imgcodecs. if you have some good ideas or helpful approaches, please contact me as soon as you can , Thank you very much.

1.

Mat fundamental_matrix; fundamental_matrix = findFundamentalMat ( points1, points2, CV_FM_8POINT ); cout<<"fundamental_matrix is "<<endl&lt;&lt; fundamental_matrix&lt;<endl;<="" p="">

2.

Mat img_1 = imread ( argv[1],CV_LOAD_IMAGE_COLOR ); Mat img_2 = imread ( argv[2],CV_LOAD_IMAGE_COLOR);

2018-04-24 05:47:37 -0600 asked a question how to install libopencv-imgcodecs-dev on ubuntu?

how to install libopencv-imgcodecs-dev on ubuntu? when I tried to built my project using Kdevelop, some evident errors w