finding the min an max values of grayscale image or frame code example
Example: finding the min an max values of grayscale image or frame
smallest = numpy.amin(image)
biggest = numpy.amax(image)
smallest = numpy.amin(image)
biggest = numpy.amax(image)