#include <border_data_deriche.hh>
Inheritance diagram for border_data_deriche:
Public Methods | |
border_data_deriche (image &I, double &d) | |
Constructor with parameters, the number of darts. | |
border_data_deriche (const border_data_deriche &) | |
Copy constructor. | |
virtual | ~border_data_deriche () |
Destructor. | |
border_data_deriche & | operator= (const border_data_deriche &) |
Reaffectation operator. | |
border_value & | operator() (long) const |
Access an element of dataset. | |
void | del (dart) |
Remove an element from the dataset. | |
void | init (combi_map_base &, dart) |
Function to initialize the border_value of the dart. | |
void | merge (int, dart, dart) |
Function to manage the border_value during the merge of two dart. | |
float | give_max_gradient () |
Access to the maximum value of the gradient. |
|
Constructor with parameters, the number of darts.
|
|
Copy constructor.
|
|
Destructor.
|
|
Remove an element from the dataset.
|
|
Access to the maximum value of the gradient.
|
|
Function to initialize the border_value of the dart.
Implements border_data. |
|
Function to manage the border_value during the merge of two dart.
Implements border_data. |
|
Access an element of dataset.
|
|
Reaffectation operator.
|