#include "vbl_local_minima.h"#include <vcl_iostream.h>#include <vcl_limits.h>#include <vcl_cassert.h>Go to the source code of this file.
Defines | |
| #define | VBL_LOCAL_MINIMA_TXX_ |
| #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. | |
| template<class T > | |
| bool | local_minima (vbl_array_2d< T > const &in, vbl_array_2d< T > &minima, T thresh) |
| DEPRECATED. | |
| template<class T > | |
| bool | local_minima (vbl_array_3d< T > const &in, vbl_array_3d< T > &minima, T thresh) |
| DEPRECATED. | |
| #define VBL_LOCAL_MINIMA_INSTANTIATE | ( | T | ) |
template vbl_array_1d<T > vbl_local_minima(vbl_array_1d<T >const&, T); \ template vbl_array_2d<T > vbl_local_minima(vbl_array_2d<T >const&, T); \ template vbl_array_3d<T > vbl_local_minima(vbl_array_3d<T >const&, T); \ template bool local_minima(vbl_array_1d<T >const&, vbl_array_1d<T >&, T); \ template bool local_minima(vbl_array_2d<T >const&, vbl_array_2d<T >&, T); \ template bool local_minima(vbl_array_3d<T >const&, vbl_array_3d<T >&, T)
Definition at line 737 of file vbl_local_minima.txx.
| #define VBL_LOCAL_MINIMA_TXX_ |
Definition at line 2 of file vbl_local_minima.txx.
| bool local_minima | ( | vbl_array_1d< T > const & | in, |
| vbl_array_1d< T > & | minima, | ||
| T | thresh = T(0) |
||
| ) |
DEPRECATED.
Definition at line 10 of file vbl_local_minima.txx.
| bool local_minima | ( | vbl_array_2d< T > const & | in, |
| vbl_array_2d< T > & | minima, | ||
| T | thresh = T(0) |
||
| ) |
DEPRECATED.
Definition at line 48 of file vbl_local_minima.txx.
| bool local_minima | ( | vbl_array_3d< T > const & | in, |
| vbl_array_3d< T > & | minima, | ||
| T | thresh = T(0) |
||
| ) |
DEPRECATED.
Definition at line 251 of file vbl_local_minima.txx.
1.7.5.1