Public Member Functions | |
Parameters () | |
creates a default parameter set with no tracked fields. | |
Public Attributes | |
std::string | outputTypeName |
TornadoPossibilityTable, by default. | |
int | MAX_COAST_FRAMES |
how many frames without a detection should we coast one? | |
size_t | MAX_FEATURE_ID |
maximum feature id. | |
int | POSSIBILITY_SCALE |
The number to multiply the possibility by to make them integers. | |
float | PIXEL_POSSIBILITY_THRESH |
float | CLUSTER_TOTAL_POSSIBILITY_THRESH |
float | CLUSTER_AVERAGE_POSSIBILITY_THRESH |
size_t | CLUSTER_SIZE_THRESH |
std::vector< TrackedField > | trackedFields |
w2img::FeatureTracker< GridType >::Parameters::Parameters | ( | ) |
creates a default parameter set with no tracked fields.
float w2img::FeatureTracker< GridType >::Parameters::CLUSTER_AVERAGE_POSSIBILITY_THRESH |
size_t w2img::FeatureTracker< GridType >::Parameters::CLUSTER_SIZE_THRESH |
float w2img::FeatureTracker< GridType >::Parameters::CLUSTER_TOTAL_POSSIBILITY_THRESH |
int w2img::FeatureTracker< GridType >::Parameters::MAX_COAST_FRAMES |
how many frames without a detection should we coast one?
size_t w2img::FeatureTracker< GridType >::Parameters::MAX_FEATURE_ID |
maximum feature id.
std::string w2img::FeatureTracker< GridType >::Parameters::outputTypeName |
TornadoPossibilityTable, by default.
float w2img::FeatureTracker< GridType >::Parameters::PIXEL_POSSIBILITY_THRESH |
int w2img::FeatureTracker< GridType >::Parameters::POSSIBILITY_SCALE |
The number to multiply the possibility by to make them integers.
std::vector<TrackedField> w2img::FeatureTracker< GridType >::Parameters::trackedFields |