ifw-odp
2.0.0-alpha
|
#include <cpl.h>
Go to the source code of this file.
Functions | |
double | clipm_image_signal_estimate_bg_in_region (const cpl_image *img, const cpl_size window_xxyy[4], double *out_sigma, cpl_size *out_nused) |
Estimate the background in a small image region. More... | |
double | clipm_image_signal_estimate_fwhm_round (const cpl_image *img, double x_peakpos, double y_peakpos, double bg_level) |
Estimate the FWHM of a round object. More... | |
cpl_error_code | clipm_image_signal_get_barycentre (const cpl_image *img, const cpl_size window_xxyy[4], double bg_level, double lower_cutlevel, double *out_xy_centre, double *out_weight, cpl_size *out_nused) |
Compute the barycentre of an object. More... | |