Git Product home page Git Product logo

Comments (1)

Amir-Ramezani avatar Amir-Ramezani commented on July 20, 2024

Hi,

I also have the same kind of problem:

--- not a member of 'cv'

/home/amir-ai/catkin_ws/src/rgbdslam_v2-indigo/src/feature_adjuster.h:77:21: error: ‘AdjusterAdapter’ is not a member of ‘cv’
mutable cv::Ptrcv::AdjusterAdapter adjuster_;
^
/home/amir-ai/catkin_ws/src/rgbdslam_v2-indigo/src/feature_adjuster.h:77:21: error: ‘AdjusterAdapter’ is not a member of ‘cv’
/home/amir-ai/catkin_ws/src/rgbdslam_v2-indigo/src/feature_adjuster.h:77:40: error: template argument 1 is invalid
mutable cv::Ptrcv::AdjusterAdapter adjuster_;
^
/home/amir-ai/catkin_ws/src/rgbdslam_v2-indigo/src/misc.cpp: In function ‘void overlay_edges(cv::Mat, cv::Mat, cv::Mat&, cv::Mat&)’:
/home/amir-ai/catkin_ws/src/rgbdslam_v2-indigo/src/misc.cpp:1167:5: error: ‘cvtColor’ is not a member of ‘cv’
cv::cvtColor(visual, visual_edges, CV_RGB2GRAY);
^
/home/amir-ai/catkin_ws/src/rgbdslam_v2-indigo/src/misc.cpp:1173:3: error: ‘blur’ is not a member of ‘cv’
cv::blur( visual_edges, visual_edges, cv::Size(3,3) );
^
/home/amir-ai/catkin_ws/src/rgbdslam_v2-indigo/src/misc.cpp:1174:3: error: ‘Canny’ is not a member of ‘cv’
cv::Canny(visual_edges, visual_edges, 25, 300);
^
/home/amir-ai/catkin_ws/src/rgbdslam_v2-indigo/src/misc.cpp:1175:3: error: ‘Canny’ is not a member of ‘cv’
cv::Canny(depth, depth_edges, 10, 300);
^
/home/amir-ai/catkin_ws/src/rgbdslam_v2-indigo/src/graph_mgr_io.cpp: In function ‘void drawFeatureConnectors(cv::Mat&, cv::Scalar, std::vectorcv::DMatch, const std::vectorcv::KeyPoint&, const std::vectorcv::KeyPoint&, int, int)’:
/home/amir-ai/catkin_ws/src/rgbdslam_v2-indigo/src/graph_mgr_io.cpp:1040:13: error: ‘line’ is not a member of ‘cv’
cv::line( canvas, p, q, line_color, line_thickness, line_type );
^
/home/amir-ai/catkin_ws/src/rgbdslam_v2-indigo/src/graph_mgr_io.cpp:1042:13: error: ‘circle’ is not a member of ‘cv’
cv::circle(canvas, p, 1, line_color, line_thickness, line_type);
^
/home/amir-ai/catkin_ws/src/rgbdslam_v2-indigo/src/graph_mgr_io.cpp:1048:13: error: ‘line’ is not a member of ‘cv’
cv::line( canvas, p, q, line_color, line_thickness, line_type );
^
/home/amir-ai/catkin_ws/src/rgbdslam_v2-indigo/src/graph_mgr_io.cpp:1051:13: error: ‘line’ is not a member of ‘cv’
cv::line( canvas, p, q, line_color, line_thickness, line_type );

--- Just wondering how this is happening, is there an issue in the codes?

I am also trying to compile in Ubuntu 14 with ROS Indigo.

Could you solve the problem?

from rgbdslam_v2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.