Searched defs:TEvolution (Results 1 – 1 of 1) sorted by relevance
16 struct TEvolution struct18 TEvolution() { in TEvolution() function26 Mat Lx, Ly; ///< First order spatial derivatives27 Mat Lxx, Lxy, Lyy; ///< Second order spatial derivatives28 Mat Lt; ///< Evolution image29 Mat Lsmooth; ///< Smoothed image30 Mat Ldet; ///< Detector response31 float etime; ///< Evolution time32 float esigma; ///< Evolution sigma. For linear diffusion t = sigma^2 / 233 int octave; ///< Image octave[all …]