is resize a cpu intensive operation
Hi, Instead of doing a resize for different Mat variables, if i had a need anyway they are all to be the same size, could i not do once: resize(src,dst ...)
and then assign other Mat variables the same size by doing: fubar=dst
Would it help?
Thanks for your help