RISA
risa::cuda::detail Namespace Reference

Enumerations

enum  InterpolationType : short { neareastNeighbor, linear }
 
enum  FilterType : short {
  ramp, sheppLogan, cosine, hamming,
  hanning
}
 

Enumeration Type Documentation

This enum represents the filter type to be used during the filtering

Enumerator
ramp 
sheppLogan 
cosine 
hamming 
hanning 

Definition at line 47 of file Filter.h.

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.