#include "intfx.h"
#include "intmatcher.h"
#include "const.h"
Defines | |
#define | ATAN_TABLE_SIZE 64 |
Functions | |
int | SaveFeature () |
uinT8 | TableLookup () |
uinT8 | MySqrt2 () |
void | ClipRadius () |
void | InitIntegerFX () |
int | ExtractIntFeat (TBLOB *Blob, INT_FEATURE_ARRAY BLFeat, INT_FEATURE_ARRAY CNFeat, INT_FX_RESULT Results) |
uinT8 | TableLookup (inT32 Y, inT32 X) |
int | SaveFeature (INT_FEATURE_ARRAY FeatureArray, uinT16 FeatureNum, inT16 X, inT16 Y, uinT8 Theta) |
uinT16 | MySqrt (inT32 X, inT32 Y) |
uinT8 | MySqrt2 (uinT16 N, uinT32 I, uinT8 *Exp) |
void | ClipRadius (uinT8 *RxInv, uinT8 *RxExp, uinT8 *RyInv, uinT8 *RyExp) |
Variables | |
int | classify_radius_gyr_min_man = 255 |
int | classify_radius_gyr_min_exp = 0 |
int | classify_radius_gyr_max_man = 158 |
int | classify_radius_gyr_max_exp = 8 |
#define ATAN_TABLE_SIZE 64 |
---------------------------------------------------------------------------- Global Data Definitions and Declarations ----------------------------------------------------------------------------
void ClipRadius | ( | ) |
int ExtractIntFeat | ( | TBLOB * | Blob, | |
INT_FEATURE_ARRAY | BLFeat, | |||
INT_FEATURE_ARRAY | CNFeat, | |||
INT_FX_RESULT | Results | |||
) |
void InitIntegerFX | ( | ) |
---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------
uinT8 MySqrt2 | ( | ) |
int SaveFeature | ( | INT_FEATURE_ARRAY | FeatureArray, | |
uinT16 | FeatureNum, | |||
inT16 | X, | |||
inT16 | Y, | |||
uinT8 | Theta | |||
) |
int SaveFeature | ( | ) |
---------------------------------------------------------------------------- Include Files and Type Defines ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- Private Function Prototypes ----------------------------------------------------------------------------
uinT8 TableLookup | ( | ) |
int classify_radius_gyr_max_exp = 8 |
"Maximum Radius of Gyration Exponent 0-255: "
int classify_radius_gyr_max_man = 158 |
"Maximum Radius of Gyration Mantissa 0-255: "
int classify_radius_gyr_min_exp = 0 |
"Minimum Radius of Gyration Exponent 0-255: "
int classify_radius_gyr_min_man = 255 |
"Minimum Radius of Gyration Mantissa 0-255: "