#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <math.h>#include <ngc/core/ngcpp.h>Functions | |
| int | ngcppCenCircle (double *cx, double *cy, float *data, int nx, int ny, int slx1, int slx2, double thr, double sigma, int min) |
| int ngcppCenCircle | ( | double * | cx, |
| double * | cy, | ||
| float * | data, | ||
| int | nx, | ||
| int | ny, | ||
| int | slx1, | ||
| int | slx2, | ||
| double | thr, | ||
| double | sigma, | ||
| int | min ) |
Circle-fit centroiding algorithm