Go to the source code of this file.
Macros | |
| #define | VBL_LOCAL_MINIMA_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| bool | local_minima (vbl_array_1d< T > const &in, vbl_array_1d< T > &minima, T thresh) |
| DEPRECATED. More... | |
| template<class T > | |
| bool | local_minima (vbl_array_2d< T > const &in, vbl_array_2d< T > &minima, T thresh) |
| DEPRECATED. More... | |
| template<class T > | |
| bool | local_minima (vbl_array_3d< T > const &in, vbl_array_3d< T > &minima, T thresh) |
| DEPRECATED. More... | |
| #define VBL_LOCAL_MINIMA_INSTANTIATE | ( | T | ) |
Definition at line 740 of file vbl_local_minima.hxx.
| bool local_minima | ( | vbl_array_1d< T > const & | in, |
| vbl_array_1d< T > & | minima, | ||
| T | thresh = T(0) |
||
| ) |
DEPRECATED.
Definition at line 13 of file vbl_local_minima.hxx.
| bool local_minima | ( | vbl_array_2d< T > const & | in, |
| vbl_array_2d< T > & | minima, | ||
| T | thresh = T(0) |
||
| ) |
DEPRECATED.
Definition at line 51 of file vbl_local_minima.hxx.
| bool local_minima | ( | vbl_array_3d< T > const & | in, |
| vbl_array_3d< T > & | minima, | ||
| T | thresh = T(0) |
||
| ) |
DEPRECATED.
Definition at line 254 of file vbl_local_minima.hxx.
1.8.15