Ask Your Question
0

question regarding the resize function of OpenCV

asked 2016-03-10 22:01:03 -0600

desri gravatar image

updated 2016-03-10 22:01:56 -0600

Does resize function of Opencv first filters the high spatial frequency before downsizing to prevent image-aliasing?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-03-10 22:39:21 -0600

Tetragramm gravatar image

Depending on the interpolation method chosen, there are different results. The default linear interpolation reduces aliasing more than INTER_NEAREST, but not as much as the others. For downsampling it's difficult to see much difference between anything other than Nearest.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-03-10 22:01:03 -0600

Seen: 287 times

Last updated: Mar 10 '16