LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ConvertSignedToUnsignedCommandType Enumeration

Show in webframe







Flag that indicates how the shift will be done when converting images.
Syntax
public enum ConvertSignedToUnsignedCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ConvertSignedToUnsignedCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ConvertSignedToUnsignedCommandType
public enum ConvertSignedToUnsignedCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTConvertSignedToUnsignedCommandType
public enum ConvertSignedToUnsignedCommandType
Leadtools.ImageProcessing.Core.ConvertSignedToUnsignedCommandType = function() { };
Leadtools.ImageProcessing.Core.ConvertSignedToUnsignedCommandType.prototype = {
ShiftZeroToCenter = 0x00000000, ShiftMinimumToZero = 0x00000001, ShiftNegativeToZero = 0x00000002, ShiftRangeOnly = 0x00000003, ShiftRangeProcessOutSide = 0x00000004, };
public enum class ConvertSignedToUnsignedCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000ShiftZeroToCenterShift by 32768 (16-bit images) or by 2048 (12-bit images).
0x00000001ShiftMinimumToZeroShift all image data to make the minimum value in the image 0 and the maximum value to the maximum possible value (65535 for 16-bit, 4095 for 12-bit).
0x00000002ShiftNegativeToZeroSet all the negative pixels to 0 and leave the positive pixels unchanged. (Achieves the same result as ClearNegativePixelsCommand).
0x00000003ShiftRangeOnlyShift data by adding half the range to each pixel without changing bits outside the (LowBit-HighBit) range.
0x00000004ShiftRangeProcessOutSideShift data by adding half the range to each pixel and set to zero all bits outside the (LowBit-HighBit) range.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.ConvertSignedToUnsignedCommandType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.