OpenCV  5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
shape_transformer.hpp File Reference
#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 this file:

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
 "black box" representation of the file storage associated with a file on disk.
 

Functions

Ptr< AffineTransformercv::createAffineTransformer (bool fullAffine)
 
Ptr< ThinPlateSplineShapeTransformercv::createThinPlateSplineShapeTransformer (double regularizationParameter=0)