Click or drag to resize

IMcLiveTiling Interface

An interface implemented by McLiveTiling.

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

The IMcLiveTiling type exposes the following members.

Properties
  NameDescription
Public propertyAutoEDF
AutoEDF option for TileWithEDF
Public propertyAutoTiling
AutoTiling option
Public propertyBackgroundColor
Fill color of empty background areas on the output image
Public propertyBackgroundCorrection
Correct background of new tiles by BackgroundImage
Public propertyBackgroundImage
Background Image which is used for background correction when BackgroundCorrection is on.
Public propertyBlendingType
Defines the blending type used with adding new tiles.
Public propertyBoxColorError
Overlay color of tracking box with low correlation
Public propertyBoxColorNormal
Overlay color of tracking box
Public propertyBoxLineWidth
Width of overlay box line in pixels
Public propertyCanUndo
Checks if Undo buffer is not empty
Public propertyLiveImage
Input image, which is analyzed. Target rectangles will be drawn on this image.
Public propertyMatchingRank
Matching rank of the target tile. The rank is within 0..1 range
Public propertyMatchingThreshold
Matching threshold for target tile.
Public propertyMaxUndoBuffers
Number of undo buffers
Public propertyMotionDetection
Motion Detection option
Public propertyOutputImage
Output image. Output Tile rectangle will be drawn on this image.
Public propertyOutputTileRect
Rectangle of the last tile on the output image
Public propertyStatus
Status of live tiling
Public propertyTargetRect
Rectangle of the input tile on the input image.
Public propertyTileEDF
Live EDF object used for tiling with TileWithEDF option.
Public propertyTileWithEDF
Add new tile using EDF algorithm.
Top
Methods
  NameDescription
Public methodAddImageTile
Add tile to output
Public methodProcessImage
Process new image candidate for tiling.
Public methodReset
Resets live tiling
Public methodRunOnSequence
Run Live Tiling on sequence
Public methodSetTilingPosition
Set new tiling position on the existing tiling output.
Public methodStartTiling
Start Live Tiling on Live image or on Parent image
Public methodStopTiling
Stops live tiling and crops tiling output, cropped image that inludes boubding rectangle of all tiles is returned
Public methodUndo
Undo last tile
Top
See Also