#include <tuw_geometry/layered_maps.h>
#include <opencv2/core/core.hpp>
#include <opencv2/core/core_c.h>
#include <opencv2/opencv.hpp>
#include <opencv/cv.hpp>
Go to the source code of this file.
Functions | |
float | distance2probabilitySigmoid (float d, float threshold) |
float | distance2probabilityTriangle (float d, float threshold) |
float distance2probabilitySigmoid | ( | float | d, |
float | threshold | ||
) |
Definition at line 113 of file layered_maps.cpp.
float distance2probabilityTriangle | ( | float | d, |
float | threshold | ||
) |
Definition at line 120 of file layered_maps.cpp.