nohous / ipwithopencv

Automatically exported from code.google.com/p/ipwithopencv
0 stars 0 forks source link

Undefined Rederence to #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
resolved, thank you

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