Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/
Dfgd.cpp480 GpuMat is_trained_dyn_model_; member in __anon0c08ab400811::BGPixelStat
503 cuda::ensureSizeIsEnough(size, CV_8UC1, is_trained_dyn_model_); in create()
504 is_trained_dyn_model_.setTo(Scalar::all(0)); in create()
531 is_trained_dyn_model_.setTo(Scalar::all(1)); in setTrained()
549 stat.is_trained_dyn_model_data_ = is_trained_dyn_model_.data; in operator fgd::BGPixelStat()
550 stat.is_trained_dyn_model_step_ = is_trained_dyn_model_.step; in operator fgd::BGPixelStat()