Classes
contrib/rpl/rgrl/rgrl_weighter_m_est.h File Reference

Compute weights in the manner described in the IMCF algorithm. More...

#include <vcl_memory.h>
#include "rgrl_weighter.h"

Go to the source code of this file.

Classes

class  rgrl_weighter_m_est

Detailed Description

Compute weights in the manner described in the IMCF algorithm.

Author:
Chuck Stewart
Date:
25 Nov 2002

20 Sept 2003, CS: Added the possibility that the intensity and signature weights are pre-computed. I am not sure that this is the most appropriate way to handle this. The weighting could be moved into the matching stage, but then the matcher needs to know whether or not to set the weights.

27 Jan 2004, CT: Intensity is no long considered. The class allows the freedom of using the absolute signature weight computed somewhere else (use_precomputed_signature_wgt ), or the robust signature weight from the signature error vector of a match (use_signature_error ), or neither. use_precomputed_signature_wgt has precedence over use_signature_error.

Definition in file rgrl_weighter_m_est.h.