Different scaling behavior for cv::resize by x and y with INTER_AREA type for coefficients based resizing (Bug #2019)
Description
If we pass fx and fy scaling coefficients with INTER_AREA flag in cv::resize function image will be scaled with passed fx value by x but with input to output rate by y.
History
Updated by Marina Kolpakova almost 13 years ago
fixed in r8577.
- Status changed from Open to Done
- Target version changed from 2.4.3 to 2.4.2