5 # include <vcl_msvc_warnings.h> 46 result[0]=
v[0]*lambda;
47 result[1]=
v[1]*lambda;
81 assert(!
"vcsl_cubic net yet implemented");
84 assert(!
"vcsl_spline net yet implemented");
87 assert(!
"This is impossible");
vnl_vector< double > inverse(const vnl_vector< double > &v, double time) const override
Image of ‘v’ by the inverse of ‘this’.
bool is_invertible(double time) const override
Is ‘this’ invertible at time ‘time’? Never !.
double focal_value(double time) const
Compute the parameter at time ‘time’.
Perspective projection transformation.
bool is_valid() const override
Is ‘this’ correctly set ?.
list_of_scalars focal_
Angle variation along the time.
vnl_vector< double > execute(const vnl_vector< double > &v, double time) const override
Image of ‘v’ by ‘this’.