Skip to content

Fix roi with 0 size

Valentin Valls requested to merge valentin.valls/bliss:fix-roi-clamp into master

There was code on ROI using special case for ROI size of 0.

This code was not executed cause it was using conditional operator instead of assignment.

This MR fix the code add a test for ROI with a 0 size

Merge request reports