VINS-Mono | Versatile Monocular Visual-Inertial State Estimator | Robotics library
kandi X-RAY | VINS-Mono Summary
kandi X-RAY | VINS-Mono Summary
A Robust and Versatile Monocular Visual-Inertial State Estimator
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of VINS-Mono
VINS-Mono Key Features
VINS-Mono Examples and Code Snippets
Community Discussions
Trending Discussions on VINS-Mono
QUESTION
I was trying to compile the following visual odometry library: https://github.com/HKUST-Aerial-Robotics/VINS-Mono but in attempting to do so with OpenCV 4.0, I'm getting several "error: 'x' is not a member of 'cv' errors. There were several of these involving things like RGB2GRAY that I was able to Google and figure out how to update, but there's a couple errors remaining that I haven't been able to figure out how to update. These are as follows:
- error: 'SHAPE_CROSS' is not a member of 'cv'
- error: 'SHAPE_RECT' is not a member of 'cv'
- error: 'TERMCRIT_EPS' is not a member of 'cv'
- error: 'TERMCRIT_ITER' is not a member of 'cv'
Would anyone know what the fixes for these would be for OpenCV 4.0? Thanks in advance.
...ANSWER
Answered 2020-Dec-14 at 18:56Found my solution after some more Googling:
CV_SHAPE_CROSS
--> cv::MORPH_CROSS
CV_SHAPE_RECT
--> cv::MORPH_RECT
CV_TERMCRIT_EPS
--> cv::TermCriteria::EPS
CV_TERMCRIT_ITER
--> cv::TermCriteria::MAX_ITER
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install VINS-Mono
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page