Repository for OpenCV's extra modules
This report presents the forensic synthetic code analysis of opencv/opencv_contrib, a C++ project with 10,139 GitHub stars. SynthScan v2.0 examined 511,179 lines of code across 2439 source files, recording 2525 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 5.2 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 2525 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | modules/superres/test/test_precomp.hpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/test/test_precomp.hpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/superres/test/test_precomp.hpp | 41 | //M*/ | COMMENT |
| LOW | modules/superres/test/test_main.cpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/test/test_main.cpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/superres/test/test_superres.cpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/test/test_superres.cpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/superres/include/opencv2/superres.hpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/include/opencv2/superres.hpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | …les/superres/include/opencv2/superres/optical_flow.hpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | …les/superres/include/opencv2/superres/optical_flow.hpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/superres/perf/perf_precomp.hpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/perf/perf_precomp.hpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/superres/perf/perf_precomp.hpp | 41 | //M*/ | COMMENT |
| LOW | modules/superres/perf/perf_superres.cpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/perf/perf_superres.cpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/superres/perf/perf_main.cpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/perf/perf_main.cpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/superres/src/precomp.hpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/src/precomp.hpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/superres/src/precomp.hpp | 41 | //M*/ | COMMENT |
| LOW | modules/superres/src/precomp.hpp | 61 | #include "opencv2/core/private.cuda.hpp" | COMMENT |
| LOW | modules/superres/src/precomp.hpp | 81 | # include "opencv2/cudaoptflow.hpp" | COMMENT |
| LOW | modules/superres/src/optical_flow.cpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/src/optical_flow.cpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/superres/src/input_array_utility.hpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/src/input_array_utility.hpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/superres/src/btv_l1_cuda.cpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/src/btv_l1_cuda.cpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/superres/src/btv_l1.cpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/src/btv_l1.cpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/superres/src/input_array_utility.cpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/src/input_array_utility.cpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/superres/src/frame_source.cpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/src/frame_source.cpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/superres/src/super_resolution.cpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/src/super_resolution.cpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/superres/src/ring_buffer.hpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/superres/src/ring_buffer.hpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/rapid/test/test_precomp.hpp | 1 | // This file is part of OpenCV project. | COMMENT |
| LOW | modules/cudalegacy/test/TestHypothesesFilter.cpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/cudalegacy/test/TestHypothesesFilter.cpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/cudalegacy/test/TestHaarCascadeApplication.h | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/cudalegacy/test/TestHaarCascadeApplication.h | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/cudalegacy/test/test_labeling.cpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/cudalegacy/test/test_labeling.cpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/cudalegacy/test/TestHaarCascadeLoader.h | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/cudalegacy/test/TestHaarCascadeLoader.h | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/cudalegacy/test/main_nvidia.cpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/cudalegacy/test/main_nvidia.cpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/cudalegacy/test/NCVTest.hpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/cudalegacy/test/NCVTest.hpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/cudalegacy/test/NCVTest.hpp | 41 | //M*/ | COMMENT |
| LOW | modules/cudalegacy/test/test_precomp.hpp | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/cudalegacy/test/test_precomp.hpp | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| LOW | modules/cudalegacy/test/test_precomp.hpp | 41 | //M*/ | COMMENT |
| LOW | modules/cudalegacy/test/test_precomp.hpp | 61 | COMMENT | |
| LOW | modules/cudalegacy/test/test_precomp.hpp | 81 | #include "TestTranspose.h" | COMMENT |
| LOW | modules/cudalegacy/test/TestResize.h | 1 | /*M/////////////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | modules/cudalegacy/test/TestResize.h | 21 | // this list of conditions and the following disclaimer. | COMMENT |
| 2241 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ctured_light/misc/python/test/test_structured_light.py | 4 | CODE | |
| LOW | …ctured_light/misc/python/test/test_structured_light.py | 6 | CODE | |
| LOW | …dules/cudafilters/misc/python/test/test_cudafilters.py | 2 | CODE | |
| LOW | …dules/cudafilters/misc/python/test/test_cudafilters.py | 6 | CODE | |
| LOW | modules/xphoto/samples/color_balance_benchmark.py | 2 | CODE | |
| LOW | modules/xphoto/samples/color_balance_benchmark.py | 5 | CODE | |
| LOW | modules/xphoto/samples/learn_color_balance.py | 2 | CODE | |
| LOW | modules/aruco/misc/python/test/test_aruco.py | 4 | CODE | |
| LOW | modules/aruco/misc/python/test/test_aruco.py | 6 | CODE | |
| LOW | modules/aruco/misc/pattern_generator/MarkerPrinter.py | 15 | CODE | |
| LOW | modules/aruco/misc/pattern_generator/MarkerPrinter.py | 23 | CODE | |
| LOW | …dules/aruco/misc/pattern_generator/MarkerPrinterGUI.py | 7 | CODE | |
| LOW | modules/shape/misc/python/test/test_shape.py | 4 | CODE | |
| LOW | …s/cudaobjdetect/misc/python/test/test_cudaobjdetect.py | 4 | CODE | |
| LOW | modules/stereo/samples/sample_quasi_dense.py | 1 | CODE | |
| LOW | modules/cudabgsegm/misc/python/test/test_cudabgsegm.py | 2 | CODE | |
| LOW | modules/cudabgsegm/misc/python/test/test_cudabgsegm.py | 6 | CODE | |
| LOW | modules/face/samples/etc/crop_face.py | 34 | CODE | |
| LOW | …dules/cudaimgproc/misc/python/test/test_cudaimgproc.py | 2 | CODE | |
| LOW | …dules/cudaimgproc/misc/python/test/test_cudaimgproc.py | 6 | CODE | |
| LOW | …/xfeatures2d/misc/python/test/test_cuda_xfeatures2d.py | 4 | CODE | |
| LOW | …features2d/misc/python/test/test_sift_compatibility.py | 4 | CODE | |
| LOW | …features2d/misc/python/test/test_sift_compatibility.py | 6 | CODE | |
| LOW | …dules/xfeatures2d/misc/python/test/test_descriptors.py | 4 | CODE | |
| LOW | …dules/xfeatures2d/misc/python/test/test_descriptors.py | 6 | CODE | |
| LOW | …dules/cudawarping/misc/python/test/test_cudawarping.py | 2 | CODE | |
| LOW | …dules/cudawarping/misc/python/test/test_cudawarping.py | 6 | CODE | |
| LOW | modules/cudastereo/misc/python/test/test_cudastereo.py | 2 | CODE | |
| LOW | modules/cudastereo/misc/python/test/test_cudastereo.py | 6 | CODE | |
| LOW | …orm/misc/python/test/test_intensity_transform_bimef.py | 4 | CODE | |
| LOW | modules/optflow/samples/optical_flow_benchmark.py | 2 | CODE | |
| LOW | modules/optflow/samples/optical_flow_benchmark.py | 3 | CODE | |
| LOW | modules/optflow/src/learn_prior.py | 4 | CODE | |
| LOW | …cudaoptflow/misc/python/test/test_nvidiaopticalflow.py | 3 | CODE | |
| LOW | modules/ximgproc/samples/edge_drawing.py | 29 | CODE | |
| LOW | modules/ximgproc/samples/find_ellipses.py | 12 | CODE | |
| LOW | modules/ximgproc/samples/find_ellipses.py | 14 | CODE | |
| LOW | modules/viz/samples/viz_sample_01.py | 1 | CODE | |
| LOW | modules/matlab/generator/parse_tree.py | 8 | CODE | |
| LOW | modules/matlab/generator/parse_tree.py | 9 | CODE | |
| LOW | modules/matlab/generator/gen_matlab.py | 2 | CODE | |
| LOW | modules/matlab/generator/gen_matlab.py | 5 | CODE | |
| LOW | modules/matlab/generator/cvmex.py | 44 | CODE | |
| LOW | modules/matlab/generator/cvmex.py | 44 | CODE | |
| LOW | modules/matlab/generator/cvmex.py | 55 | CODE | |
| LOW | modules/matlab/generator/build_info.py | 50 | CODE | |
| LOW | modules/matlab/generator/build_info.py | 50 | CODE | |
| LOW | modules/matlab/generator/build_info.py | 67 | CODE | |
| LOW | …les/tracking/misc/python/test/test_tracking_contrib.py | 2 | CODE | |
| LOW | …les/tracking/misc/python/test/test_tracking_contrib.py | 3 | CODE | |
| LOW | …les/tracking/misc/python/test/test_tracking_contrib.py | 6 | CODE | |
| LOW | modules/tracking/samples/multitracker.py | 1 | CODE | |
| LOW | modules/tracking/samples/tracker.py | 1 | CODE | |
| LOW | modules/julia/gen/parse_tree.py | 9 | CODE | |
| LOW | modules/julia/gen/parse_tree.py | 10 | CODE | |
| LOW | modules/julia/gen/parse_tree.py | 11 | CODE | |
| LOW | modules/julia/gen/parse_tree.py | 12 | CODE | |
| LOW | modules/julia/gen/parse_tree.py | 13 | CODE | |
| LOW | modules/julia/gen/parse_tree.py | 14 | CODE | |
| LOW | modules/julia/gen/parse_tree.py | 14 | CODE | |
| 33 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | modules/superres/src/btv_l1_cuda.cpp | 43 | // S. Farsiu , D. Robinson, M. Elad, P. Milanfar. Fast and robust multiframe super resolution. | COMMENT |
| MEDIUM | modules/superres/src/btv_l1.cpp | 43 | // S. Farsiu , D. Robinson, M. Elad, P. Milanfar. Fast and robust multiframe super resolution. | COMMENT |
| MEDIUM | modules/surface_matching/src/icp.cpp | 316 | // use robust weighting for outlier treatment | COMMENT |
| MEDIUM | …/zxing/common/binarizer/global_histogram_binarizer.cpp | 270 | // This proved to be more robust on the blackbox tests than sampling a | COMMENT |
| MEDIUM | modules/stereo/src/descriptor.hpp | 56 | //!Mean Variation is a robust kernel that compares a pixel | COMMENT |
| MEDIUM | modules/face/samples/facerec_video.cpp | 124 | // in your scenario, LBPH should always be a contender for robust face recognition. | COMMENT |
| MEDIUM | modules/xfeatures2d/src/surf.hpp | 11 | //! Speeded up robust features, port from CUDA module. | COMMENT |
| MEDIUM | modules/sfm/test/test_robust.cpp | 37 | #include "opencv2/sfm/robust.hpp" | COMMENT |
| MEDIUM | modules/sfm/include/opencv2/sfm/robust.hpp | 48 | //! @addtogroup robust | COMMENT |
| MEDIUM | modules/sfm/src/robust.cpp | 43 | #include <opencv2/sfm/robust.hpp> | COMMENT |
| MEDIUM | …m/src/libmv_light/libmv/multiview/fundamental_kernel.h | 101 | // a robust estimation context) and most robust of the above kernels. | COMMENT |
| MEDIUM | …fm/src/libmv_light/libmv/multiview/robust_estimation.h | 101 | // In this robust estimator, the scorer always works on all the data points | COMMENT |
| MEDIUM⚡ | …/sfm/src/libmv_light/libmv/multiview/two_view_kernel.h | 79 | // between two views) that shows the "kernel" part of a robust fitting | COMMENT |
| MEDIUM⚡ | …/sfm/src/libmv_light/libmv/multiview/two_view_kernel.h | 88 | // All the robust fitting algorithm sees is that there is some number of | COMMENT |
| MEDIUM⚡ | …/sfm/src/libmv_light/libmv/multiview/two_view_kernel.h | 92 | // The Kernel objects must follow the following concept so that the robust | COMMENT |
| MEDIUM | …libmv_light/libmv/correspondence/nRobustViewMatching.h | 45 | // Add also a Template function to make the match robust.. | COMMENT |
| MEDIUM | modules/optflow/src/rlof/rlof_localflow.cpp | 529 | // for robust models | COMMENT |
| MEDIUM | modules/optflow/src/rlof/rlof_localflow.cpp | 617 | // use none robust tracker for global motion estimation since it is faster | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | modules/xphoto/samples/color_balance_benchmark.py | 115 | print("Error: unsupported statistic " + stat) | CODE |
| MEDIUM | modules/xphoto/samples/color_balance_benchmark.py | 220 | print("Error: " + args.input_folder + (" does not exist. Please, correctly " | CODE |
| MEDIUM | modules/xphoto/samples/color_balance_benchmark.py | 225 | print("Error: " + args.ground_truth + (" does not exist. Please, correctly " | CODE |
| MEDIUM | modules/xphoto/samples/color_balance_benchmark.py | 236 | print("Error: Please specify the -r parameter in form <first_image_index>,<last_image_index>") | CODE |
| MEDIUM | modules/xphoto/samples/learn_color_balance.py | 148 | print("Error: unknown ground-truth format, only formats of Gehler-Shi and NUS 8-camera datasets are supported") | CODE |
| MEDIUM⚡ | modules/xphoto/samples/learn_color_balance.py | 215 | print("Error: " + args.input_folder + (" does not exist. Please, correctly " | CODE |
| MEDIUM⚡ | modules/xphoto/samples/learn_color_balance.py | 220 | print("Error: " + args.ground_truth + (" does not exist. Please, correctly " | CODE |
| MEDIUM⚡ | modules/xphoto/samples/learn_color_balance.py | 226 | print("Error: Please specify the -r parameter in form <first_image_index>,<last_image_index>") | CODE |
| MEDIUM⚡ | modules/xphoto/samples/learn_color_balance.py | 235 | print("Error: Only .hpp and .yml are supported as output formats") | CODE |
| LOW | modules/aruco/misc/pattern_generator/MarkerPrinter.py | 48 | except Exception as e: | CODE |
| LOW | …dules/aruco/misc/pattern_generator/MarkerPrinterGUI.py | 68 | except Exception as e: | CODE |
| LOW | …dules/aruco/misc/pattern_generator/MarkerPrinterGUI.py | 89 | except Exception as e: | CODE |
| LOW | …dules/aruco/misc/pattern_generator/MarkerPrinterGUI.py | 100 | except Exception as e: | CODE |
| LOW | …dules/aruco/misc/pattern_generator/MarkerPrinterGUI.py | 209 | except Exception as e: | CODE |
| LOW | …dules/aruco/misc/pattern_generator/MarkerPrinterGUI.py | 220 | except Exception as e: | CODE |
| LOW | …dules/aruco/misc/pattern_generator/MarkerPrinterGUI.py | 328 | except Exception as e: | CODE |
| LOW | …dules/aruco/misc/pattern_generator/MarkerPrinterGUI.py | 339 | except Exception as e: | CODE |
| LOW | …dules/aruco/misc/pattern_generator/MarkerPrinterGUI.py | 423 | except Exception as e: | CODE |
| LOW | …dules/aruco/misc/pattern_generator/MarkerPrinterGUI.py | 434 | except Exception as e: | CODE |
| MEDIUM | …dules/aruco/misc/pattern_generator/MarkerPrinterGUI.py | 73 | def OnPreviewOrSaveCharucoMarker(self, askSave = False): | CODE |
| MEDIUM | …dules/aruco/misc/pattern_generator/MarkerPrinterGUI.py | 192 | def OnPreviewOrSaveArucoGridMarker(self, askSave = False): | CODE |
| MEDIUM | …dules/aruco/misc/pattern_generator/MarkerPrinterGUI.py | 316 | def OnPreviewOrSaveArucoMarker(self, askSave = False): | CODE |
| MEDIUM | …dules/aruco/misc/pattern_generator/MarkerPrinterGUI.py | 410 | def OnPreviewOrSaveChessMarker(self, askSave = False): | CODE |
| MEDIUM | modules/optflow/samples/optical_flow_benchmark.py | 220 | print("Error: " + args.bin_path + " does not exist") | CODE |
| MEDIUM | modules/optflow/samples/optical_flow_benchmark.py | 224 | print("Error: " + args.dataset_folder + (" does not exist. Please, correctly " | CODE |
| MEDIUM | modules/optflow/samples/optical_flow_benchmark.py | 236 | print("Error: unsupported dataset " + dataset) | CODE |
| MEDIUM | modules/optflow/samples/optical_flow_benchmark.py | 239 | print("Error: " + os.path.join(args.dataset_folder, dataset) + (" does not exist. " | CODE |
| MEDIUM | modules/ximgproc/samples/edge_drawing.py | 103 | print("Error loading image") | CODE |
| LOW | modules/matlab/generator/parse_tree.py | 115 | except Exception as e: | CODE |
| LOW | modules/dnn_objdetect/scripts/pascal_preprocess.py | 7 | except Exception as E: | CODE |
| MEDIUM | modules/dnn_objdetect/scripts/pascal_preprocess.py | 4 | def rescale(root_new, root_old, img_path, ann_path, out_shape): | CODE |
| LOW | modules/dnn_objdetect/scripts/k_means.py | 97 | except Exception as E: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | modules/matlab/CMakeLists.txt | 1 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | modules/matlab/CMakeLists.txt | 24 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | modules/matlab/CMakeLists.txt | 26 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | modules/matlab/CMakeLists.txt | 28 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | modules/matlab/CMakeLists.txt | 103 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | modules/matlab/CMakeLists.txt | 105 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | modules/matlab/CMakeLists.txt | 222 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | modules/matlab/CMakeLists.txt | 224 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | modules/matlab/CMakeLists.txt | 309 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | modules/matlab/CMakeLists.txt | 311 | # ---------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …les/dnn_superres/misc/python/test/test_dnn_superres.py | 17 | # Create an SR object | COMMENT |
| MEDIUM | modules/ximgproc/samples/radon_transform_demo.py | 1 | # This file is part of OpenCV project. | COMMENT |
| MEDIUM | modules/julia/gen/parse_tree.py | 3 | # This file is part of OpenCV project. | COMMENT |
| MEDIUM | modules/julia/gen/gen_all.py | 3 | # This file is part of OpenCV project. | COMMENT |
| MEDIUM | modules/julia/gen/gen3_julia_cxx.py | 3 | # This file is part of OpenCV project. | COMMENT |
| MEDIUM | modules/julia/gen/gen3_cpp.py | 3 | # This file is part of OpenCV project. | COMMENT |
| MEDIUM | modules/julia/gen/gen3_julia.py | 3 | # This file is part of OpenCV project. | COMMENT |
| MEDIUM | modules/julia/package/OpenCV/Manifest.toml | 1 | # This file is machine-generated - editing it directly is not advised | COMMENT |
| MEDIUM | modules/cannops/misc/python/test/test_cannops.py | 1 | # This file is part of OpenCV project. | COMMENT |
| MEDIUM | modules/cannops/samples/image_processing.py | 1 | # This file is part of OpenCV project. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | modules/xphoto/samples/color_balance_benchmark.py | 43 | CODE | |
| LOW | modules/aruco/misc/pattern_generator/MarkerPrinter.py | 87 | CODE | |
| LOW | modules/aruco/misc/pattern_generator/MarkerPrinter.py | 111 | CODE | |
| LOW | modules/aruco/misc/pattern_generator/MarkerPrinter.py | 313 | CODE | |
| LOW | modules/aruco/misc/pattern_generator/MarkerPrinter.py | 356 | CODE | |
| LOW | modules/aruco/misc/pattern_generator/MarkerPrinter.py | 618 | CODE | |
| LOW | modules/aruco/misc/pattern_generator/MarkerPrinter.py | 665 | CODE | |
| LOW | modules/aruco/misc/pattern_generator/MarkerPrinter.py | 816 | CODE | |
| LOW | modules/aruco/misc/pattern_generator/MarkerPrinter.py | 864 | CODE | |
| LOW | modules/cudacodec/misc/python/test/test_cudacodec.py | 16 | CODE | |
| LOW | modules/optflow/samples/optical_flow_benchmark.py | 31 | CODE | |
| LOW | modules/optflow/samples/optical_flow_benchmark.py | 124 | CODE | |
| LOW | modules/ximgproc/samples/fourier_descriptors_demo.py | 33 | CODE | |
| LOW | modules/matlab/generator/parse_tree.py | 371 | CODE | |
| LOW | modules/matlab/generator/parse_tree.py | 106 | CODE | |
| LOW | modules/julia/gen/parse_tree.py | 317 | CODE | |
| LOW | modules/julia/gen/parse_tree.py | 432 | CODE | |
| LOW | modules/julia/gen/parse_tree.py | 132 | CODE | |
| LOW | modules/julia/gen/parse_tree.py | 177 | CODE | |
| LOW | modules/julia/gen/parse_tree.py | 267 | CODE | |
| LOW | modules/julia/gen/gen3_julia_cxx.py | 170 | CODE | |
| LOW | modules/julia/gen/gen3_cpp.py | 229 | CODE | |
| LOW | modules/julia/gen/gen3_cpp.py | 143 | CODE | |
| LOW | modules/julia/gen/gen3_cpp.py | 178 | CODE | |
| LOW | modules/julia/gen/gen3_cpp.py | 206 | CODE | |
| LOW | modules/julia/gen/gen3_julia.py | 39 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | modules/xphoto/samples/learn_color_balance.py | 23 | def learn_regression_tree_ensemble(img_features, gt_illuminants, num_trees, max_tree_depth): | CODE |
| LOW | modules/aruco/misc/python/test/test_aruco.py | 14 | def test_aruco_detect_markers(self): | CODE |
| LOW | …dules/cudawarping/misc/python/test/test_cudawarping.py | 8 | def create_affine_transform_matrix(size,angle): | CODE |
| LOW | …dules/cudawarping/misc/python/test/test_cudawarping.py | 10 | def create_perspective_transform_matrix(size,angle): | CODE |
| LOW | …roc/misc/python/test/test_sparse_match_interpolator.py | 8 | def test_edgeaware_interpolator(self): | CODE |
| LOW | modules/viz/misc/python/test/test_viz_simple.py | 61 | def test_viz_show_simple_widgets(self): | CODE |
| LOW | modules/viz/misc/python/test/test_viz_simple.py | 90 | def test_viz_show_overlay_image(self): | CODE |
| LOW | modules/viz/misc/python/test/test_viz_simple.py | 151 | def test_viz_show_cloud_bluberry(self): | CODE |
| LOW | modules/viz/misc/python/test/test_viz_simple.py | 164 | def test_viz_show_cloud_random_color(self): | CODE |
| LOW | modules/viz/misc/python/test/test_viz_simple.py | 179 | def test_viz_show_cloud_masked(self): | CODE |
| LOW | modules/viz/misc/python/test/test_viz_simple.py | 197 | def test_viz_show_cloud_collection(self): | CODE |
| LOW | modules/viz/misc/python/test/test_viz_simple.py | 214 | def test_viz_show_painted_clouds(self): | CODE |
| LOW | modules/viz/misc/python/test/test_viz_simple.py | 239 | def test_viz_show_mesh_random_colors(self): | CODE |
| LOW | modules/viz/misc/python/test/test_viz_simple.py | 249 | def test_viz_show_textured_mesh(self): | CODE |
| LOW | modules/viz/misc/python/test/test_viz_simple.py | 305 | def test_viz_show_sampled_normals(self): | CODE |
| LOW | modules/viz/misc/python/test/test_viz_simple.py | 318 | def test_viz_show_cloud_shaded_by_normals(self): | CODE |
| LOW | modules/viz/misc/python/test/test_viz_simple.py | 331 | def test_viz_show_image_method(self): | CODE |
| LOW | modules/viz/misc/python/test/test_viz_simple.py | 355 | def test_viz_show_trajectory_reposition(self): | CODE |
| LOW | modules/viz/misc/python/test/test_viz_simple.py | 363 | def test_viz_show_trajectories(self): | CODE |
| LOW | modules/viz/misc/python/test/test_viz_simple.py | 395 | def test_viz_show_camera_positions(self): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | modules/sfm/test/test_conditioning.cpp | 61 | //TODO: implement me | COMMENT |
| LOW | modules/sfm/src/reconstruct.cpp | 156 | // TODO: implement me | COMMENT |
| LOW | modules/sfm/src/reconstruct.cpp | 185 | // TODO: implement me | COMMENT |
| LOW | modules/sfm/src/reconstruct.cpp | 229 | // TODO: implement me | COMMENT |
| LOW | modules/sfm/src/reconstruct.cpp | 255 | // TODO: implement me | COMMENT |
| LOW | modules/matlab/generator/parse_tree.py | 164 | #TODO: implement operators: http://www.mathworks.com.au/help/matlab/matlab_oop/implementing-operators-for-your-c | COMMENT |
| LOW | modules/bioinspired/src/retina_ocl.cpp | 1170 | // TODO: implement me! | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | modules/xphoto/samples/color_balance_benchmark.py | 14 | CODE | |
| LOW | modules/aruco/misc/pattern_generator/MarkerPrinter.py | 111 | CODE | |
| LOW | modules/optflow/samples/optical_flow_benchmark.py | 14 | CODE | |
| LOW | modules/matlab/generator/parse_tree.py | 281 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | modules/ximgproc/samples/edge_drawing.py | 76 | if lines is not None: # Check if the lines have been found and only then iterate over these and add them to the ima | CODE |
| LOW | modules/ximgproc/samples/edge_drawing.py | 84 | if ellipses is not None: # Check if circles and ellipses have been found and only then iterate over these and add t | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | modules/surface_matching/src/icp.cpp | 356 | // Step 2: Picky ICP | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | modules/surface_matching/src/icp.cpp | 356 | // Step 2: Picky ICP | COMMENT |