Home
last modified time | relevance | path

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

/external/opencv3/modules/cudabgsegm/src/
Dmog.cpp112 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()
Dmog2.cpp148 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/
Dmotion_stabilizing.cpp97 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/
Dmotion_stabilizing.hpp112 std::vector<float> weight_; member in cv::videostab::GaussianMotionFilter
/external/v8/src/compiler/
Dregister-allocator.h415 float weight() const { return weight_; } in weight()
416 void set_weight(float weight) { weight_ = weight; } in set_weight()
469 float weight_; variable
Dregister-allocator.cc276 weight_(kInvalidWeight), in LiveRange()
547 weight_ = kInvalidWeight; in DetachAt()