2 #ifndef vbl_local_minima_h_ 3 #define vbl_local_minima_h_ 82 #endif // vbl_local_minima_h_
size_type rows() const
Return number of rows.
size_type cols() const
Return number of columns.
Contains class for templated 3d array.
Templated 3-dimensional array.
vbl_array_1d< T > vbl_local_minima(vbl_array_1d< T > const &in, T thresh=T(0))
Find the local minima in arrays.
bool local_minima(vbl_array_1d< T > const &in, vbl_array_1d< T > &minima, T thresh=T(0))
DEPRECATED.
Contains class for a templated 2d array.