How can we resize a complex image in OpenCV?
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.
can you show, what you tried (and how your complex Mat looks) ?