You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// those function are marked as CV_EXPORTS, but they are missing from the shared libraries
505
504
// ### core ###
506
-
"cv_MatConstIterator_MatConstIterator_const_MatX_const_intX" => ("not(target_os = \"windows\")","!defined(OCVRS_TARGET_OS_WINDOWS)"),// missing in windows dll
507
-
"cv_SparseMatIterator_SparseMatIterator_SparseMatX_const_intX" => ("not(target_os = \"windows\")","!defined(OCVRS_TARGET_OS_WINDOWS)"),// missing in windows dll
508
-
"cv__OutputArray__OutputArray_const_vector_GpuMat_R" => ("not(target_os = \"windows\")","!defined(OCVRS_TARGET_OS_WINDOWS)"),// missing in windows dll
509
-
"cv_cuda_convertFp16_const__InputArrayR_const__OutputArrayR_StreamR" => ("not(target_os = \"windows\")","!defined(OCVRS_TARGET_OS_WINDOWS)"),// missing in windows dll
510
-
"cv_getImpl_vector_int_R_vector_String_R" => ("not(target_os = \"windows\")","!defined(OCVRS_TARGET_OS_WINDOWS)"),// missing in windows dll
"cv_dnn_BackendNode_BackendNode_int" => ("not(target_os = \"windows\")","!defined(OCVRS_TARGET_OS_WINDOWS)"),// missing in windows dll
514
-
515
-
// ### imgproc ###
516
-
"cv_getRotationMatrix2D__Point2f_double_double" => ("not(target_os = \"windows\")","!defined(OCVRS_TARGET_OS_WINDOWS)"),// missing in windows dll
517
-
511
+
"cv_dnn_BackendNode_BackendNode_int" => "-",
518
512
// ### stitching ###
519
-
"cv_createStitcherScans_bool" => ("not(target_os = \"windows\")","!defined(OCVRS_TARGET_OS_WINDOWS)"),// missing in windows dll
520
-
"cv_createStitcher_bool" => ("not(target_os = \"windows\")","!defined(OCVRS_TARGET_OS_WINDOWS)"),// missing in windows dll
521
-
513
+
"cv_createStitcherScans_bool" => "-",
514
+
"cv_createStitcher_bool" => "-",
522
515
// ### surface_matching ###
523
-
"cv_ppf_match_3d_PPF3DDetector_read_const_FileNodeR" => ("not(target_os = \"windows\")","!defined(OCVRS_TARGET_OS_WINDOWS)"),// missing in windows dll
524
-
"cv_ppf_match_3d_PPF3DDetector_write_const_FileStorageR" => ("not(target_os = \"windows\")","!defined(OCVRS_TARGET_OS_WINDOWS)"),// missing in windows dll
0 commit comments