kiwifig / ipwithopencv

Automatically exported from code.google.com/p/ipwithopencv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined Rederence to

GoogleCodeExporter opened this issue · comments

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

[deleted comment]
resolved, thank you

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