mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Improve solvePnP doc, add assert >= 4 in solvePnP, escape underscore character for Scalar_ documentation.
Add reference to SOLVEPNP_ITERATIVE in the doc.
This commit is contained in:
@@ -572,7 +572,7 @@ public:
|
||||
|
||||
/** @brief Template class for a 4-element vector derived from Vec.
|
||||
|
||||
Being derived from Vec\<_Tp, 4\> , Scalar_ and Scalar can be used just as typical 4-element
|
||||
Being derived from Vec\<_Tp, 4\> , Scalar\_ and Scalar can be used just as typical 4-element
|
||||
vectors. In addition, they can be converted to/from CvScalar . The type Scalar is widely used in
|
||||
OpenCV to pass pixel values.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user