imgproc(perf): sanity data for integral_sqsum_64f (companion to opencv#29272)#1382
Open
tonuonu wants to merge 1 commit into
Open
imgproc(perf): sanity data for integral_sqsum_64f (companion to opencv#29272)#1382tonuonu wants to merge 1 commit into
tonuonu wants to merge 1 commit into
Conversation
6 tasks
d3a83b3 to
5794246
Compare
Regression baselines for the integral_sqsum_64f perf test (sum=CV_32S, sqsum=CV_64F). The CV_64F sqsum exceeds INT_MAX; FileStorage round-trip of such whole-number doubles is fixed by opencv#29368. Companion to opencv/opencv#29272 (same branch name).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion regression data for opencv/opencv#29272, which adds the
integral_sqsum_64fperf test (sum=CV_32S, sqsum=CV_64F — the default outputs ofcv::integral(src, sum, sqsum)for 8-bit input). The test usesSANITY_CHECKand CI runs withOPENCV_TEST_REQUIRE_DATA=1, so it fails without baseline data. This adds the 8 entries (TYPICAL_MAT_SIZES× {8UC1, 8UC3}) totestdata/perf/imgproc.xml, generated with--perf_write_sanity.Branch name matches the opencv PR so CI tests them together.