Relative Content

Tag Archive for pythonimage-processingcamera

Image shape detection, crop and zoom

I am taking thermography pictures in python. I want the camera to detect our square samples, zoom in, and snip the outer edges and apply the temperature gradient. As of now, I have to manually take each pixel, run it through another code in matlab to snip it and get the temperature gradient. An help would be appreciated!