Medical3DMissingFramesFillMethod Enumeration

Summary
Specifies the method used to fill the missing frames in the 3D object volume.
Syntax
C#
VB
C++
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
ValueMemberDescription
0TrilinearFills missing frames by using the tri-linear interpolation method.
1LastKnownFrameFills missing frames by using the last known frame.
2FirstNextFrameFills missing frames by using the first next known frame.
3NearestFills missing frames by using the nearest interpolation method.
4EmptyDeals with missing frames by considering them to be transparent black empty regions.
Requirements

Target Platforms

See Also

Reference

Leadtools.Medical3D Namespace

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.