Compute edge orientations at each level of a scale space pyramid. More...
#include <vimt/vimt_image_pyramid.h>Go to the source code of this file.
| Functions | |
| void | ipts_orientation_pyramid (const vimt_image_pyramid &smooth_pyramid, vimt_image_pyramid &orient_pyramid, float grad_threshold, unsigned n_orientations=255) | 
| Compute edge orientations at each level of a scale space pyramid. | |
Compute edge orientations at each level of a scale space pyramid.
Definition in file ipts_orientation_pyramid.h.
| void ipts_orientation_pyramid | ( | const vimt_image_pyramid & | smooth_pyramid, | 
| vimt_image_pyramid & | orient_pyramid, | ||
| float | grad_threshold, | ||
| unsigned | n_orientations | ||
| ) | 
Compute edge orientations at each level of a scale space pyramid.
smooth_pyramid must be of type float. orient_pyramid is set to be of type vxl_byte. Uses vil_orientations_at_edges() on each level of the pyramid.
Definition at line 15 of file ipts_orientation_pyramid.cxx.
 1.7.5.1
 1.7.5.1