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

not definition #1

Open
twyt opened this issue Apr 17, 2015 · 5 comments
Open

not definition #1

twyt opened this issue Apr 17, 2015 · 5 comments

Comments

@twyt
Copy link

twyt commented Apr 17, 2015

when I compile the TILT.cpp, Variables such as center.x center.y E W.diag() region[0] region_tau, is not definition.what can I do?

@Smorodov
Copy link
Owner

They are defined like:
Point2f center=(pts[0]+pts[2])*0.5;
it is standard opencv's datatype variables.

What environment do you use?
What compiler output you getting?

@twyt
Copy link
Author

twyt commented Apr 21, 2015

windows 7 and visual studio 2010!
I had solved the problems above, as the sentences had been commented in your code.
Now,I have a problem with the lib of opencv,which is "can not find the .dll", while it can be compilered successfully

@twyt
Copy link
Author

twyt commented Apr 21, 2015

Thank you very much for your reply.

@Smorodov
Copy link
Owner

Just add to path variable the path to opencv's dll's, or simply copy them to your .exe file location.

@twyt
Copy link
Author

twyt commented Apr 22, 2015

Thank you!At present,the dlls'problem have been proved.

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

2 participants