Home
last modified time | relevance | path

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

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Statistics/include/
H A DitkKalmanLinearEstimator.h68 const VectorType & newPredictor);
137 const VectorType & newPredictor) in UpdateWithNewMeasure() argument
139 ValueType measurePrediction = dot_product(newPredictor, m_Estimator); in UpdateWithNewMeasure()
143 VectorType Corrector = m_Variance * newPredictor; in UpdateWithNewMeasure()
150 UpdateVariance(newPredictor); in UpdateWithNewMeasure()
156 ::UpdateVariance(const VectorType & newPredictor) in UpdateVariance() argument
158 VectorType aux = m_Variance * newPredictor; in UpdateVariance()
160 ValueType denominator = 1.0 / ( 1.0 + dot_product(aux, newPredictor) ); in UpdateVariance()
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dencoder.hpp97 …static Encoder* newPredictor(GenBuffer::Writable &out_, unsigned char type, unsigned char bpc_, sl…
H A Dtest_main.cpp212 Encoder *cp=PSEncoder::newPredictor(*bp, pred, img->getBpc(), img->getWd(), img->getCpp()); in test_predictor()
H A Dappliers.cpp317 …if (cache->hasPredictor()) pp=PSEncoder::newPredictor(*cp, cache->Predictor, or_->cacheHints.Predi… in out_l23_work()
1502 …if (cache->hasPredictor()) pp=PSEncoder::newPredictor(*cp, cache->Predictor, or_->cacheHints.Predi… in out_tiff_work()
1838 GenBuffer::Writable *pp=PSEncoder::newPredictor( in out_png_work()
H A Dencoder.cpp1745 Encoder* PSEncoder::newPredictor(GenBuffer::Writable &out_, unsigned char type, unsigned char bpc_,… in newPredictor() function in PSEncoder