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

CV_AA to LINE_AA compatible opencv4 #3

Open
Geo-fortune opened this issue Sep 29, 2018 · 2 comments
Open

CV_AA to LINE_AA compatible opencv4 #3

Geo-fortune opened this issue Sep 29, 2018 · 2 comments

Comments

@Geo-fortune
Copy link

if CV_VERSIION is 4.0.0-pre,
the CV_AA and CV_BGR2GRAY has changed.
instead, changed to LINE_AA and COLOR_BGR2GRAY.

CV_AA --> LINE_AA
CV_BGR2GRAY --> COLOR_BGR2GRAY

@ahmedesoliman
Copy link

Thanks, that's helpful!

@Mechazo11
Copy link

if CV_VERSIION is 4.0.0-pre, the CV_AA and CV_BGR2GRAY has changed. instead, changed to LINE_AA and COLOR_BGR2GRAY.

CV_AA --> LINE_AA CV_BGR2GRAY --> COLOR_BGR2GRAY

@Geo-fortune thanks, was very helpful

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

3 participants