Click or drag to resize

IMcLiveEDF Interface

An interface implemented by McLiveEDF.

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

The IMcLiveEDF type exposes the following members.

Properties
  NameDescription
Public propertyAccumulate
Accumulate all images into EDF
Public propertyAlignByPrevious
Align by previous image
Public propertyBlendingRadius
Blending radius for EDF merging
Public propertyCompositionMode
Composition mode of Live EDF
Public propertyFilterSize
Size of the Variance filter that extracts edges on image
Public propertySearchPatternHeight
Height of the search pattern, used in Stereo mode
Public propertySearchPatternWidth
Width of the search pattern, used in Stereo mode
Public propertyStatus
Public propertyStereoMode
Stereo Mode of EDF, when enable the images are automatically aligned compensating for a shift in stereo microscope
Top
Methods
  NameDescription
Public methodAddImage
Add image to live EDF, this method can be used to add an image when Accumulate option is FALSE.
Public methodReset
Reset live EDF internal objects.
Public methodRunOnSequence
Run EDF on sequence
Public methodStartEDF
Start Live EDF on Live image or on Parent image
Public methodStopEDF
Stop live EDF
Top
See Also