OpenCV Documentation
3.2
  • 2D Features Framework
  • 3D Visualizer
  • Camera Calibration and 3D Reconstruction
  • Clustering and Search in Multi-Dimensional Spaces
  • Computational Photography
  • Core functionality
  • High-level GUI
  • Image file reading and writing
  • Image processing
  • Images stitching
    • Autocalibration
    • Exposure Compensation
    • Features Finding and Images Matching
      • struct cv::detail::ImageFeatures
      • struct cv::detail::MatchesInfo
      • class cv::detail::AKAZEFeaturesFinder
      • class cv::detail::AffineBestOf2NearestMatcher
      • class cv::detail::BestOf2NearestMatcher
      • class cv::detail::BestOf2NearestRangeMatcher
      • class cv::detail::FeaturesFinder
      • class cv::detail::FeaturesMatcher
      • class cv::detail::OrbFeaturesFinder
      • class cv::detail::SurfFeaturesFinder
    • Image Blenders
    • Images Warping
    • Rotation Estimation
    • Seam Estimation
    • struct cv::detail::CameraParams
    • struct cv::detail::GraphEdge
    • class cv::detail::DisjointSets
    • class cv::detail::Graph
    • class cv::Stitcher
    • class cv::detail::Timelapser
    • class cv::detail::TimelapserCrop
  • Machine Learning
  • Object Detection
  • Shape Distance and Matching
  • Super Resolution
  • Video Analysis
  • Video I/O
  • Video Stabilization
  • Bibliography
  • CUDA Module Introduction
  • Color conversions
  • Deprecated List
  • Frequently Asked Questions
  • Machine Learning Overview
  • OpenCV Tutorials
  • OpenCV modules
  • OpenCV-Python Tutorials
  • Todo List
  • Video I/O with OpenCV Overview
  • contours2.cpp
  • convexhull.cpp
  • cout_mat.cpp
  • demhist.cpp
  • distrans.cpp
  • edge.cpp
  • ffilldemo.cpp
  • filestorage.cpp
  • fitellipse.cpp
  • grabcut.cpp
  • houghcircles.cpp
  • houghlines.cpp
  • kmeans.cpp
  • laplace.cpp
  • lsd_lines.cpp
  • minarea.cpp
  • morphology2.cpp
  • pca.cpp
  • polar_transforms.cpp
  • segment_objects.cpp
  • watershed.cpp
  • Global Namespace
OpenCV Documentation
  • Docs »
  • Images stitching »
  • Features Finding and Images Matching

Features Finding and Images Matching

// structs

struct cv::detail::ImageFeatures;
struct cv::detail::MatchesInfo;

// classes

class cv::detail::AKAZEFeaturesFinder;
class cv::detail::AffineBestOf2NearestMatcher;
class cv::detail::BestOf2NearestMatcher;
class cv::detail::BestOf2NearestRangeMatcher;
class cv::detail::FeaturesFinder;
class cv::detail::FeaturesMatcher;
class cv::detail::OrbFeaturesFinder;
class cv::detail::SurfFeaturesFinder;
Next Previous

© Copyright 1999-2017, OpenCV Maintainers

Built with Sphinx using a theme provided by Read the Docs.