mirror of
https://github.com/opencv/opencv.git
synced 2025-06-18 16:11:50 +08:00
Fixed cv namespace boldface (from ticket #991)
This commit is contained in:
parent
839c1bea4b
commit
3822128602
@ -23,10 +23,10 @@ The further chapters of the document describe functionality of each module. But
|
|||||||
API Concepts
|
API Concepts
|
||||||
================
|
================
|
||||||
|
|
||||||
*``cv``* Namespace
|
``cv`` Namespace
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
All the OpenCV classes and functions are placed into the *``cv``* namespace. Therefore, to access this functionality from your code, use the ``cv::`` specifier or ``using namespace cv;`` directive:
|
All the OpenCV classes and functions are placed into the ``cv`` namespace. Therefore, to access this functionality from your code, use the ``cv::`` specifier or ``using namespace cv;`` directive:
|
||||||
|
|
||||||
.. code-block:: c
|
.. code-block:: c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user