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

Undefined Rederence to #1

Open
GoogleCodeExporter opened this issue Jul 29, 2015 · 2 comments
Open

Undefined Rederence to #1

GoogleCodeExporter opened this issue Jul 29, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Code implemented, Image implemented, std::vector implemented
2. Command CThinPlateSpline tps(iP ,iiP);
 tps.warpImage(_Image, _TPSImage, 0.01, INTER_CUBIC, BACK_WARP);

What is the expected output? What do you see instead?
Expected Output is a Thin Plate Splines Transformation.
Errors:
cpp:566: error: undefined reference to 
`CThinPlateSpline::CThinPlateSpline(std::vector<cv::Point_<int>, 
std::allocator<cv::Point_<int> > > const&, std::vector<cv::Point_<int>, 
std::allocator<cv::Point_<int> > > const&)'

.cpp:566: error: undefined reference to `CThinPlateSpline::~CThinPlateSpline()'

:-1: error: collect2: error: ld returned 1 exit status

What version of the product are you using? On what operating system?
latest version

Have you ever experienced this issue?

Thanks,
Arthur

Original issue reported on code.google.com by arthur.t...@googlemail.com on 27 May 2013 at 11:58

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

resolved, thank you

Original comment by arthur.t...@googlemail.com on 27 May 2013 at 1:09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant