Open Source Computer Vision Library
6904 matches across 18 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ndroid/aar-template/OpenCV/src/main/cpp/native-lib.cpp | 1 | // This empty .cpp file is used for creating an AAR with empty C++ lib that will be replaced with OpenCV C++ lib |
| LOW | …ndroid/aar-template/OpenCV/src/main/cpp/include/temp.h | 1 | // This empty .h file is used for creating an AAR with empty C++ lib that will be replaced with OpenCV C++ lib |
| LOW | …forms/semihosting/include/aarch64_semihosting_port.hpp | 1 | // This file is part of OpenCV project. |
| LOW | cmake/checks/opencl.cpp | 1 | // custom OpenCL headers are located in "CL" subfolder (3rdparty/include/...) |
| LOW | cmake/checks/cpu_vsx.cpp | 1 | #if defined(__VSX__) |
| LOW | cmake/checks/webnn.cpp | 1 | #include <webnn/webnn_cpp.h> |
| LOW | cmake/checks/cpu_popcnt.cpp | 1 | #ifdef _MSC_VER |
| LOW | cmake/checks/cpu_neon.cpp | 1 | #include <stdio.h> |
| LOW | hal/armpl/include/armpl_hal_core.hpp | 81 | |
| LOW | hal/carotene/hal/tegra_hal.hpp | 41 | #define _tegra_hal_H_INCLUDED_ |
| LOW | hal/carotene/hal/tegra_hal.hpp | 61 | ST * src2_data_, size_t src2_step_, |
| LOW | hal/carotene/hal/tegra_hal.hpp | 161 | : CV_HAL_ERROR_NOT_IMPLEMENTED \ |
| LOW | hal/carotene/hal/tegra_hal.hpp | 181 | #define cv_hal_sub8s(src1, sz1, src2, sz2, dst, sz, w, h) TEGRA_BINARYOP(CAROTENE_NS::s8, sub, src1, sz1, src2, sz2, dst |
| LOW | hal/carotene/hal/tegra_hal.hpp | 201 | #define cv_hal_max32s(src1, sz1, src2, sz2, dst, sz, w, h) TEGRA_BINARYOP(CAROTENE_NS::s32, max, src1, sz1, src2, sz2, d |
| LOW | hal/carotene/hal/tegra_hal.hpp | 221 | #define cv_hal_absdiff8u(src1, sz1, src2, sz2, dst, sz, w, h) TEGRA_BINARYOP(CAROTENE_NS::u8, absDiff, src1, sz1, src2, |
| LOW | hal/carotene/hal/tegra_hal.hpp | 281 | ((op) == cv::CMP_LE) ? \ |
| LOW | hal/carotene/hal/tegra_hal.hpp | 341 | |
| LOW | hal/carotene/hal/tegra_hal.hpp | 361 | #define cv_hal_div8u(src1, sz1, src2, sz2, dst, sz, w, h, scales) TEGRA_BINARYOPSCALE(CAROTENE_NS::u8, div, src1, sz1, s |
| LOW | hal/carotene/hal/tegra_hal.hpp | 381 | #define cv_hal_recip16s(src1, sz1, dst, sz, w, h, scales) TEGRA_UNARYOPSCALE(CAROTENE_NS::s16, recip, src1, sz1, dst, sz |
| LOW | hal/carotene/hal/tegra_hal.hpp | 521 | #define TEGRA_NOT(src1, sz1, dst, sz, w, h) \ |
| LOW | hal/carotene/hal/tegra_hal.hpp | 541 | #undef cv_hal_add32f |
| LOW | hal/carotene/hal/tegra_hal.hpp | 561 | #undef cv_hal_max8s |
| LOW | hal/carotene/hal/tegra_hal.hpp | 581 | #undef cv_hal_min32s |
| LOW | hal/carotene/hal/tegra_hal.hpp | 741 | #undef cv_hal_mul8u |
| LOW | hal/carotene/hal/tegra_hal.hpp | 761 | #undef cv_hal_div16s |
| LOW | hal/carotene/hal/tegra_hal.hpp | 801 | #define cv_hal_addWeighted16u TEGRA_ADDWEIGHTED |
| LOW | hal/carotene/hal/tegra_hal.hpp | 821 | const ST * src2_data; |
| LOW | hal/carotene/hal/tegra_hal.hpp | 841 | , dst2_data(dst2_data_) |
| LOW | hal/carotene/hal/tegra_hal.hpp | 1841 | #define cv_hal_cvtBGRtoBGR5x5 TEGRA_CVTBGRTOBGR565 |
| LOW | hal/carotene/hal/dummy.cpp | 1 | // This file is needed for compilation on some platforms e.g. with XCode generator |
| LOW | hal/carotene/include/carotene/definitions.hpp | 41 | #define CAROTENE_DEFINITIONS_HPP |
| LOW | hal/carotene/src/resize.cpp | 1281 | |
| LOW | hal/carotene/src/channels_combine.cpp | 61 | #define VLD1Q_LINE(type, n) v_dst.val[n] = vld1q_##type(src##n + sj); |
| LOW | hal/carotene/src/colorconvert.cpp | 1541 | dst[dj + 2] = internal::saturate_cast<u8>(Cb); |
| LOW | hal/carotene/src/colorconvert.cpp | 2441 | const u8 * yBase, ptrdiff_t yStride, |
| LOW | hal/carotene/src/colorconvert.cpp | 2461 | |
| LOW | hal/carotene/src/dummy.cpp | 1 | // This file is needed for compilation on some platforms e.g. with XCode generator |
| LOW | hal/carotene/src/common.hpp | 41 | #define CAROTENE_SRC_COMMON_HPP |
| LOW | hal/ndsrvp/ndsrvp_hal.hpp | 1 | // This file is part of OpenCV project. |
| LOW | hal/ndsrvp/include/features2d.hpp | 1 | // This file is part of OpenCV project. |
| LOW | hal/ndsrvp/include/core.hpp | 201 | }; |
| LOW | hal/ndsrvp/src/cvutils.hpp | 1 | // This file is part of OpenCV project. |
| LOW | hal/ipp/include/ipp_hal_core.hpp | 21 | #undef cv_hal_minMaxIdxMaskStep |
| LOW | hal/ipp/include/ipp_utils.hpp | 1 | // This file is part of OpenCV project. |
| LOW | hal/ipp/include/ipp_utils.hpp | 21 | #endif |
| LOW | hal/ipp/include/ipp_hal_imgproc.hpp | 1 | // This file is part of OpenCV project. |
| LOW | hal/ipp/src/transforms_ipp.cpp | 1 | // This file is part of OpenCV project. |
| LOW | hal/ipp/src/transforms_ipp.cpp | 81 | // if(src.isSubmatrix()) // already have physical border |
| LOW | hal/ipp/src/warp_ipp.cpp | 1 | // This file is part of OpenCV project. |
| LOW | hal/openvx/hal/openvx_hal.hpp | 81 | int width, int height, int depth, int cn, double thresh, double maxValue, int thresholdType); |
| LOW | hal/openvx/hal/openvx_hal.hpp | 101 | #define cv_hal_absdiff16s ovx_hal_absdiff<short> |
| LOW | hal/openvx/hal/openvx_hal.hpp | 121 | //#define cv_hal_resize ovx_hal_resize |
| LOW | hal/openvx/hal/openvx_hal.hpp | 141 | //#undef cv_hal_sepFilterFree |
| LOW | hal/openvx/hal/openvx_hal.hpp | 161 | #undef cv_hal_cvtTwoPlaneYUVtoBGREx |
| LOW | hal/openvx/hal/openvx_hal.cpp | 1 | #include "openvx_hal.hpp" |
| LOW | hal/openvx/include/ivx.hpp | 1 | // This file is part of OpenCV project. |
| LOW | hal/openvx/include/ivx.hpp | 41 | #endif |
| LOW | hal/openvx/include/ivx.hpp | 61 | #define IVX_USE_EXTERNAL_REFCOUNT |
| LOW | hal/openvx/include/ivx.hpp | 101 | #include "opencv2/core.hpp" |
| LOW | hal/openvx/include/ivx.hpp | 3281 | /// Creates a Gaussian Filter 3x3 Node (vxGaussian3x3Node) |
| 5707 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | platforms/apple/cv_build_utils.py | 6 | |
| LOW | platforms/apple/cv_build_utils.py | 8 | |
| LOW | platforms/osx/run_tests.py | 6 | |
| LOW | platforms/osx/run_tests.py | 7 | |
| LOW | platforms/osx/run_tests.py | 7 | |
| LOW | platforms/osx/build_framework.py | 6 | |
| LOW | platforms/osx/build_framework.py | 7 | |
| LOW | platforms/js/build_js.py | 3 | |
| LOW | platforms/ios/build_visionos_framework.py | 6 | |
| LOW | platforms/ios/build_visionos_framework.py | 7 | |
| LOW | platforms/ios/run_tests.py | 6 | |
| LOW | platforms/ios/run_tests.py | 7 | |
| LOW | platforms/ios/run_tests.py | 7 | |
| LOW | platforms/ios/run_tests.py | 7 | |
| LOW | platforms/ios/run_tests.py | 7 | |
| LOW | platforms/ios/run_tests.py | 7 | |
| LOW | platforms/ios/run_tests.py | 8 | |
| LOW | platforms/ios/run_tests.py | 8 | |
| LOW | platforms/ios/build_framework.py | 34 | |
| LOW | platforms/ios/build_framework.py | 34 | |
| LOW | platforms/ios/build_framework.py | 36 | |
| LOW | platforms/android/build_sdk.py | 12 | |
| LOW | platforms/android/build-tests/test_cmake_build.py | 4 | |
| LOW | platforms/winpack_dldt/build_package.py | 5 | |
| LOW | platforms/winpack_dldt/build_package.py | 6 | |
| LOW | platforms/winpack_dldt/build_package.py | 9 | |
| LOW | samples/python/dft.py | 12 | |
| LOW | samples/python/browse.py | 16 | |
| LOW | samples/python/laplace.py | 16 | |
| LOW | samples/python/laplace.py | 18 | |
| LOW | samples/python/facedetect.py | 11 | |
| LOW | samples/python/facedetect.py | 13 | |
| LOW | samples/python/inpaint.py | 19 | |
| LOW | samples/python/hist.py | 19 | |
| LOW | samples/python/contours.py | 13 | |
| LOW | samples/python/digits_video.py | 12 | |
| LOW | samples/python/digits_video.py | 23 | |
| LOW | samples/python/digits_video.py | 25 | |
| LOW | samples/python/fitline.py | 26 | |
| LOW | samples/python/gaussian_mix.py | 4 | |
| LOW | samples/python/video_v4l2.py | 18 | |
| LOW | samples/python/video_v4l2.py | 20 | |
| LOW | samples/python/edge.py | 14 | |
| LOW | samples/python/texture_flow.py | 14 | |
| LOW | samples/python/letter_recog.py | 29 | |
| LOW | samples/python/dis_opt_flow.py | 17 | |
| LOW | samples/python/opt_flow.py | 17 | |
| LOW | samples/python/houghcircles.py | 12 | |
| LOW | samples/python/gabor_threads.py | 18 | |
| LOW | samples/python/deconvolution.py | 34 | |
| LOW | samples/python/deconvolution.py | 40 | |
| LOW | samples/python/coherence.py | 13 | |
| LOW | samples/python/_coverage.py | 8 | |
| LOW | samples/python/mouse_and_match.py | 15 | |
| LOW | samples/python/mouse_and_match.py | 22 | |
| LOW | samples/python/mouse_and_match.py | 25 | |
| LOW | samples/python/essential_mat_reconstr.py | 2 | |
| LOW | samples/python/essential_mat_reconstr.py | 2 | |
| LOW | samples/python/digits_adjust.py | 17 | |
| LOW | samples/python/digits_adjust.py | 29 | |
| 357 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | CMakeLists.txt | 186 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 188 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 192 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 194 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 571 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 573 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 578 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 580 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 626 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 628 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 632 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 634 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 637 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 639 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 1083 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 1085 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 1093 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 1095 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 1104 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 1106 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 7 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 172 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 174 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 216 | # =================================================== |
| MEDIUM | CMakeLists.txt | 488 | # =================================================== |
| MEDIUM | CMakeLists.txt | 510 | # =================================================== |
| MEDIUM | CMakeLists.txt | 520 | # =================================================== |
| MEDIUM | CMakeLists.txt | 705 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 707 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 793 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 795 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 806 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 808 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 831 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 833 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 936 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 938 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 1133 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 1135 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 1222 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 1224 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 2076 | # ---------------------------------------------------------------------------- |
| MEDIUM | CMakeLists.txt | 2078 | # ---------------------------------------------------------------------------- |
| MEDIUM | platforms/js/build_js.py | 228 | #=================================================================================================== |
| MEDIUM | platforms/android/build_sdk.py | 118 | #=================================================================================================== |
| MEDIUM | platforms/android/build_sdk.py | 145 | #=================================================================================================== |
| MEDIUM | platforms/android/build_sdk.py | 419 | #=================================================================================================== |
| MEDIUM | platforms/android/build-tests/test_cmake_build.py | 44 | #=================================================================================================== |
| MEDIUM | platforms/winpack_dldt/build_package.py | 159 | #=================================================================================================== |
| MEDIUM | platforms/winpack_dldt/build_package.py | 335 | #=================================================================================================== |
| MEDIUM | platforms/winpack_dldt/build_package.py | 468 | #=================================================================================================== |
| MEDIUM | samples/CMakeLists.txt | 2 | #=================================================================================================== |
| MEDIUM | samples/CMakeLists.txt | 6 | #=================================================================================================== |
| MEDIUM | samples/CMakeLists.txt | 60 | #=================================================================================================== |
| MEDIUM | samples/CMakeLists.txt | 64 | #=================================================================================================== |
| MEDIUM | …gProc/BasicGeometricDrawing/basic_geometric_drawing.py | 76 | # ----------------------- |
| MEDIUM | …gProc/BasicGeometricDrawing/basic_geometric_drawing.py | 90 | # ------------------ |
| MEDIUM | samples/java/tutorial_code/CMakeLists.txt | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | samples/java/tutorial_code/CMakeLists.txt | 4 | # ---------------------------------------------------------------------------- |
| 57 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | platforms/apple/build_xcframework.py | 87 | def get_or_create_build_folder(base_dir, platform): |
| LOW | platforms/android/build_static_aar.py | 83 | def convert_deps_list_to_prefab(linked_libs, opencv_libs, external_libs): |
| LOW | samples/python/camera_calibration_show_extrinsics.py | 25 | def inverse_homogeneoux_matrix(M): |
| LOW | samples/python/camera_calibration_show_extrinsics.py | 34 | def transform_to_matplotlib_frame(cMo, X, inverse=False): |
| LOW | …brightness_image/changing_contrast_brightness_image.py | 31 | def on_linear_transform_alpha_trackbar(val): |
| LOW | …brightness_image/changing_contrast_brightness_image.py | 36 | def on_linear_transform_beta_trackbar(val): |
| LOW | …brightness_image/changing_contrast_brightness_image.py | 41 | def on_gamma_correction_trackbar(val): |
| LOW | …es/dnn/dnn_model_runner/dnn_conversion/common/utils.py | 55 | def set_common_reproducibility(): |
| LOW | …/dnn_conversion/common/test/cls_model_test_pipeline.py | 43 | def _configure_test_module_params(self): |
| LOW | …nner/dnn_conversion/common/test/model_test_pipeline.py | 120 | def _configure_test_module_params(self): |
| LOW | …conversion/pytorch/classification/py_to_py_resnet50.py | 76 | def get_opencv_dnn_prediction(opencv_net, preproc_img, imagenet_labels): |
| LOW | …conversion/pytorch/classification/py_to_py_resnet50.py | 94 | def get_pytorch_dnn_prediction(original_net, preproc_img, imagenet_labels): |
| LOW | …dnn_conversion/tf/classification/py_to_py_mobilenet.py | 74 | def get_opencv_dnn_prediction(opencv_net, preproc_img, imagenet_labels): |
| LOW | doc/tools/html_functions.py | 85 | def insert_python_fn_signature(soup, table, variants, symbol): |
| LOW | doc/tools/html_functions.py | 92 | def create_python_fn_description(soup, variants): |
| LOW | …les/flann/misc/python/test/test_flann_based_matcher.py | 12 | def test_all_parameters_can_be_passed(self): |
| LOW | modules/python/test/test_fs_cache_dir.py | 18 | def get_cache_dir_imread_interop(self, ext): |
| LOW | modules/python/test/test_fs_cache_dir.py | 31 | def test_get_cache_dir_imread_interop_png(self): |
| LOW | modules/python/test/test_fs_cache_dir.py | 34 | def test_get_cache_dir_imread_interop_jpeg(self): |
| LOW | modules/python/test/test_fs_cache_dir.py | 37 | def test_get_cache_dir_imread_interop_tiff(self): |
| LOW | modules/python/test/test_misc.py | 345 | def test_parse_to_bool_not_convertible(self): |
| LOW | modules/python/test/test_misc.py | 352 | def test_parse_to_bool_convertible_extra(self): |
| LOW | modules/python/test/test_misc.py | 360 | def test_parse_to_bool_not_convertible_extra(self): |
| LOW | modules/python/test/test_misc.py | 366 | def test_parse_to_int_convertible(self): |
| LOW | modules/python/test/test_misc.py | 376 | def test_parse_to_int_not_convertible(self): |
| LOW | modules/python/test/test_misc.py | 385 | def test_parse_to_int_not_convertible_extra(self): |
| LOW | modules/python/test/test_misc.py | 425 | def test_parse_to_size_t_not_convertible(self): |
| LOW | modules/python/test/test_misc.py | 435 | def test_parse_to_size_t_convertible_extra(self): |
| LOW | modules/python/test/test_misc.py | 444 | def test_parse_to_size_t_not_convertible_extra(self): |
| LOW | modules/python/test/test_misc.py | 450 | def test_parse_to_float_convertible(self): |
| LOW | modules/python/test/test_misc.py | 478 | def test_parse_to_float_not_convertible(self): |
| LOW | modules/python/test/test_misc.py | 485 | def test_parse_to_float_not_convertible_extra(self): |
| LOW | modules/python/test/test_misc.py | 493 | def test_parse_to_double_convertible(self): |
| LOW | modules/python/test/test_misc.py | 515 | def test_parse_to_double_not_convertible(self): |
| LOW | modules/python/test/test_misc.py | 522 | def test_parse_to_double_not_convertible_extra(self): |
| LOW | modules/python/test/test_misc.py | 530 | def test_parse_to_cstring_convertible(self): |
| LOW | modules/python/test/test_misc.py | 538 | def test_parse_to_cstring_not_convertible(self): |
| LOW | modules/python/test/test_misc.py | 544 | def test_parse_to_string_convertible(self): |
| LOW | modules/python/test/test_misc.py | 552 | def test_parse_to_string_not_convertible(self): |
| LOW | modules/python/test/test_misc.py | 558 | def test_parse_to_rect_convertible(self): |
| LOW | modules/python/test/test_misc.py | 620 | def test_parse_to_rotated_rect_not_convertible(self): |
| LOW | modules/python/test/test_misc.py | 626 | def test_parse_to_term_criteria_convertible(self): |
| LOW | modules/python/test/test_misc.py | 636 | def test_parse_to_term_criteria_not_convertible(self): |
| LOW | modules/python/test/test_misc.py | 642 | def test_parse_to_range_convertible_to_all(self): |
| LOW | modules/python/test/test_misc.py | 650 | def test_parse_to_range_convertible(self): |
| LOW | modules/python/test/test_misc.py | 659 | def test_parse_to_range_not_convertible(self): |
| LOW | modules/python/test/test_misc.py | 665 | def test_reserved_keywords_are_transformed(self): |
| LOW | modules/python/test/test_misc.py | 823 | def test_class_from_submodule_has_global_alias(self): |
| LOW | modules/python/test/test_misc.py | 833 | def test_inner_class_has_global_alias(self): |
| LOW | modules/python/test/test_misc.py | 842 | def test_export_class_with_different_name(self): |
| LOW | modules/python/test/test_misc.py | 890 | def test_named_arguments_without_parameters(self): |
| LOW | modules/python/test/test_misc.py | 896 | def test_named_arguments_without_output_argument(self): |
| LOW | modules/python/test/test_misc.py | 904 | def test_named_arguments_with_output_argument(self): |
| LOW | modules/python/test/test_misc.py | 914 | def test_arithm_op_without_saturation(self): |
| LOW | modules/python/test/test_misc.py | 177 | def test_overload_resolution_can_choose_correct_overload(self): |
| LOW | modules/python/test/test_misc.py | 197 | def test_overload_resolution_fails(self): |
| LOW | modules/python/test/test_misc.py | 216 | def test_properties_with_reserved_keywords_names_are_transformed(self): |
| LOW | modules/python/test/test_misc.py | 309 | def test_unsupported_numpy_data_types_string_description(self): |
| LOW | modules/python/test/test_misc.py | 322 | def test_numpy_writeable_flag_is_preserved(self): |
| LOW | modules/python/test/test_misc.py | 332 | def test_parse_to_bool_convertible(self): |
| 150 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …/pipeline_modeling_tool/test_pipeline_modeling_tool.py | 0 | \"%yaml:1.0 work_time: 1000 pipelines: pl1: source: name: 'src' latency: 20 output: dims: [1,2,3,4] precision: 'u8' node |
| HIGH | …/pipeline_modeling_tool/test_pipeline_modeling_tool.py | 0 | \"%yaml:1.0 work_time: 1000 pipelines: pl1: source: name: 'src' latency: 20 output: dims: [1,2,3,4] precision: 'u8' node |
| HIGH | …/pipeline_modeling_tool/test_pipeline_modeling_tool.py | 0 | \"%yaml:1.0 work_time: 1000 pipelines: pl1: source: name: 'src' latency: 20 output: dims: [1,2,3,4] precision: 'u8' node |
| HIGH | …/pipeline_modeling_tool/test_pipeline_modeling_tool.py | 0 | \"%yaml:1.0 work_time: 1000 pipelines: pl1: source: name: 'src' latency: 20 output: dims: [1,2,3,4] precision: 'u8' node |
| HIGH | apps/pattern-tools/svgfig.py | 0 | index is a list that descends tree, returning a sub-element if it ends with a number and an attribute if it ends with a |
| HIGH | apps/pattern-tools/svgfig.py | 0 | index is a list that descends tree, returning a sub-element if it ends with a number and an attribute if it ends with a |
| HIGH | apps/pattern-tools/svgfig.py | 0 | index is a list that descends tree, returning a sub-element if it ends with a number and an attribute if it ends with a |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return an svg object. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | part of path's text-command parsing algorithm; used internally. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | part of path's text-command parsing algorithm; used internally. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | part of path's text-command parsing algorithm; used internally. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | part of path's text-command parsing algorithm; used internally. |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return a path object in global coordinates. if local=true, return a path in local c |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return a path object in global coordinates. if local=true, return a path in local c |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return a path object in global coordinates. if local=true, return a path in local c |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return a path object in global coordinates. if local=true, return a path in local c |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return a path object in global coordinates. if local=true, return a path in local c |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return a path object in global coordinates. if local=true, return a path in local c |
| HIGH | apps/pattern-tools/svgfig.py | 0 | apply the transformation "trans" and return a path object in global coordinates. if local=true, return a path in local c |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | platforms/apple/build_xcframework.py | 179 | except Exception as e: |
| LOW | platforms/ios/run_tests.py | 39 | except Exception as e: |
| MEDIUM | platforms/ios/run_tests.py | 36 | def run(self): |
| LOW | platforms/ios/build_framework.py | 199 | except Exception as e: |
| MEDIUM | platforms/ios/build_framework.py | 196 | def build(self, outdir): |
| LOW | platforms/android/build_sdk.py | 66 | except Exception as e: |
| MEDIUM | platforms/android/build_sdk.py | 22 | def execute(cmd, shell=False): |
| MEDIUM | samples/python/aruco_detect_board_charuco.py | 87 | print("Error: unable to open video/image source") |
| MEDIUM | samples/python/audio_spectrogram.py | 717 | print("Error: ", args.inputType, " input method doesnt exist") |
| MEDIUM | samples/python/audio_spectrogram.py | 720 | print("Error: ", args.draw, " draw type doesnt exist") |
| MEDIUM | samples/python/audio_spectrogram.py | 723 | print("Error: ", args.graph, " type of graph doesnt exist") |
| MEDIUM | samples/python/audio_spectrogram.py | 726 | print("Error: ", args.windowType, " type of window doesnt exist") |
| MEDIUM | samples/python/audio_spectrogram.py | 729 | print("Error: windLen = ", args.windLen, " - incorrect value. Must be > 0") |
| MEDIUM | samples/python/audio_spectrogram.py | 732 | print("Error: overlap = ", args.overlap, " - incorrect value. Must be > 0") |
| MEDIUM | samples/python/audio_spectrogram.py | 735 | print("Error: rows = ", args.rows, " - incorrect value. Must be > 0") |
| MEDIUM | samples/python/audio_spectrogram.py | 738 | print("Error: cols = ", args.cols, " - incorrect value. Must be > 0") |
| MEDIUM | samples/python/audio_spectrogram.py | 741 | print("Error: xmarkup = ", args.xmarkup, " - incorrect value. Must be >= 2") |
| MEDIUM | samples/python/audio_spectrogram.py | 744 | print("Error: ymarkup = ", args.ymarkup, " - incorrect value. Must be >= 2") |
| MEDIUM | samples/python/audio_spectrogram.py | 747 | print("Error: zmarkup = ", args.zmarkup, " - incorrect value. Must be >= 2") |
| MEDIUM | samples/python/audio_spectrogram.py | 750 | print("Error: microTime = ", args.microTime, " - incorrect value. Must be > 0") |
| MEDIUM | samples/python/audio_spectrogram.py | 753 | print("Error: frameSizeTime = ", args.frameSizeTime, " - incorrect value. Must be > 0") |
| MEDIUM | samples/python/audio_spectrogram.py | 756 | print("Error: updateTime = ", args.updateTime, " - incorrect value. Must be > 0") |
| MEDIUM | samples/python/audio_spectrogram.py | 759 | print("Error: waitTime = ", args.waitTime, " - incorrect value. Must be >= 0") |
| MEDIUM | samples/python/audio_spectrogram.py | 111 | print("Error : Can't read audio file: '", self.audio, "' with audioStream = ", self.audioStream) |
| MEDIUM | samples/python/audio_spectrogram.py | 112 | print("Error: problems with audio reading, check input arguments") |
| MEDIUM | samples/python/audio_spectrogram.py | 150 | print("Error: Can't open microphone") |
| MEDIUM | samples/python/audio_spectrogram.py | 151 | print("Error: problems with audio reading, check input arguments") |
| MEDIUM | samples/python/audio_spectrogram.py | 178 | print("Error: Grab error") |
| LOW | samples/python/_doc.py | 22 | except Exception: |
| MEDIUM | samples/python/qrcode.py | 178 | print("Error exception: ", e) |
| LOW | samples/python/tracker.py | 100 | except Exception as e: |
| LOW | samples/python/demo.py | 137 | except Exception as e: |
| MEDIUM | …ython/tutorial_code/core/AddingImages/adding_images.py | 23 | print("Error loading src1") |
| MEDIUM | …ython/tutorial_code/core/AddingImages/adding_images.py | 26 | print("Error loading src2") |
| MEDIUM | …screte_fourier_transform/discrete_fourier_transform.py | 24 | print('Error opening image') |
| MEDIUM | …es/python/tutorial_code/imgProc/Smoothing/smoothing.py | 25 | print ('Error opening image') |
| MEDIUM | …ples/python/tutorial_code/imgProc/Pyramids/pyramids.py | 21 | print ('Error opening image!') |
| MEDIUM | …imgProc/morph_lines_detection/morph_lines_detection.py | 30 | print ('Error opening image: ' + argv[0]) |
| MEDIUM | …/tutorial_code/ImgTrans/MakeBorder/copy_make_border.py | 24 | print ('Error opening image!') |
| MEDIUM | …les/python/tutorial_code/ImgTrans/Filter2D/filter2D.py | 21 | print ('Error opening image!') |
| MEDIUM | …/python/tutorial_code/ImgTrans/LaPlace/laplace_demo.py | 23 | print ('Error opening image') |
| MEDIUM | …/python/tutorial_code/ImgTrans/SobelDemo/sobel_demo.py | 31 | print ('Error opening image: ' + argv[0]) |
| MEDIUM | …python/tutorial_code/ImgTrans/HoughLine/hough_lines.py | 21 | print ('Error opening image!') |
| MEDIUM | …hon/tutorial_code/ImgTrans/HoughCircle/hough_circle.py | 16 | print ('Error opening image!') |
| LOW | samples/dnn/download_models.py | 106 | except Exception as e: |
| LOW | samples/dnn/download_models.py | 166 | except Exception as e: |
| MEDIUM | samples/dnn/speech_recognition.py | 419 | print("Error : Can't read audio file:", file, "with audioStream = ", audioStream) |
| MEDIUM | samples/dnn/speech_recognition.py | 444 | print("Error: Can't open microphone") |
| MEDIUM | samples/dnn/speech_recognition.py | 445 | print("Error: problems with audio reading, check input arguments") |
| MEDIUM | samples/dnn/speech_recognition.py | 460 | print("Error: Grab error") |
| LOW | …/dnn_conversion/tf/detection/py_to_py_ssd_mobilenet.py | 18 | except Exception: |
| LOW | …torch_tf_detection/tf_det_model_conversion_tutorial.md | 70 | except Exception: |
| LOW | …_segmentation/tf_sem_segm_model_conversion_tutorial.md | 50 | except Exception: |
| MEDIUM | modules/python/test/test_misc.py | 150 | def test_redirectError(self): |
| MEDIUM | modules/python/test/test_misc.py | 250 | def _try_to_convert(self, conversion, value): |
| LOW | modules/python/test/test_misc.py | 222 | except Exception as e: |
| LOW | modules/python/test/test_misc.py | 253 | except Exception as e: |
| LOW | modules/python/src2/typing_stubs_generator.py | 50 | except Exception: |
| MEDIUM | modules/python/src2/hdr_parser.py | 638 | print("Error at %d. no terminating ) in CVAPI() macro: %s" % (self.lineno, decl_str)) |
| MEDIUM | modules/python/src2/hdr_parser.py | 643 | print("Error at %d: no args in '%s'" % (self.lineno, decl_str)) |
| 26 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | platforms/ios/build_framework.py | 96 | |
| LOW | platforms/ios/build_framework.py | 456 | |
| LOW | platforms/ios/build_framework.py | 555 | |
| LOW | platforms/android/build_static_aar.py | 66 | |
| LOW | platforms/android/build_static_aar.py | 83 | |
| LOW | platforms/android/build_sdk.py | 385 | |
| LOW | platforms/android/build_sdk.py | 350 | |
| LOW | platforms/winpack_dldt/build_package.py | 93 | |
| LOW | platforms/winpack_dldt/build_package.py | 100 | |
| LOW | samples/gdb/mat_pretty_printer.py | 60 | |
| LOW | samples/python/hist.py | 56 | |
| LOW | samples/python/video_v4l2.py | 23 | |
| LOW | samples/python/aruco_detect_board_charuco.py | 24 | |
| LOW | samples/python/mouse_and_match.py | 32 | |
| LOW | samples/python/feature_homography.py | 53 | |
| LOW | samples/python/lk_track.py | 47 | |
| LOW | samples/python/audio_spectrogram.py | 40 | |
| LOW | samples/python/audio_spectrogram.py | 534 | |
| LOW | samples/python/audio_spectrogram.py | 624 | |
| LOW | samples/python/plane_tracker.py | 154 | |
| LOW | samples/python/plane_ar.py | 58 | |
| LOW | samples/python/qrcode.py | 60 | |
| LOW | samples/python/peopledetect.py | 33 | |
| LOW | samples/python/find_obj.py | 29 | |
| LOW | samples/python/stitching_detailed.py | 274 | |
| LOW | samples/python/squares.py | 25 | |
| LOW | samples/python/tracker.py | 56 | |
| LOW | samples/python/lk_homography.py | 58 | |
| LOW | samples/python/grabcut.py | 59 | |
| LOW | samples/python/grabcut.py | 101 | |
| LOW | samples/python/demo.py | 56 | |
| LOW | …l_code/core/mat_mask_operations/mat_mask_operations.py | 22 | |
| LOW | …rial_code/imgProc/opening_closing_hats/morphology_2.py | 16 | |
| LOW | …ples/python/tutorial_code/imgProc/Pyramids/pyramids.py | 5 | |
| LOW | …torial_code/imgProc/erosion_dilatation/morphology_1.py | 38 | |
| LOW | …/tutorial_code/ImgTrans/MakeBorder/copy_make_border.py | 10 | |
| LOW | …ples/python/tutorial_code/ImgTrans/remap/Remap_Demo.py | 7 | |
| LOW | samples/dnn/download_models.py | 33 | |
| LOW | samples/dnn/download_models.py | 273 | |
| LOW | samples/dnn/virtual_try_on.py | 144 | |
| LOW | samples/dnn/tf_text_graph_ssd.py | 63 | |
| LOW | samples/dnn/tf_text_graph_ssd.py | 140 | |
| LOW | samples/dnn/tf_text_graph_ssd.py | 162 | |
| LOW | samples/dnn/tf_text_graph_faster_rcnn.py | 6 | |
| LOW | samples/dnn/common.py | 6 | |
| LOW | samples/dnn/common.py | 88 | |
| LOW | samples/dnn/tf_text_graph_efficientdet.py | 36 | |
| LOW | samples/dnn/tf_text_graph_common.py | 1 | |
| LOW | samples/dnn/tf_text_graph_common.py | 38 | |
| LOW | samples/dnn/tf_text_graph_common.py | 286 | |
| LOW | samples/dnn/tf_text_graph_common.py | 313 | |
| LOW | samples/dnn/tf_text_graph_common.py | 178 | |
| LOW | samples/dnn/tf_text_graph_common.py | 204 | |
| LOW | samples/dnn/tf_text_graph_common.py | 207 | |
| LOW | samples/dnn/object_detection.py | 98 | |
| LOW | samples/dnn/object_detection.py | 258 | |
| LOW | doc/tools/html_functions.py | 40 | |
| LOW | modules/video/misc/python/test/test_lk_track.py | 56 | |
| LOW | modules/video/misc/python/test/test_lk_homography.py | 46 | |
| LOW | modules/core/src/opencl/runtime/generator/common.py | 68 | |
| 79 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | platforms/osx/build_framework.py | 124 | print_error("--macos_archs and --catalyst_archs are undefined; nothing will be built.") |
| HIGH | platforms/ios/build_visionos_framework.py | 108 | print_error("--visionos_archs and --visionsimulator_archs are undefined; nothing will be built.") |
| HIGH | platforms/ios/build_framework.py | 645 | print_error("--iphoneos_archs and --iphonesimulator_archs are undefined; nothing will be built.") |
| HIGH | samples/dnn/speech_recognition.py | 11 | Download and unzip : `$ wget --content-disposition https://api.ngc.nvidia.com/v2/models/nvidia/jasper_pyt_onnx_fp16_ |
| HIGH | modules/python/src2/gen2.py | 88 | if(!src || src == Py_None) |
| HIGH | modules/python/src2/gen2.py | 113 | ok = tmp && pyopencv_to_safe(tmp, dst.$propname, ArgInfo("$propname", 0)); |
| HIGH | modules/python/src2/gen2.py | 1043 | code_parse = "if(PyObject_Size(py_args) == 0 && (!kw || PyObject_Size(kw) == 0))" |
| HIGH | modules/java/generator/gen_java.py | 771 | j_prologue.append( "List<Mat> %(n)s_tmplm = new ArrayList<Mat>((%(n)s != null) ? %(n)s.s |
| HIGH | modules/java/generator/gen_java.py | 818 | j_epilogue.append('if(%(n)s!=null) %(n)s[0] = (%(t)s)%(n)s_out[0];' % {'n':a.name,'t':type_d |
| HIGH | modules/java/generator/gen_java.py | 834 | j_epilogue.append( "if("+a.name+"!=null){ " + "; ".join(set_vals) + "; } ") |
| HIGH | modules/ts/misc/table_formatter.py | 540 | vars.push(decodeURIComponent(hash[0])) |
| HIGH | modules/ts/misc/table_formatter.py | 563 | if (re.exec($(row.get(colIdx)).text()) == null) |
| HIGH | modules/ts/misc/table_formatter.py | 564 | return false |
| HIGH | modules/ts/misc/table_formatter.py | 572 | if (!val || val >= 1 || val > 1+percent) |
| HIGH | modules/ts/misc/table_formatter.py | 573 | return false |
| HIGH | modules/ts/misc/table_formatter.py | 579 | if (!val || val < percent) |
| HIGH | modules/ts/misc/table_formatter.py | 580 | return false |
| HIGH | modules/ts/misc/table_formatter.py | 588 | if (!val || val < percent) |
| HIGH | modules/ts/misc/table_formatter.py | 589 | return false |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | samples/install/linux_install_b.sh | 2 | # This file contains documentation snippets for Linux installation tutorial |
| MEDIUM | samples/install/linux_install_a.sh | 2 | # This file contains documentation snippets for Linux installation tutorial |
| MEDIUM | samples/install/linux_quick_install_contrib.sh | 2 | # This file contains documentation snippets for Linux installation tutorial |
| MEDIUM | samples/install/linux_quick_install.sh | 2 | # This file contains documentation snippets for Linux installation tutorial |
| MEDIUM | …ython/tutorial_code/video/optical_flow/optical_flow.py | 32 | # Create a mask image for drawing purposes |
| MEDIUM | …ion/good_features_to_track/goodFeaturesToTrack_Demo.py | 51 | # Create a window and a trackbar |
| MEDIUM | …e/TrackingMotion/corner_subpixels/cornerSubPix_Demo.py | 63 | # Create a window and a trackbar |
| MEDIUM | …de/TrackingMotion/harris_detector/cornerHarris_Demo.py | 48 | # Create a window and a trackbar |
| MEDIUM | …es/python/tutorial_code/imgProc/threshold/threshold.py | 40 | # Create a window to display results |
| MEDIUM | …imgProc/morph_lines_detection/morph_lines_detection.py | 58 | # Create the images that will use to extract the horizontal and vertical lines |
| MEDIUM | …/ImgTrans/distance_transformation/imageSegmentation.py | 36 | # Create a kernel that we will use to sharpen our image |
| MEDIUM | …/ImgTrans/distance_transformation/imageSegmentation.py | 89 | # Create the CV_8U version of the distance image |
| MEDIUM | …/ImgTrans/distance_transformation/imageSegmentation.py | 96 | # Create the marker image for the watershed algorithm |
| MEDIUM | …/ImgTrans/distance_transformation/imageSegmentation.py | 125 | # Create the result image |
| MEDIUM | …escriptors/point_polygon_test/pointPolygonTest_demo.py | 6 | # Create an image |
| MEDIUM | …escriptors/point_polygon_test/pointPolygonTest_demo.py | 10 | # Create a sequence of points to make a contour |
| MEDIUM | samples/python/tutorial_code/imgcodecs/animations.py | 7 | # Create an Animation instance to save |
| MEDIUM | samples/dnn/text_detection.py | 23 | # Import required modules |
| MEDIUM | samples/dnn/text_detection.py | 155 | # Create a new named window |
| MEDIUM | samples/dnn/text_detection.py | 179 | # Create a 4D blob from frame. |
| MEDIUM | samples/dnn/text_detection.py | 210 | # Create a 4D blob from cropped image |
| MEDIUM | samples/dnn/classification.py | 84 | # Create a 4D blob from a frame. |
| MEDIUM | samples/dnn/tf_text_graph_ssd.py | 1 | # This file is a part of OpenCV project. |
| MEDIUM | samples/dnn/tf_text_graph_efficientdet.py | 1 | # This file is a part of OpenCV project. |
| MEDIUM | samples/dnn/mask_rcnn.py | 88 | # Create a 4D blob from a frame. |
| MEDIUM | samples/dnn/object_detection.py | 281 | # Create a 4D blob from a frame. |
| MEDIUM | samples/dnn/shrink_tf_graph_weights.py | 1 | # This file is part of OpenCV project. |
| MEDIUM | samples/dnn/segmentation.py | 101 | # Create a 4D blob from a frame. |
| MEDIUM | …/python/src2/typing_stubs_generation/api_refinement.py | 417 | # Create a union of current type and Scalar |
| MEDIUM | …pi/include/opencv2/gapi/pysrc/python_stream_source.hpp | 41 | * # Create a G-API source from a Python class |
| MEDIUM | …pi/include/opencv2/gapi/pysrc/python_stream_source.hpp | 44 | * # Define a simple graph: input → copy → output |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | platforms/android/build_static_aar.py | 176 | # full dependency list for all ABIs. So we just add empty .a library if this ABI doesn't have this depen |
| MEDIUM | …3d/real_time_pose_estimation/src/main_registration.cpp | 125 | //Instantiate robust matcher: detector, extractor, matcher |
| MEDIUM | …arty/flatbuffers/include/flatbuffers/vector_downward.h | 34 | // Essentially, this supports 2 std::vectors in a single buffer. |
| MEDIUM | modules/core/include/opencv2/core/cuda.hpp | 660 | setBufferPoolUsage(true); // Tell OpenCV that we are going to utilize BufferPool |
| MEDIUM | modules/core/include/opencv2/core/cuda.hpp | 703 | setBufferPoolUsage(true); // Tell OpenCV that we are going to utilize BufferPool |
| MEDIUM | modules/core/include/opencv2/core/cuda.hpp | 721 | setBufferPoolUsage(true); // Tell OpenCV that we are going to utilize BufferPool |
| MEDIUM | modules/imgproc/src/hough.cpp | 2076 | // be small and the arc can be big, or vice versa. Weighted area is more robust. |
| MEDIUM | modules/imgproc/src/hough.cpp | 2078 | // It seems to be more robust to compare circle areas (without "pi" scale) |
| MEDIUM | modules/gapi/test/streaming/gapi_streaming_tests.cpp | 1332 | // Runs 100 times with no deadlock - assumed stable (robust) enough |
| MEDIUM | modules/gapi/test/streaming/gapi_streaming_tests.cpp | 1345 | // Runs 100 times with no deadlock - assumed stable (robust) enough |
| MEDIUM | …ules/gapi/test/streaming/gapi_streaming_utils_test.cpp | 332 | // utilize main thread as well |
| MEDIUM | modules/gapi/include/opencv2/gapi/gproto.hpp | 109 | // FIXME: Someday utilize a generic tuple_to_vec<> routine |
| MEDIUM | modules/gapi/src/backends/oak/goakbackend.cpp | 946 | // Is there a way to extract API from somewhereelse/utilize structs |
| MEDIUM | …reaming/onevpl/demux/async_mfp_demux_data_provider.cpp | 730 | // utilize consumed bitstream portion allocated at prev step |
| MEDIUM | modules/gapi/src/compiler/gcompiler.cpp | 530 | // FIXME: This may be hazardous if our backend are not very robust |
| MEDIUM | modules/gapi/src/compiler/passes/kernels.cpp | 238 | // FIXME: Essentially the same problem as in the above resolveKernels |
| MEDIUM | modules/dnn/misc/python/test/test_dnn.py | 359 | # Run asynchronously. To make test more robust, process inputs in the reversed order. |
| MEDIUM | modules/dnn/test/test_misc.cpp | 667 | // Run asynchronously. To make test more robust, process inputs in the reversed order. |
| MEDIUM | modules/dnn/test/test_misc.cpp | 723 | // Run asynchronously. To make test more robust, process inputs in the reversed order. |
| MEDIUM | modules/dnn/test/test_misc.cpp | 825 | // Run asynchronously. To make test more robust, process inputs in the reversed order. |
| MEDIUM | modules/dnn/test/test_darknet_importer.cpp | 603 | // Run asynchronously. To make test more robust, process inputs in the reversed order. |
| MEDIUM | modules/highgui/src/window_QT.h | 271 | //if (obj->metaObject ()->className () == "CvWindow") does not give me robust result |
| LOW | modules/ts/misc/xls-report.py | 121 | # We can't just use a dictionary instead, since we want to preserve the sorted order of the keys. |
| MEDIUM | modules/ts/include/opencv2/ts/ts_gtest.h | 9748 | // This implementation is *not* meant to be as highly tuned or robust |
| MEDIUM | modules/ts/include/opencv2/ts/ts_gtest.h | 9821 | // In practice, this can be used to test functions that utilize the |
| MEDIUM | modules/photo/include/opencv2/photo.hpp | 71 | https://www.learnopencv.com/seamless-cloning-using-opencv-python-cpp |
| MEDIUM | modules/calib3d/include/opencv2/calib3d.hpp | 550 | //! type of the robust estimation algorithm |
| MEDIUM | modules/calib3d/src/ptsetreg.cpp | 786 | // The robust framework ensures consensus on larger sets; a closed-form LS refit |
| MEDIUM | modules/calib3d/src/ptsetreg.cpp | 1171 | // run robust method |
| MEDIUM | modules/calib3d/src/ptsetreg.cpp | 1257 | // run robust estimation |
| MEDIUM | modules/calib3d/src/ptsetreg.cpp | 1351 | // Create robust estimators with the same semantics as affine functions. |
| MEDIUM | modules/calib3d/src/usac/bundle.cpp | 167 | // Compute weight from robust loss function (used in the IRLS) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …oneXamlDirect3DApp1/Resources/AppResources.Designer.cs | 3 | // This code was generated by a tool. |
| HIGH | …oneXamlDirect3DApp1/Resources/AppResources.Designer.cs | 3 | // This code was generated by a tool. |
| HIGH | …enCVXaml/OpenCVXaml/Resources/AppResources.Designer.cs | 3 | // This code was generated by a tool. |
| HIGH | modules/calib3d/src/usac/utils.cpp | 639 | // skip neighbor which has the same index as requested point |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | samples/python/houghcircles.py | 32 | if circles is not None: # Check if circles have been found and only then iterate over these and add them to the imag |
| LOW | …ples/python/tutorial_code/imgProc/Pyramids/pyramids.py | 19 | # Check if image is loaded fine |
| LOW | …imgProc/morph_lines_detection/morph_lines_detection.py | 28 | # Check if image is loaded fine |
| LOW | …/tutorial_code/ImgTrans/MakeBorder/copy_make_border.py | 22 | # Check if image is loaded fine |
| LOW | …les/python/tutorial_code/ImgTrans/Filter2D/filter2D.py | 19 | # Check if image is loaded fine |
| LOW | …/python/tutorial_code/ImgTrans/LaPlace/laplace_demo.py | 21 | # Check if image is loaded fine |
| LOW | …/python/tutorial_code/ImgTrans/SobelDemo/sobel_demo.py | 29 | # Check if image is loaded fine |
| LOW | …python/tutorial_code/ImgTrans/HoughLine/hough_lines.py | 19 | # Check if image is loaded fine |
| LOW | …hon/tutorial_code/ImgTrans/HoughCircle/hough_circle.py | 14 | # Check if image is loaded fine |
| LOW | …ial_code/ml/introduction_to_pca/introduction_to_pca.py | 68 | # Check if image is loaded successfully |
| LOW | modules/core/include/opencv2/core/persistence.hpp | 79 | -# Close the file using FileStorage::release. FileStorage destructor also closes the file. |
| LOW | modules/core/include/opencv2/core/persistence.hpp | 176 | -# Open the file storage using FileStorage::FileStorage constructor or FileStorage::open method. |
| LOW | modules/python/src2/gen2.py | 655 | # Check if there is params structure in arguments |
| LOW | …ules/python/src2/typing_stubs_generation/generation.py | 595 | # Check if typing module is required due to @overload decorator usage |
| LOW | …ules/python/src2/typing_stubs_generation/generation.py | 775 | # Check if alias is already registered |
| LOW | …ules/python/src2/typing_stubs_generation/generation.py | 784 | # Check if collection contains a link to another alias |
| LOW | …/python/src2/typing_stubs_generation/api_refinement.py | 193 | # Check if library is built with enabled highgui module |
| LOW | …/python/src2/typing_stubs_generation/api_refinement.py | 404 | # Check if it's already a union or if it already includes Scalar |
| LOW | …/python/src2/typing_stubs_generation/api_refinement.py | 406 | # Check if Scalar is already in the union |
| LOW | …ython/src2/typing_stubs_generation/types_conversion.py | 237 | # Check if argument requires type substitution |
| LOW | modules/js/generator/embindgen.py | 858 | # Check if the method is an external constructor |
| LOW | modules/ts/misc/run_long.py | 108 | # Print result to the stdout |
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | modules/java/generator/gen_java.py | 369 | jcleaner = "long nativeObjCopy = nativeObj;\n org.opencv.core.Mat.cleaner.register(this, () |
| CRITICAL | modules/java/generator/gen_java.py | 952 | tail = ";\n long nativeObjCopy = nativeObj;\n org.opencv.core.Mat.cleaner.register(this, () -> delet |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …irect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp | 35 | // Don't forget to declare your application's minimum required feature level in its |
| LOW | …irect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp | 35 | // Don't forget to declare your application's minimum required feature level in its |
| LOW | 3rdparty/openjpeg/openjp2/t2.c | 584 | /* don't forget to release pi */ |
| MEDIUM | modules/core/include/opencv2/core/mat.hpp | 103 | Here is how you can use a function that takes InputArray : |
| LOW | modules/core/include/opencv2/core/hal/intrin_cpp.hpp | 145 | don't forget to check the CV_SIMD256 preprocessor definition: |
| LOW | modules/core/include/opencv2/core/hal/intrin_cpp.hpp | 162 | don't forget to check the CV_SIMD512 preprocessor definition. |
| LOW | modules/core/include/opencv2/core/hal/intrin_cpp.hpp | 165 | cv::v_float64x2 is not implemented in NEON variant, if you want to use this type, don't forget to |
| MEDIUM | modules/imgcodecs/src/rgbe.cpp | 57 | // feel free to modify it to suit your needs. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …dules/python/src2/typing_stubs_generation/ast_utils.py | 77 | Traverses down nodes hierarchy to the direct parent of the node referred by `symbol_name`. Args: root ( |
| HIGH | …dules/python/src2/typing_stubs_generation/ast_utils.py | 344 | Traverses up nodes hierarchy to find closest enclosing namespace of the passed node Args: node (ASTNode |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | modules/core/include/opencv2/core/types.hpp | 1529 | // Step 1: lo + hi |
| LOW | modules/core/include/opencv2/core/types.hpp | 1543 | // Step 2: sum + mid |
| LOW | modules/core/src/utils/datafile.cpp | 211 | // Step 0: check current directory or absolute path at first |
| LOW | modules/objdetect/src/aruco/aruco_detector.cpp | 748 | /// Step 0: equation (2) from paper [1] |
| LOW | modules/objdetect/src/aruco/aruco_detector.cpp | 753 | /// Step 1: create image pyramid. Section 3.4. in [1] |
| LOW | modules/gapi/src/backends/render/ft_render.cpp | 83 | // We need to check if the glyph goes beyond the last position of the pen |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …es/gapi/misc/python/test/test_gapi_sample_pipelines.py | 582 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | 3rdparty/openexr/IlmImf/ImfArray.h | 51 | // Usage example: |