Commit b516c288 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #1734 from cv3d:improvements/binding_python

parents e29fc6b7 8e840c86
...@@ -138,7 +138,7 @@ class CV_EXPORTS_W Dictionary { ...@@ -138,7 +138,7 @@ class CV_EXPORTS_W Dictionary {
* - DICT_ARUCO_ORIGINAL: standard ArUco Library Markers. 1024 markers, 5x5 bits, 0 minimum * - DICT_ARUCO_ORIGINAL: standard ArUco Library Markers. 1024 markers, 5x5 bits, 0 minimum
distance distance
*/ */
enum CV_EXPORTS_W_SIMPLE PREDEFINED_DICTIONARY_NAME { enum PREDEFINED_DICTIONARY_NAME {
DICT_4X4_50 = 0, DICT_4X4_50 = 0,
DICT_4X4_100, DICT_4X4_100,
DICT_4X4_250, DICT_4X4_250,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment