|
Functions |
int | imAnalyzeFindRegions (const imImage *src_image, imImage *dst_image, int connect) |
void | imAnalyzeMeasureArea (const imImage *image, int *area) |
void | imAnalyzeMeasurePerimArea (const imImage *image, float *perimarea) |
void | imAnalyzeMeasureCentroid (const imImage *image, const int *area, int region_count, float *cx, float *cy) |
void | imAnalyzeMeasurePrincipalAxis (const imImage *image, const int *data_area, const float *cx, const float *cy, const int region_count, float *major_slope, float *major_length, float *minor_slope, float *minor_length) |
void | imAnalyzeMeasureHoles (const imImage *image, int connect, int *holes_count, int *area, float *perim) |
void | imAnalyzeMeasurePerimeter (const imImage *image, float *perim) |
void | imProcessPerimeterLine (const imImage *src_image, imImage *dst_image) |
void | imProcessPrune (const imImage *src_image, imImage *dst_image, int connect, int start_size, int end_size) |
void | imProcessFillHoles (const imImage *src_image, imImage *dst_image, int connect) |