Defines the behavior of the Mesh.filter() function. More...
Functions | |
def | set (self, filter=MESH_FILTER.LOW) |
Set the filtering intensity. More... | |
def | save (self, str filename) |
Saves the current bunch of parameters into a file. More... | |
def | load (self, str filename) |
Loads the values of the parameters contained in a file. More... | |
Defines the behavior of the Mesh.filter() function.
The constructor sets all the default parameters.
def set | ( | self, | |
filter = MESH_FILTER.LOW |
|||
) |
Set the filtering intensity.
filter | : the desired MESH_FILTER |
Referenced by CalibrationParameters.left_cam(), CalibrationParameters.right_cam(), CalibrationParameters.set_R(), SensorParameters.set_sensor_range(), and CalibrationParameters.set_T().
def save | ( | self, | |
str | filename | ||
) |
Saves the current bunch of parameters into a file.
filename | : the path to the file in which the parameters will be stored. |
def load | ( | self, | |
str | filename | ||
) |
Loads the values of the parameters contained in a file.
filename | : the path to the file from which the parameters will be loaded. |