Ask Your Question

strike20's profile - activity

2017-08-08 06:37:12 -0600 asked a question 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.