Searched refs:weight_ (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/cudabgsegm/src/ |
D | mog.cpp | 112 GpuMat weight_; member in __anon66be43d20111::MOGImpl 155 mog_gpu(frame, ch, fgmask, weight_, sortKey_, mean_, var_, nmixtures_, in apply() 172 …getBackgroundImage_gpu(backgroundImage.channels(), weight_, mean_, backgroundImage, nmixtures_, ba… in getBackgroundImage() 190 weight_.create(frameSize.height * nmixtures_, frameSize_.width, CV_32FC1); in initialize() 195 weight_.setTo(cv::Scalar::all(0)); in initialize()
|
D | mog2.cpp | 148 GpuMat weight_; member in __anon3eb1d9240111::MOG2Impl 200 mog2_gpu(frame, frame.channels(), fgmask, bgmodelUsedModes_, weight_, variance_, mean_, in apply() 216 …getBackgroundImage2_gpu(backgroundImage.channels(), bgmodelUsedModes_, weight_, mean_, backgroundI… in getBackgroundImage() 236 weight_.create(frameSize.height * nmixtures_, frameSize_.width, CV_32FC1); in initialize()
|
/external/opencv3/modules/videostab/src/ |
D | motion_stabilizing.cpp | 97 weight_.resize(2*radius_ + 1); in setParams() 99 sum += weight_[radius_ + i] = std::exp(-i*i/(stdev_*stdev_)); in setParams() 101 weight_[radius_ + i] /= sum; in setParams() 114 res += weight_[radius_ + i - idx] * getMotion(idx, i, motions); in stabilize() 115 sum += weight_[radius_ + i - idx]; in stabilize()
|
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
D | motion_stabilizing.hpp | 112 std::vector<float> weight_; member in cv::videostab::GaussianMotionFilter
|
/external/v8/src/compiler/ |
D | register-allocator.h | 415 float weight() const { return weight_; } in weight() 416 void set_weight(float weight) { weight_ = weight; } in set_weight() 469 float weight_; variable
|
D | register-allocator.cc | 276 weight_(kInvalidWeight), in LiveRange() 547 weight_ = kInvalidWeight; in DetachAt()
|