C#
VB
C++
Specifies the method used to fill the missing frames in the 3D object volume.
public enum Medical3DMissingFramesFillMethod
Public Enum Medical3DMissingFramesFillMethod
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class Medical3DMissingFramesFillMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Trilinear | Fills missing frames by using the tri-linear interpolation method. |
1 | LastKnownFrame | Fills missing frames by using the last known frame. |
2 | FirstNextFrame | Fills missing frames by using the first next known frame. |
3 | Nearest | Fills missing frames by using the nearest interpolation method. |
4 | Empty | Deals with missing frames by considering them to be transparent black empty regions. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET