Home
last modified time | relevance | path

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

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/io_epoch/
H A DfillImage.cpp39 …void fillImage::Compute(const QImage& input, int x, int y, int threshold_gradient, int threshold_f… in Compute() argument
41 threshold_gradient_ = threshold_gradient; in Compute()
H A DfillImage.h98 void Compute(const QImage& input, int x, int y, int threshold_gradient,
H A DmaskImageWidget.cpp249 void maskImageWidget::setGradientThreshold(int threshold_gradient) in setGradientThreshold() argument
251 pimpl_->threshold_gradient_ = threshold_gradient; in setGradientThreshold()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/edit_arc3D/
H A DfillImage.cpp40 …void fillImage::Compute(const QImage& input, int x, int y, int threshold_gradient, int threshold_f… in Compute() argument
42 threshold_gradient_ = threshold_gradient; in Compute()
H A DfillImage.h98 void Compute(const QImage& input, int x, int y, int threshold_gradient,
H A DmaskImageWidget.cpp249 void maskImageWidget::setGradientThreshold(int threshold_gradient) in setGradientThreshold() argument
251 pimpl_->threshold_gradient_ = threshold_gradient; in setGradientThreshold()