bob.ip.gamma_correction

bob.ip.gamma_correction((object)src, (object)dst, (float)gamma) → None :

Performs a power-law gamma correction on a 2D blitz array/image.

gamma_correction( (object)src, (float)gamma) -> object :
Performs a power-law gamma correction on a 2D blitz array/image. The output is allocated and returned.