Interploation Enumeration

Summary
Specifies the interpolation algorithm will be used to scale the image.
Syntax
C#
C++/CLI
public enum Interploation 
public: 
   enum class Interploation sealed 
Members
ValueMemberDescription
0NormalPerform normal interpolation. This is the fastest interpolation. However, aliasing is present and reduces the image quality.
1ResamplePerform linear interpolation and averaging to produce higher quality images.
2BicubicPerform bicubic interpolation and averaging to produce high quality images.
Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly

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