Functions |
int | findbasepoints (const IplImage *src, IplImage *src1, TYPE_base_pts *bp, IplImage *gui_src) |
int | setbasepointspix (const IplImage *src, TYPE_base_pts *bp, int numpts) |
int | decrease_basepoints_resolution (TYPE_base_pts *bp, int numpts, int resolutionloss, IplImage *gui_src) |
int | create_groups_from_basepoints (TYPE_base_pts *bp, int numpts, int maxadmissiblestep, TYPE_Group *gp, int *NumGroupsUsed, IplImage *gui_src) |
int | filtergroups_byvalleys (TYPE_Group *gp, int *NumGroupsUsed, IplImage *gui_src) |
int | filtergroups_bysize (TYPE_Group *gp, int *NumGroupsUsed, int MaxNum, int MinNum, IplImage *gui_src) |
int | getgroup_overallcandidate (TYPE_Group *gp, int NumGroupsUsed) |
void | GUI_DrawCross (IplImage *src, int line, int column, int lenght, int *color) |
| Draws a cross in the src image.
|
int | drawoverall_candidate (TYPE_Group *gp, int NumGroupsUsed, IplImage *src) |
int | fill_group_lines (TYPE_Group *gp, int NumGroupsUsed, IplImage *src, uint lodif, uint updif, IplImage *gui_dst) |
int | removegroups_innerspots (TYPE_Group *gp, int NumGroupsUsed) |
int | findgroups_perimeter (TYPE_Group *gp, int NumGroupsUsed) |
int | findgroups_rightpix (TYPE_Group *gp, int NumGroupsUsed, IplImage *gui_src) |
int | getnormaltogroup (TYPE_Group *gp, int NumGroupsUsed, unsigned int jump, IplImage *gui_src) |
int | LD_DrawGroupInfo (TYPE_Group *gp, IplImage *drawimg, IplImage *infoimg) |
int | filtergroup_bynormalcount (TYPE_Group *gp, int NumGroupsUsed, int minnormalcount, IplImage *gui_src) |
int | filtergroup_bynormalsigma (TYPE_Group *gp, int NumGroupsUsed, double maxsigma, IplImage *gui_src) |
int | filtergroup_bynormalgradsigma (TYPE_Group *gp, int NumGroupsUsed, double maxsigma, IplImage *gui_src) |
int | filtergroup_byavgwidth (TYPE_Group *gp, int NumGroupsUsed, double maxavgwidth, double minavgwidth, IplImage *gui_src) |
int | filtergroup_bywidthsigma (TYPE_Group *gp, int NumGroupsUsed, double maxsigma, IplImage *gui_src) |
int | getfinallines (TYPE_Group *gp, int NumGroupsUsed, IplImage *gui_src) |
int | printgroupinfo (TYPE_Group *gp, int NumGroupsUsed) |