How can we resize a complex image in OpenCV?

asked 2017-08-08 05:59:34 -0600

updated 2020-10-11 14:16:00 -0600

I have to apply the process of filtering on a Complex image so I wanted to know on how I could apply the filter, Can we directly resize a complex image mat in opencv( which I tried and failed in), or should I split the data into different channels and then use resize command on real and imaginary mat files separately? Thanks in advance.

edit retag flag offensive close merge delete

Comments

1

can you show, what you tried (and how your complex Mat looks) ?

berak gravatar imageberak ( 2017-08-08 06:39:47 -0600 )edit