Go to the source code of this file.
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 | |
Namespace where all the C++ OpenCV functionality resides. | |
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 | |
CV_EXPORTS std::ostream & | cv::operator<< (std::ostream &out, const TickMeter &tm) |
CV_EXPORTS_W 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) |
CV_EXPORTS void | cv::polyfit (const Mat &srcx, const Mat &srcy, Mat &dst, int order) |
CV_EXPORTS void | cv::generateColors (std::vector< Scalar > &colors, size_t count, size_t factor=100) |
CV_EXPORTS 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) |
CV_EXPORTS Mat | cv::subspaceProject (InputArray W, InputArray mean, InputArray src) |
CV_EXPORTS Mat | cv::subspaceReconstruct (InputArray W, InputArray mean, InputArray src) |
CV_EXPORTS_W Ptr< FaceRecognizer > | cv::createEigenFaceRecognizer (int num_components=0, double threshold=DBL_MAX) |
CV_EXPORTS_W Ptr< FaceRecognizer > | cv::createFisherFaceRecognizer (int num_components=0, double threshold=DBL_MAX) |
CV_EXPORTS_W Ptr< FaceRecognizer > | cv::createLBPHFaceRecognizer (int radius=1, int neighbors=8, int grid_x=8, int grid_y=8, double threshold=DBL_MAX) |
CV_EXPORTS_W void | cv::applyColorMap (InputArray src, OutputArray dst, int colormap) |
CV_EXPORTS bool | cv::initModule_contrib () |