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

Fix for OpenCV 4.2 #1

Merged
merged 1 commit into from
Apr 2, 2020
Merged

Fix for OpenCV 4.2 #1

merged 1 commit into from
Apr 2, 2020

Conversation

ManifoldFR
Copy link

The latest OpenCV on Anaconda is 4.2, and some flags like cv::CV_COVAR_ROWS flag have become cv::COVAR_ROWS (so it doesn't compile anymore)

Have you thought about making a pull request for the original repo? It might make your updated code more visible

The latest OpenCV on Anaconda is 4.2, and some flags like `cv::CV_COVAR_ROWS` flag have become `cv::COVAR_ROWS`
@valgur
Copy link
Owner

valgur commented Apr 2, 2020

Thanks! Much appreciated. I was wondering whether the code works with OpenCV versions other than the 3.2 one from Ubuntu 18.04 I was using, but did not get around to testing it yet. I'm planning to add some version support tests for OpenCV, CMake and Python via GitHub's CI soon.

I sort of did create a PR for this repo here, but have received no response so far: JiaxiongQ/DeepLiDAR#31
I would not mind merging it into the original repo as well, if they are interested.

@valgur valgur merged commit 0f98362 into valgur:master Apr 2, 2020
@ManifoldFR ManifoldFR deleted the patch-1 branch April 2, 2020 20:41
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

Successfully merging this pull request may close these issues.

2 participants