opencv2/shape/shape_transformer.hpp#
#include <vector>
#include <opencv2/core.hpp>
#include <opencv2/imgproc.hpp>
Include dependency graph for shape_transformer.hpp:
This graph shows which files directly or indirectly include shape_transformer.hpp:
Classes#
class cv::AffineTransformer
Wrapper class for the OpenCV Affine Transformation algorithm. : More…
class cv::ShapeTransformer
Abstract base class for shape transformation algorithms. More…
class cv::ThinPlateSplineShapeTransformer
Definition of the transformation. More…
Namespaces#
namespace cv
Functions#
Ptr< AffineTransformer > cv::createAffineTransformer (bool fullAffine)
Ptr< ThinPlateSplineShapeTransformer > cv::createThinPlateSplineShapeTransformer (double regularizationParameter=0)