Searched defs:weight_ (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/modules/videostab/include/opencv2/videostab/
H A Dmotion_stabilizing.hpp112 std::vector<float> weight_; member in class:cv::videostab::GaussianMotionFilter
/external/ImageMagick/Magick++/lib/
H A DOptions.cpp348 void Magick::Options::fontWeight(const size_t weight_) argument
350 _drawInfo->weight=weight_;
351 setOption("weight",(double) weight_);
H A DDrawable.cpp818 const unsigned int weight_,
823 _weight(weight_),
816 DrawableFont( const std::string &family_, Magick::StyleType style_, const unsigned int weight_, Magick::StretchType stretch_ ) argument
H A DImage.cpp898 void Magick::Image::fontWeight(const size_t weight_) argument
901 options()->fontWeight(weight_);

Completed in 95 milliseconds