Describe the bug
Image size change after rotation.
- input shape [1026, 1026]
- output shape [1028, 1028]
To Reproduce
After compiling the image-processing-rotate-benchmark benchmark. (rotate2d PR)
RUN:
./image-processing-rotate-benchmark ../../benchmarks/ImageProcessing/Images/YuTu.png RADIAN 1.57
Expected behavior
An output image with [1026, 1026].
Additional context
For comparing the similarity of Buddy & OpenCV rotation image, we need their result image with the same size.
Describe the bug
Image size change after rotation.
To Reproduce
After compiling the
image-processing-rotate-benchmarkbenchmark. (rotate2d PR)RUN:
./image-processing-rotate-benchmark ../../benchmarks/ImageProcessing/Images/YuTu.png RADIAN 1.57Expected behavior
An output image with [1026, 1026].
Additional context
For comparing the similarity of Buddy & OpenCV rotation image, we need their result image with the same size.