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:

Dim filter As FrameFilter
Set filter = ICImagingControl1.FrameFilterCreateString("DeBayer""stdfilters.ftf")
See also: ICImagingControl, ICImagingControl.FrameFilterCreate, ICImagingControl.FrameFilterInfos, FrameFilter, FrameFilterInfos, FrameFilterInfo

<< ICImagingControl

This site is part of The Imaging Source Network. Other sites include Company Portal, Image Processing, Astronomy Cameras, Astronomy Cameras Blog, Blog caméras d'astronomie, Astronomy Cameras Competition, TX Text Control, TX Text Control Blog and Forums.