ICImagingControl.FrameFilterCreateString Method

Creates a new instance of a FrameFilter, by specifying the filter's name.
Syntax:
Public Function FrameFilterCreateString( FilterName As String, ModuleName As String ) As FrameFilter
Name Description
FilterName

Name of the frame filter to be created.

ModuleName

Filter module from which the frame filter is loaded. Can be omitted.

Information:

Introduced in IC Imaging Control 3.0

Example:

The following code fragment shows how to create the DeBayer Filter from stdfilters.ftf:

See also: ICImagingControl, ICImagingControl.FrameFilterCreate, ICImagingControl.FrameFilterInfos, FrameFilter, FrameFilterInfos, FrameFilterInfo

<< ICImagingControl