NAME

ow_invert_gamma_image - Inverts a gamma corrected image in linear space

SYNOPSIS

#include "i/i_transform.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


int ow_invert_gamma_image(KJB_image *ip);

DESCRIPTION

This routine inverts a gamma corrected image assuming that that inversion should occur in linear space. The linear inverted image is re-gamma'd. Currently, default gamma correction is used. So far, this has not given results that are palalable, and this code is currently flagged as UNUSED!

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTER

Kobus Barnard

SEE ALSO

ow_invert_image , rotate_image_right , rotate_image_left , ow_horizontal_flip_image , ow_vertical_flip_image , scale_image_size