Add support for enums into rst ocv domain
This commit is contained in:
@@ -221,15 +221,13 @@ Implementation of the camera parameters refinement algorithm which minimizes sum
|
||||
|
||||
detail::WaveCorrectKind
|
||||
-----------------------
|
||||
.. ocv:class:: detail::WaveCorrectKind
|
||||
Wave correction kind.
|
||||
|
||||
Wave correction kind. ::
|
||||
.. ocv:enum:: detail::WaveCorrectKind
|
||||
|
||||
.. ocv:emember:: WAVE_CORRECT_HORIZ
|
||||
.. ocv:emember:: WAVE_CORRECT_VERT
|
||||
|
||||
enum CV_EXPORTS WaveCorrectKind
|
||||
{
|
||||
WAVE_CORRECT_HORIZ,
|
||||
WAVE_CORRECT_VERT
|
||||
};
|
||||
|
||||
detail::waveCorrect
|
||||
-------------------
|
||||
@@ -239,4 +237,4 @@ Tries to make panorama more horizontal (or vertical).
|
||||
|
||||
:param rmats: Camera rotation matrices.
|
||||
|
||||
:param kind: Correction kind, see :ocv:class:`detail::WaveCorrectKind`.
|
||||
:param kind: Correction kind, see :ocv:enum:`detail::WaveCorrectKind`.
|
||||
|
||||
Reference in New Issue
Block a user