brip_para_cvrg - Detection of parallel image features More...
#include <brip/brip_para_cvrg_params.h>
#include <vil/vil_image_view.h>
#include <vil/vil_image_resource_sptr.h>
#include <vil/vil_rgb.h>
#include <vcl_vector.h>
Go to the source code of this file.
Classes | |
class | brip_para_cvrg |
brip_para_cvrg - Detection of parallel image features
Parallel support is defined as the existence of two or more peaks in the projection array. The peaks are found by carrying out non-maximal suppression on the projection array. This parallel coverage is quantified by computing the average peak height. If there are not at least two peaks, the "coverage" is defined as zero.
The direction with maximum coverage value is determined and that value is inserted an output image called the cover_image.
The current algorithm has a performance of about 1.8*10^4 pixels/sec The bulk of the time is taken in doing the projections.
Modifications: Ported to vxl July 01, 2004 Converted to vil October 3, 2009
Definition in file brip_para_cvrg.h.