Normalise the sum of the pixel values
#include "dip_manipulation.h"
dip_Error dip_NormaliseSum ( in, out, newSum )
binary, integer, float
This function normalizes the sum of the pixel values in in to newSum, and puts the result in out.
Data type | Name | Description |
dip_Image | in | Input image |
dip_Image | out | Output image |
dip_float | newSum | New sum |