Skip to content
GitLab
Explore
Sign in
Fix bugs in min_max conformity test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Michael Platings
requested to merge
fix-minmax-test
into
main
May 23, 2024
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Don't try to use cv::Mat::at to access channels.
min_index & max_index must accomodate an index for each matrix dimension.
Merge request reports