PCL
pcl::PSFFitStatus Namespace Reference

PSF fit process results. More...

Detailed Description

PSFFitStatus::Invalid Represents an invalid or unsupported PSF fit status
PSFFitStatus::NotFitted The PSF has not been fitted because the process has not been executed.
PSFFitStatus::FittedOk PSF fitted correctly. The relative error of the solution is at most equal to the specified tolerance.
PSFFitStatus::BadParameters The PSF fitting process failed because of improper input parameters.
PSFFitStatus::NoSolution There is no solution with the specified parameters and source data.
PSFFitStatus::NoConvergence The Levenberg-Marquardt algorithm did not find a valid solution after a prescribed maximum number of iterations.
PSFFitStatus::InaccurateSolution A PSF has been fitted, but the Levenberg-Marquardt algorithm couldn't find a valid solution to the specified tolerance.
PSFFitStatus::UnknownError The PSF fitting process failed for an unspecified reason.