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

Type Convert Error from Void * #2

Open
Ishaangt opened this issue Aug 2, 2013 · 2 comments
Open

Type Convert Error from Void * #2

Ishaangt opened this issue Aug 2, 2013 · 2 comments

Comments

@Ishaangt
Copy link

Ishaangt commented Aug 2, 2013

Error 6 error C2440: '=' : cannot convert from 'void *' to 'CvPoint *'
Error 7 error C2440: '=' : cannot convert from 'void *' to 'CvConvexicityDefect *'

Clarification Needed

@Miroslav-
Copy link

you find a solution to this problem?

@abozanona
Copy link

It seems that this project is a C project and not C++. You'll need to use casting to convert void * type to CvPoint * and CvConvexicityDefect type.
you can refer to this question in stackoverflow for mor info about this problem.

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