ifw-odp  2.0.0-alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
clipm_image_sim.h File Reference
#include <cpl.h>

Go to the source code of this file.

Functions

cpl_error_code clipm_image_sim_noise_gaussian (cpl_image *img_modified, const cpl_size window_xxyy[4], double sigma)
 Add white gaussian noise to an image. More...
 
cpl_error_code clipm_image_sim_circle (cpl_image *img_modified, double centre_x, double centre_y, double radius, double brightness)
 Add a circle to an existing image (additively, on top). More...
 
cpl_error_code clipm_image_sim_rectangle (cpl_image *img_modified, double centre_x, double centre_y, double angle, double length, double width, double brightness)
 Add a circle to an existing image (additively, on top). More...