Logo
OpenCV  2.4.13.5
Open Source Computer Vision
Classes | Namespaces | Typedefs | Enumerations | Functions
contrib.hpp File Reference
#include "opencv2/core/core.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/objdetect/objdetect.hpp"
#include "opencv2/contrib/retina.hpp"
#include "opencv2/contrib/openfabmap.hpp"

Classes

 
class   CvFuzzyPoint
 
class   CvFuzzyCurve
 
class   CvFuzzyFunction
 
class   CvFuzzyRule
 
 
 
class   cv::Octree
 
struct   cv::Octree::Node
 
class   cv::Mesh3D
 
 
 
class   cv::TickMeter
 
 
 
class   cv::StereoVar
 
class   cv::Directory
 
 
 
 
 
 
class   cv::LDA
 
 

Namespaces

  cv
 

Typedefs

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

Enumerations

 
 

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)
 
 

AltStyle によって変換されたページ (->オリジナル) /