Home | History | Annotate | Download | only in opencv2

Lines Matching refs:observations

300 we want our result to be close to the observations we've got. If we treat \f$x\f$ as a function, this is
303 @param observations This array should contain one or more noised versions of the image that is to
315 CV_EXPORTS_W void denoise_TVL1(const std::vector<Mat>& observations,Mat& result, double lambda=1.0, int niters=30);