Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/
Dfgd.cpp596 std::vector< std::vector<Point> > foreground_regions_; member in __anon6991cfe50811::FGDImpl
644 foreground_regions_.clear(); in apply()
658 … findForegroundRegions(foreground_, h_foreground_, foreground_regions_, storage_, params_); in apply()
679 size_t total = foreground_regions_.size(); in getForegroundRegions()
685 std::vector<Point>& c = foreground_regions_[i]; in getForegroundRegions()