OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
 

Functions

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