←Select platform

PreDefinedFilterType Enumeration

Summary

This enumeration represents the types supported by PreDefinedFilterCommand.

Syntax
C#
Objective-C
C++/CLI
Python
[FlagsAttribute()] 
public enum PreDefinedFilterType 
typedef NS_ENUM(NSUInteger, LTPreDefinedFilterType) { 
 LTPreDefinedFilterTypeGaussian = 0x00000001, //CREATE_GAUSSIAN_FILTER 
 LTPreDefinedFilterTypeMotion = 0x00000002, //CREATE_MOTION_FILTER 
}; 
public: 
   [FlagsAttribute] 
   enum class PreDefinedFilterType sealed 
class PreDefinedFilterType(Enum): 
   GAUSSIAN = 1 
   MOTION = 2 
Members
ValueMemberDescription
0x00000001GAUSSIANGaussian filter
0x00000002MOTIONMotion filter
Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

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