#include "sadie.h"
#include "proto.h"
#include "mosaic.h"
#include "sadie_byte.h"
#include "sadie_short.h"
Go to the source code of this file.
Defines | |
#define | MAXPROFILE 8388608 |
Functions | |
void | CREATETREESMOSAIC (char **, int, char *, int, int, int, int, int, int *, int *, PIXEL *, PIXEL *, PIXEL, PIXEL, PIXEL, IMAGE_BYTE **, MOSAIC_INDEX **) |
void | TRIM (IMAGE *, short, IMAGE **) |
void ** | MATRIX (int, int, int, int, int) |
void | SPLINE (int, float *, float *, float, float) |
void | DIVSER (int, float *, float *, float *) |
void | COMPUTEVSTART (MOSAIC_INDEX *, int, int, int, int) |
void | COMPUTEVEND (MOSAIC_INDEX *, int, int, int, int) |
void | COMPUTE_LOCAL_INDEX (MOSAIC_INDEX *, int, int, int, int, int, LOCAL_INDEX **) |
void | TREES_SCONVL (IMAGE *, LOCAL_INDEX *, PIXEL *, short, short, IMAGE **) |
void | TREES_GRADIENT (IMAGE *, LOCAL_INDEX *, PIXEL *, PIXEL *, short, IMAGE **, IMAGE **) |
void | TREES_TREERINGMAG (IMAGE *, LOCAL_INDEX *, double, int, IMAGE **, IMAGE **) |
|
Definition at line 17 of file trees.h. Referenced by Sadie_TREES_Chain_RingWidthsCmd. |
|
Definition at line 180 of file region_of_interest.c. Referenced by MOSAIC_BYTE_TRACKRINGS. |
|
Definition at line 102 of file region_of_interest.c. Referenced by Sadie_TREES_UpdateROICmd. |
|
Definition at line 23 of file region_of_interest.c. Referenced by Sadie_TREES_UpdateROICmd. |
|
Definition at line 16 of file createtreesmosaic.c. Referenced by Sadie_TREES_CreateMosaicCmd. |
|
Definition at line 14 of file divser.c. Referenced by Sadie_TREES_ComputeIndicesCmd. |
|
Definition at line 26 of file spline.c. Referenced by MOSAIC_BYTE_SUPPRESS, and SPLINE. |
|
Definition at line 90 of file spline.c. Referenced by Sadie_TREES_ComputeIndicesCmd. |
|
Definition at line 24 of file src/gradient.c. Referenced by TREES_TREERINGMAG. |
|
Definition at line 14 of file src/sconvl.c. Referenced by TREES_TREERINGMAG. |
|
Definition at line 19 of file src/treeringmag.c. Referenced by MOSAIC_BYTE_TRACKRINGS. |
|
|