Find plateau points in image. More...
Go to the source code of this file.
Functions | |
| template<class T > | |
| bool | vil_is_plateau_3x3 (const T *im, std::ptrdiff_t i_step, std::ptrdiff_t j_step) |
| True if pixel at *im is greater than or equal to all 8 neighbours. More... | |
| template<class T > | |
| void | vil_find_plateaus_3x3 (std::vector< unsigned > &pi, std::vector< unsigned > &pj, const vil_image_view< T > &image, const T &min_thresh, bool clear_list=true) |
| Return (pi,pj) for all points in image greater than or equal to all 8 neighbours. More... | |
|
inline |
Return (pi,pj) for all points in image greater than or equal to all 8 neighbours.
Compute position of all local plateau points (pi[k],pj[k]) above given threshold value.
| clear_list | If true (the default) then empty lists before adding new examples |
Definition at line 37 of file vil_find_plateaus.h.
|
inline |
True if pixel at *im is greater than or equal to all 8 neighbours.
Definition at line 18 of file vil_find_plateaus.h.
1.8.15