#include <tcl.h>
#include <tk.h>
#include <stdio.h>
#include <string.h>
#include "sadie.h"
Go to the source code of this file.
Functions | |
int | Sadie_Classify_LvlSliceCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_Classify_MinDistCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_Classify_MaxLikeCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_Classify_ClusterCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_Classify_SegmentCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_Classify_SigMapCmd (ClientData client_data, Tcl_Interp *interp, int argc, char *argv[]) |
int | Sadie_Classify_Init (Tcl_Interp *interp) |
Variables | |
short | nlev |
short | csize |
double | weight |
double * | count |
PIXEL | gain |
PIXEL | bias |
PIXEL | gmin |
PIXEL | gmax |
PIXEL | thresh |
PIXEL | gbrk [2][4] |
PIXEL * | table |
|
Definition at line 670 of file Sadie_Classify.c. References CHECKIMG, CLUSTER, min, SLEN, and IMAGE::text. Referenced by Sadie_Classify_Init. |
|
Definition at line 1081 of file Sadie_Classify.c. References Sadie_Classify_ClusterCmd, Sadie_Classify_LvlSliceCmd, Sadie_Classify_MaxLikeCmd, Sadie_Classify_MinDistCmd, Sadie_Classify_SegmentCmd, and Sadie_Classify_SigMapCmd. |
|
Definition at line 61 of file Sadie_Classify.c. References CHECKIMG, ROI::dev, gmax, gmin, LVLSLICE, malloc, ROI::mean, MESSAGE, IMAGE::nbnd, ROI::next, ROI::nval, IMAGE::regions, SLEN, IMAGE::text, and thresh. Referenced by Sadie_Classify_Init. |
|
Definition at line 470 of file Sadie_Classify.c. References CHECKIMG, ROI::cov, malloc, MAXLIKE, MESSAGE, IMAGE::nbnd, ROI::next, ROI::nval, IMAGE::regions, SLEN, and IMAGE::text. Referenced by Sadie_Classify_Init. |
|
Definition at line 260 of file Sadie_Classify.c. References CHECKIMG, ROI::cov, malloc, ROI::mean, MESSAGE, MINDIST, IMAGE::nbnd, ROI::next, ROI::nval, IMAGE::regions, SLEN, and IMAGE::text. Referenced by Sadie_Classify_Init. |
|
Definition at line 848 of file Sadie_Classify.c. References CHECKIMG, SEGMENT, SLEN, IMAGE::text, and thresh. Referenced by Sadie_Classify_Init. |
|
Definition at line 982 of file Sadie_Classify.c. References CHECKIMG, SIGMAP, SLEN, and IMAGE::text. Referenced by Sadie_Classify_Init. |
|
Definition at line 33 of file Sadie_Classify.c. |
|
Definition at line 31 of file Sadie_Classify.c. |
|
Definition at line 29 of file Sadie_Classify.c. |
|
Definition at line 32 of file Sadie_Classify.c. |
|
Definition at line 37 of file Sadie_Classify.c. |
|
Definition at line 35 of file Sadie_Classify.c. Referenced by Sadie_Classify_LvlSliceCmd. |
|
Definition at line 34 of file Sadie_Classify.c. Referenced by Sadie_Classify_LvlSliceCmd. |
|
Definition at line 28 of file Sadie_Classify.c. |
|
Definition at line 38 of file Sadie_Classify.c. |
|
Definition at line 36 of file Sadie_Classify.c. Referenced by Sadie_Classify_LvlSliceCmd, and Sadie_Classify_SegmentCmd. |
|
Definition at line 30 of file Sadie_Classify.c. |