1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #26184 from asmorkalov:as/js_merge_fix_5.x

Java Script config fix after 4.x merge.
This commit is contained in:
Alexander Smorkalov
2024-09-24 13:32:56 +03:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
@@ -3,7 +3,6 @@
{
"": [
"findHomography",
"calibrateCameraExtended",
"drawFrameAxes",
"estimateAffine2D",
"getDefaultNewCameraMatrix",
+8
View File
@@ -0,0 +1,8 @@
{
"whitelist":
{
"": [
"calibrateCameraExtended"
]
}
}