Go to the source code of this file.
Classes | |
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 |
class | cv::SelfSimDescriptor |
class | cv::LevMarqSparse |
class | cv::StereoVar |
Namespaces | |
namespace | cv |
Namespace where all the C++ OpenCV functionality resides. | |
Typedefs | |
typedef bool(* | cv::BundleAdjustCallback )(int iteration, double norm_error, void *user_data) |
Functions | |
CV_EXPORTS std::ostream & | cv::operator<< (std::ostream &out, const TickMeter &tm) |
CV_EXPORTS int | cv::chamerMatching (Mat &img, Mat &templ, vector< vector< Point > > &results, 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) |