#include <analyse_result_blob.h>
Collaboration diagram for mimas::hf::analyse_result_blob< Hypothesis_T, Pixel_T >::set:

Public Member Functions | |
| set (double threshold_to_be_center, float peak_distance, float merge_distance) | |
Public Attributes | |
| float | DISTANCE |
| float | THRESHOLD_TO_BE_CENTER |
| float | MERGE_DISTANCE |
The reason we need a class to do that is that different analyse policy need a different number of parameters. However it is the hypothesis_filter constructor, which have a fix number of parametres, that instanciate the analyse policy constructor. Using an intermediate class we are able to pass a variable number of parametres thanks to a fix number of variables.
Definition at line 42 of file analyse_result_blob.h.
| mimas::hf::analyse_result_blob< Hypothesis_T, Pixel_T >::set::set | ( | double | threshold_to_be_center, | |
| float | peak_distance, | |||
| float | merge_distance | |||
| ) | [inline] |
Definition at line 49 of file analyse_result_blob.h.
| float mimas::hf::analyse_result_blob< Hypothesis_T, Pixel_T >::set::DISTANCE |
Definition at line 45 of file analyse_result_blob.h.
| float mimas::hf::analyse_result_blob< Hypothesis_T, Pixel_T >::set::THRESHOLD_TO_BE_CENTER |
Definition at line 46 of file analyse_result_blob.h.
| float mimas::hf::analyse_result_blob< Hypothesis_T, Pixel_T >::set::MERGE_DISTANCE |
Definition at line 47 of file analyse_result_blob.h.