Java Script config fix after 4.x merge.

This commit is contained in:
Alexander Smorkalov
2024-09-24 11:44:09 +03:00
parent fe1a4b61bc
commit 4d5beef7db
2 changed files with 8 additions and 1 deletions

View File

@@ -3,7 +3,6 @@
{
"": [
"findHomography",
"calibrateCameraExtended",
"drawFrameAxes",
"estimateAffine2D",
"getDefaultNewCameraMatrix",

View File

@@ -0,0 +1,8 @@
{
"whitelist":
{
"": [
"calibrateCameraExtended"
]
}
}