Home
last modified time | relevance | path

Searched refs:gauss_indep (Results 1 – 1 of 1) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vpdl/tests/
H A Dtest_mixture.cxx138 const vpdl_gaussian_indep<T, 3> * gauss_indep = in test_mixture_type() local
141 mixture2.num_components() == 3 && mixture2.weight(1) == T(0.15) && gauss_indep != nullptr, in test_mixture_type()
314 const vpdl_gaussian_indep<T> * gauss_indep = in test_mixture_type() local
317 …num_components() == 3 && mixture2.weight(1) == T(0.15) && mixture2.dimension() == 3 && gauss_indep, in test_mixture_type()