Browse Source

Added MSER.Pass2Only

pull/703/head
Canming Huang 4 years ago
parent
commit
e33ace6cb6
  1. 22
      Emgu.CV.Extern/CMakeLists.txt

22
Emgu.CV.Extern/CMakeLists.txt

@ -1506,6 +1506,28 @@ ENDIF()
""
""
${HAVE_opencv_features2d})
CREATE_OCV_CLASS_PROPERTY(
"features2d/MSER_property"
"${CMAKE_CURRENT_SOURCE_DIR}/../Emgu.CV/Features2D/MSER.g.cs"
"cv::MSER"
"MSER"
"Pass2Only;Delta;MinArea;MaxArea"
"bool;int;int;int"
"prop;prop;prop;prop"
"Pass2Only;Delta;MinArea;MaxArea"
"bool;int;int;int"
"Pass2 only;
Delta;
Min Area;
Max Area"
"Emgu.CV.Features2D"
"Features2DInvoke"
"MSER"
""
"#include \"features2d_c.h\""
""
""
${HAVE_opencv_features2d})
############################### features2d code gen END ################################

Loading…
Cancel
Save