Skip to content

bgsegm: fix test broken by RNG change #3759

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

mshabunin
Copy link
Contributor

Resolves #3756

Test "VIDEO_BGSUBGMG.accuracy" generates random image with type 0-6 and channels 1-4, but algorithm only supports CV_8U, CV_16U, CV_32F and 1, 3, 4 channels. Test had failed due to RNG change the main repository, I've quick-fixed the test, but ideally the whole test must be rewritten because it actually checks just a single random image type.

@mshabunin
Copy link
Contributor Author

Closed in favor of more complete PR #3760

@mshabunin mshabunin closed this Jun 13, 2024
@mshabunin mshabunin deleted the fix-bgsegm-test branch June 13, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test bgsegm will random fail
1 participant