MIRA
|
Contains transform_cast operator. More...
Go to the source code of this file.
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Functions | |
template<typename TargetTransform , typename OtherT , int OtherD> | |
TargetTransform | transform_cast (const RigidTransform< OtherT, OtherD > &other) |
Casts a RigidTransform or RigidTransformCov to a RigidTransform of a different type. More... | |
template<typename TargetTransform , typename OtherT , int OtherD> | |
TargetTransform | transform_cast (const RigidTransformCov< OtherT, OtherD > &other) |
Casts a RigidTransformCov to a RigidTransform of a different type. More... | |
Contains transform_cast operator.