1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

js: add types included in bound APIs

This fixes #25239
This commit is contained in:
Vincent Rabaud
2024-12-18 11:43:39 +01:00
parent d369cf6d50
commit 1fe9dd0c3b
4 changed files with 10 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
"createMergeDebevec", "createMergeMertens", "createMergeRobertson",
"createTonemapDrago", "createTonemapMantiuk", "createTonemapReinhard", "inpaint"],
"CalibrateCRF": ["process"],
"AlignExposures": ["process"],
"AlignMTB" : ["calculateShift", "shiftMat", "computeBitmaps", "getMaxBits", "setMaxBits",
"getExcludeRange", "setExcludeRange", "getCut", "setCut"],
"CalibrateDebevec" : ["getLambda", "setLambda", "getSamples", "setSamples", "getRandom", "setRandom"],