Macros | Functions
vbl_local_minima.hxx File Reference
#include <iostream>
#include <limits>
#include "vbl_local_minima.h"
#include <cassert>

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...
 

Macro Definition Documentation

◆ VBL_LOCAL_MINIMA_INSTANTIATE

#define VBL_LOCAL_MINIMA_INSTANTIATE (   T)
Value:
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); \
simple 2D array.
Definition: vbl_array_2d.h:25
A simple container.
Definition: vbl_array_1d.h:28
bool local_minima(vbl_array_1d< T > const &in, vbl_array_1d< T > &minima, T thresh)
DEPRECATED.
Templated 3-dimensional array.
Definition: vbl_array_3d.h:38
vbl_array_1d< T > vbl_local_minima(vbl_array_1d< T > const &in, T thresh=T(0))
Find the local minima in arrays.

Definition at line 740 of file vbl_local_minima.hxx.

Function Documentation

◆ local_minima() [1/3]

template<class T >
bool local_minima ( vbl_array_1d< T > const &  in,
vbl_array_1d< T > &  minima,
thresh = T(0) 
)

DEPRECATED.

Deprecated:
in favour of vbl_local_minima

Definition at line 13 of file vbl_local_minima.hxx.

◆ local_minima() [2/3]

template<class T >
bool local_minima ( vbl_array_2d< T > const &  in,
vbl_array_2d< T > &  minima,
thresh = T(0) 
)

DEPRECATED.

Deprecated:
in favour of vbl_local_minima

Definition at line 51 of file vbl_local_minima.hxx.

◆ local_minima() [3/3]

template<class T >
bool local_minima ( vbl_array_3d< T > const &  in,
vbl_array_3d< T > &  minima,
thresh = T(0) 
)

DEPRECATED.

Deprecated:
in favour of vbl_local_minima

Definition at line 254 of file vbl_local_minima.hxx.