OpenCV  2.4.13.2
Open Source Computer Vision
contrib.hpp File Reference

Classes

class  CvAdaptiveSkinDetector
 
class  CvFuzzyPoint
 
class  CvFuzzyCurve
 
class  CvFuzzyFunction
 
class  CvFuzzyRule
 
class  CvFuzzyController
 
class  CvFuzzyMeanShiftTracker
 
class  cv::Octree
 
struct  cv::Octree::Node
 
class  cv::Mesh3D
 
struct  cv::Mesh3D::EmptyMeshException
 
class  cv::SpinImageModel
 
class  cv::TickMeter
 
class  cv::SelfSimDescriptor
 
class  cv::LevMarqSparse
 
class  cv::StereoVar
 
class  cv::Directory
 
class  cv::LogPolar_Interp
 
class  cv::LogPolar_Overlapping
 
struct  cv::LogPolar_Overlapping::kernel
 
class  cv::LogPolar_Adjacent
 
struct  cv::LogPolar_Adjacent::pixel
 
class  cv::LDA
 
class  cv::FaceRecognizer
 

Namespaces

 cv
 

Typedefs

typedef bool(* cv::BundleAdjustCallback) (int iteration, double norm_error, void *user_data)
 

Enumerations

enum  { cv::ROTATION = 1, cv::TRANSLATION = 2, cv::RIGID_BODY_MOTION = 4 }
 
enum  {
  cv::COLORMAP_AUTUMN = 0, cv::COLORMAP_BONE = 1, cv::COLORMAP_JET = 2, cv::COLORMAP_WINTER = 3,
  cv::COLORMAP_RAINBOW = 4, cv::COLORMAP_OCEAN = 5, cv::COLORMAP_SUMMER = 6, cv::COLORMAP_SPRING = 7,
  cv::COLORMAP_COOL = 8, cv::COLORMAP_HSV = 9, cv::COLORMAP_PINK = 10, cv::COLORMAP_HOT = 11
}
 

Functions

std::ostream & cv::operator<< (std::ostream &out, const TickMeter &tm)
 
int cv::chamerMatching (Mat &img, Mat &templ, CV_OUT vector< vector< Point > > &results, CV_OUT vector< float > &cost, double templScale=1, int maxMatches=20, double minMatchDistance=1.0, int padX=3, int padY=3, int scales=5, double minScale=0.6, double maxScale=1.6, double orientationWeight=0.5, double truncate=20)
 
void cv::polyfit (const Mat &srcx, const Mat &srcy, Mat &dst, int order)
 
void cv::generateColors (std::vector< Scalar > &colors, size_t count, size_t factor=100)
 
bool cv::RGBDOdometry (Mat &Rt, const Mat &initRt, const Mat &image0, const Mat &depth0, const Mat &mask0, const Mat &image1, const Mat &depth1, const Mat &mask1, const Mat &cameraMatrix, float minDepth=0.f, float maxDepth=4.f, float maxDepthDiff=0.07f, const std::vector< int > &iterCounts=std::vector< int >(), const std::vector< float > &minGradientMagnitudes=std::vector< float >(), int transformType=RIGID_BODY_MOTION)
 
Mat cv::subspaceProject (InputArray W, InputArray mean, InputArray src)
 
Mat cv::subspaceReconstruct (InputArray W, InputArray mean, InputArray src)
 
Ptr< FaceRecognizer > cv::createEigenFaceRecognizer (int num_components=0, double threshold=DBL_MAX)
 
Ptr< FaceRecognizer > cv::createFisherFaceRecognizer (int num_components=0, double threshold=DBL_MAX)
 
Ptr< FaceRecognizer > cv::createLBPHFaceRecognizer (int radius=1, int neighbors=8, int grid_x=8, int grid_y=8, double threshold=DBL_MAX)
 
void cv::applyColorMap (InputArray src, OutputArray dst, int colormap)
 
bool cv::initModule_contrib ()