You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
arthur.t...@googlemail.com
on 27 May 2013 at 11:58The text was updated successfully, but these errors were encountered: