Click or drag to resize

IMcExtendedFocus Interface

An interface implemented by McExtendedFocus.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcExtendedFocus

The IMcExtendedFocus type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleBottomUp
Defines Stack order.
Public propertyCode exampleCalibrateTopoImage
Defines whether intensity calibration converting pixel intensity to height will be created for topo-image.
Public propertyCode exampleFocusType
Defines the method of generation extended focus image.
Public propertyCode exampleGenerateTopoImage
Defines whether topo image is going to be retained after CreateBestFocusImage call.
Public propertyCode exampleNormalizeIllumination
Defines if frame illumination will be normalized before creating best focus image.
Public propertyPrefilter
Public propertyCode exampleTopoFilterSize
The size of Laplace filter applied to the topo image.
Public propertyCode exampleVarianceThreshold
Defines the threshold for extracting in-focus pixels.
Top
Methods
  NameDescription
Public methodCode exampleCreateBestFocusImage
Creates a best-focus image from a set of frames defined by SetSourceImages
Public methodCode exampleCreateTopoImage
Creates an image, where intensity is corresponded to the frame position of best-focus pixel in the input sequence.
Public methodCode exampleGetBestFocusFrame
Returns best-focus frame as McImage.
Public methodCode exampleGetBestFocusFrameIndex
Returns best-focus frame index.
Public methodGetBestFocusMcFrame
Returns best-focus frame as McFrame.
Public methodCode exampleSetSourceImages
Set list of frames for Extended Focus.
Top
See Also