Home
last modified time | relevance | path

Searched defs:TEvolution (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
DTEvolution.h16 struct TEvolution struct
18 TEvolution() { in TEvolution() function
26 Mat Lx, Ly; ///< First order spatial derivatives
27 Mat Lxx, Lxy, Lyy; ///< Second order spatial derivatives
28 Mat Lt; ///< Evolution image
29 Mat Lsmooth; ///< Smoothed image
30 Mat Ldet; ///< Detector response
31 float etime; ///< Evolution time
32 float esigma; ///< Evolution sigma. For linear diffusion t = sigma^2 / 2
33 int octave; ///< Image octave
[all …]