memory utilization during image processing with openCV
I have written an openCV code which load an image and perform image analysis according to my requirement.Now i need to find how much ram is utilized and how much memory is required to process a single image with this code so that i can calculate the scalability for parallel processing.Please help me with this.Thankyou
unfortunately, this is totally os specific (and a bit out of scope here)