fixed ?? marks; fixed missing highlighting in some of the sections
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -2,6 +2,8 @@
|
||||
features2d. 2D Features Framework
|
||||
*********************************
|
||||
|
||||
.. highlight:: cpp
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
|
Reference in New Issue
Block a user