Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during compilation #100

Open
argolomb opened this issue Feb 5, 2020 · 1 comment
Open

Error during compilation #100

argolomb opened this issue Feb 5, 2020 · 1 comment

Comments

@argolomb
Copy link

argolomb commented Feb 5, 2020

I'm facing problems during compilation.
System: ubuntu 16.04
Opencv 3.4

/root/camodocal/src/npoint/five-point/five-point.cpp: In function ‘cv::Mat findEssentialMat(cv::InputArray, cv::InputArray, double, cv::Point2d, int, double, double, int, cv::OutputArray)’:
/root/camodocal/src/npoint/five-point/five-point.cpp:61:13: error: conversion from ‘cv::Mat’ to non-scalar type ‘CvMat’ requested
CvMat p1 = points1;
^
/root/camodocal/src/npoint/five-point/five-point.cpp:62:13: error: conversion from ‘cv::Mat’ to non-scalar type ‘CvMat’ requested
CvMat p2 = points2;
^
/root/camodocal/src/npoint/five-point/five-point.cpp:63:13: error: conversion from ‘cv::Mat’ to non-scalar type ‘CvMat’ requested
CvMat _E = E;

[ 23%] Building CXX object src/pugixml/CMakeFiles/camodocal_pugixml.dir/pugixml.cpp.o
src/npoint/CMakeFiles/camodocal_fivepoint.dir/build.make:62: recipe for target 'src/npoint/CMakeFiles/camodocal_fivepoint.dir/five-point/five-point.cpp.o' failed
make[2]: *** [src/npoint/CMakeFiles/camodocal_fivepoint.dir/five-point/five-point.cpp.o] Error 1
make[1]: *** [src/npoint/CMakeFiles/camodocal_fivepoint.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

@LSXiang
Copy link

LSXiang commented Nov 10, 2021

using eg. CvMat p1 = cvMat(points1) to change code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants