Defines | Functions
core/vbl/vbl_local_minima.txx File Reference
#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 Documentation

#define VBL_LOCAL_MINIMA_INSTANTIATE (   T)
Value:

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.


Function Documentation

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 10 of file vbl_local_minima.txx.

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 48 of file vbl_local_minima.txx.

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 251 of file vbl_local_minima.txx.