![]() |
ImFusion C++ SDK 4.4.0
|
Classes | |
| class | ImFusion::CT::AnisotropicTV |
| Anisotropic Total Variation functional. More... | |
| class | ImFusion::CT::CG |
| Conjugate Gradient (CG) algorithm. More... | |
| class | ImFusion::CT::ConvolutionFilter |
| Convolution filter implemented as LinearOperator. More... | |
| class | ImFusion::CT::DiagonalOperator |
| Base class for diagonal matrix linear operators. More... | |
| class | ImFusion::CT::FDK |
| FDK (Feldkamp-Davis-Kress) algorithm for cone-beam CT reconstruction. More... | |
| class | ImFusion::CT::FiniteDifferences |
| Finite differences operator for image gradients. More... | |
| class | ImFusion::CT::Functional |
| Abstract functional interface for optimization problems. More... | |
| class | ImFusion::CT::IdentityOperator |
| Identity linear operator implementation. More... | |
| class | ImFusion::CT::IsotropicTV |
| Isotropic Total Variation functional. More... | |
| class | ImFusion::CT::IterativeOSSolver |
| Abstract iterative solver with ordered subsets support. More... | |
| class | ImFusion::CT::IterativeSolver |
| Abstract base class for iterative solvers. More... | |
| class | ImFusion::CT::L2Pow2 |
| L2 squared norm functional for data fidelity. More... | |
| class | ImFusion::CT::LaplaceOperator |
| Discrete Laplace operator for image regularization. More... | |
| class | ImFusion::CT::LeastSquaresIsotropicTV |
| Least-squares optimization problem with isotropic total variation regularization. More... | |
| class | ImFusion::CT::LinearOperator |
| Abstract linear operator interface with adjoint. More... | |
| class | ImFusion::CT::LinearOperatorEvalInputExpr< evalInputExpr > |
| Specialization of LinearOperator which lets the user choose whether the ImageMath input expressions must be evaluated into a temporary before apply() or applyAdjoint(). More... | |
| class | ImFusion::CT::LinearOperatorEvalInputExpr< true > |
| Template instantiation for the case where the input expression is always be evaluated inuto a temporary. More... | |
| class | ImFusion::CT::LinearOperatorAdjointWrapper |
| Wraps a given linear operator, and represents its adjoint as a linear operator. More... | |
| class | ImFusion::CT::LinearOperatorTreeNode |
| Composite pattern for linear operator expression trees. More... | |
| class | ImFusion::CT::LinearResidual |
| Linear residual for tomographic reconstruction. More... | |
| class | ImFusion::CT::MLEM |
| MLEM (Maximum Likelihood Expectation Maximization) algorithm. More... | |
| class | ImFusion::CT::MatrixLinearOperator |
| Linear operator wrapping an explicit matrix. More... | |
| class | ImFusion::CT::OptimizationProblem |
| Optimization problem formulation for tomographic reconstruction. More... | |
| class | ImFusion::CT::SART |
| SART (Simultaneous Algebraic Reconstruction Technique) algorithm. More... | |
| class | ImFusion::CT::SQS |
| SQS (Separable Quadratic Surrogate) algorithm. More... | |
| class | ImFusion::CT::Solver |
| Abstract base class for optimization solvers. More... | |
| class | ImFusion::CT::StatisticallyWeightedLeastSquaresProblem |
| Statistically weighted least-squares optimization problem. More... | |
| class | ImFusion::CT::WeightedL2Pow2< OperandT > |
| Weighted L2 squared norm functional with diagonal weighting matrix. More... | |