Go to the source code of this file.
Classes | |
class | CvImage |
class | CvMatrix |
class | CvCamShiftTracker |
class | CvAdaptiveSkinDetector |
class | CvAdaptiveSkinDetector::Histogram |
class | CvFuzzyPoint |
class | CvFuzzyCurve |
class | CvFuzzyFunction |
class | CvFuzzyRule |
class | CvFuzzyController |
class | CvFuzzyMeanShiftTracker |
class | CvFuzzyMeanShiftTracker::FuzzyResizer |
class | CvFuzzyMeanShiftTracker::SearchWindow |
class | cv::Octree |
struct | cv::Octree::Node |
class | cv::Mesh3D |
struct | cv::Mesh3D::EmptyMeshException |
class | cv::SpinImageModel |
class | cv::TickMeter |
struct | cv::HOGDescriptor |
class | cv::SelfSimDescriptor |
class | cv::PatchGenerator |
class | cv::LDetector |
class | cv::FernClassifier |
struct | cv::FernClassifier::Feature |
class | cv::PlanarObjectDetector |
class | cv::LevMarqSparse |
struct | cv::DefaultRngAuto |
struct | cv::BaseKeypoint |
class | cv::CSMatrixGenerator |
class | cv::RandomizedTree |
struct | cv::RTreeNode |
class | cv::RTreeClassifier |
class | cv::BackgroundSubtractor |
class | cv::BackgroundSubtractorMOG |
class | cv::CvAffinePose |
class | cv::OneWayDescriptor |
class | cv::OneWayDescriptorBase |
class | cv::OneWayDescriptorObject |
Namespaces | |
namespace | cv |
Typedefs | |
typedef LDetector | cv::YAPE |
typedef cv::RNG | cv::CalonderRng |
A pseudo-random number generator usable with std::random_shuffle. | |
typedef unsigned int | cv::int_type |
Functions | |
CV_EXPORTS std::ostream & | cv::operator<< (std::ostream &out, const TickMeter &tm) |
CV_EXPORTS void | cv::FAST (const Mat &image, vector< KeyPoint > &keypoints, int threshold, bool nonmax_supression=true) |
CV_EXPORTS bool | cv::find4QuadCornerSubpix (const Mat &img, std::vector< Point2f > &corners, Size region_size) |