35 #define FLOAT_SWAP(a,b) { register float t=(a);(a)=(b);(b)=t; }
43 float get_median_float(
float *,
int );
cpl_stats * omega_iter_stat_opts(cpl_image *, cpl_vector *, double, int)
Compute statistics of an image iteratively.
cpl_stats * omega_iter_stat(cpl_image *, double, int)
Compute statistics of an image iteratively.
float get_kth_float(float *, int, int)
Get the kth smallest value in a float array.