1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Added option to wrap opencv_contrib into JS too.

This commit is contained in:
Alexander Smorkalov
2025-09-25 17:25:04 +03:00
parent 659106a99d
commit 5755d4f224
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -107,6 +107,10 @@ typedef SimpleBlobDetector::Params SimpleBlobDetector_Params;
typedef TrackerMIL::Params TrackerMIL_Params;
#endif
#ifdef HAVE_OPENCV_XIMGPROC
typedef ximgproc::EdgeDrawing::Params EdgeDrawing_Params;
#endif
// HACK: JS generator ommits namespace for parameter types for some reason. Added typedef to handle std::string correctly
typedef std::string string;