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

OpenCV4 Support - error: ‘CV_GRAY2RGB’ was not declared in this scope #258

Closed
pulak-gautam opened this issue Sep 25, 2023 · 1 comment

Comments

@pulak-gautam
Copy link

pulak-gautam commented Sep 25, 2023

/rovio/include/rovio/ImgUpdate.hpp:590:68: error: ‘CV_GRAY2RGB’ was not declared in this scope
  590 |         cvtColor(meas.aux().pyr_[i].imgs_[0], filterState.img_[i], CV_GRAY2RGB);

It seems that internally rovio uses OpenCV 3.4.

@pulak-gautam
Copy link
Author

#252 fixes it

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

1 participant