fixed ?? marks; fixed missing highlighting in some of the sections

This commit is contained in:
Vadim Pisarevsky
2011-04-19 11:41:12 +00:00
parent e863c3d5f6
commit e9a5bbc003
17 changed files with 76 additions and 85 deletions

View File

@@ -1,6 +1,8 @@
Common Interfaces of Feature Detectors
======================================
.. highlight:: cpp
Feature detectors in OpenCV have wrappers with common interface that enables to switch easily
between different algorithms solving the same problem. All objects that implement keypoint detectors
inherit
@@ -14,7 +16,7 @@ KeyPoint
--------
.. c:type:: KeyPoint
Data structure for salient point detectors. ::
Data structure for salient point detectors. ::
class KeyPoint
{
@@ -64,6 +66,8 @@ KeyPoint
// reads vector of keypoints from the specified file storage node
void read(const FileNode& node, CV_OUT vector<KeyPoint>& keypoints);
..
.. index:: FeatureDetector

View File

@@ -2,6 +2,8 @@
features2d. 2D Features Framework
*********************************
.. highlight:: cpp
.. toctree::
:maxdepth: 2