mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
b5e9eb742c
imgproc: add basic IntelligentScissorsMB performance test #23698 Adding basic performance test that can be used before and after the #21959 changes etc. as per @asmorkalov's https://github.com/opencv/opencv/pull/21959#issuecomment-1565240926 comment. ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [X] I agree to contribute to the project under Apache 2 License. - [X] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [X] The PR is proposed to the proper branch - [ ] There is a reference to the original bug report and related work - [X] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [ ] The feature is well documented and sample code can be built with the project CMake |
||
---|---|---|
.. | ||
opencl | ||
perf_accumulate.cpp | ||
perf_bilateral.cpp | ||
perf_blur.cpp | ||
perf_canny.cpp | ||
perf_contours.cpp | ||
perf_corners.cpp | ||
perf_cvt_color.cpp | ||
perf_distanceTransform.cpp | ||
perf_filter2d.cpp | ||
perf_floodfill.cpp | ||
perf_goodFeaturesToTrack.cpp | ||
perf_histogram.cpp | ||
perf_houghcircles.cpp | ||
perf_houghlines.cpp | ||
perf_integral.cpp | ||
perf_intelligent_scissors.cpp | ||
perf_main.cpp | ||
perf_matchTemplate.cpp | ||
perf_moments.cpp | ||
perf_morph.cpp | ||
perf_phasecorr.cpp | ||
perf_precomp.hpp | ||
perf_pyramids.cpp | ||
perf_remap.cpp | ||
perf_resize.cpp | ||
perf_sepfilters.cpp | ||
perf_spatialgradient.cpp | ||
perf_threshold.cpp | ||
perf_warp.cpp |