RISA
|
Enumerations | |
enum | InterpolationType : short { neareastNeighbor, linear } |
enum | FilterType : short { ramp, sheppLogan, cosine, hamming, hanning } |
enum risa::cuda::detail::FilterType : short |
enum risa::cuda::detail::InterpolationType : short |
This enum represents the type of interpolation to be used during the back projection
Enumerator | |
---|---|
neareastNeighbor | |
linear |
Definition at line 46 of file Backprojection.h.