OpenCV  4.7.0
Open Source Computer Vision
Classes | Namespaces | Functions
shape_transformer.hpp File Reference
#include <vector>
#include "opencv2/core.hpp"
#include "opencv2/imgproc.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

 cv
 "black box" representation of the file storage associated with a file on disk.
 

Functions

Ptr< AffineTransformer > cv::createAffineTransformer (bool fullAffine)
 
Ptr< ThinPlateSplineShapeTransformer > cv::createThinPlateSplineShapeTransformer (double regularizationParameter=0)