public enum AddWeightedCommandType
typedef NS_ENUM(NSInteger, LTAddWeightedCommandType) {
LTAddWeightedCommandTypeAverage = 0x0001,
LTAddWeightedCommandTypeAdd = 0x0002,
LTAddWeightedCommandTypeAverageWeighted = 0x0003,
LTAddWeightedCommandTypeAddWeighted = 0x0004
};
public final class AddWeightedCommandType
extends java.lang.Enum<AddWeightedCommandType>
public enum class AddWeightedCommandType
class AddWeightedCommandType(Enum):
Average = 1
Add = 2
AverageWeighted = 3
AddWeighted = 4
Value | Member | Description |
---|---|---|
1 | Average | Average the images in the list. |
2 | Add | Add the images in the list. |
3 | AverageWeighted | Average the images in the list, according to the array of weight factors in either the Factor property or the factor parameter in the constructor. |
4 | AddWeighted | Add the images in the list, according to the array of weight factors in either the Factor property or the factor parameter in the constructor. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document