IMcLiveTiling Interface |
![]() |
Namespace: MediaCy.IQL.Live
Public Interface IMcLiveTiling
The IMcLiveTiling type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutoEDF | AutoEDF option for TileWithEDF |
![]() | AutoTiling | AutoTiling option |
![]() | BackgroundColor | Fill color of empty background areas on the output image |
![]() | BackgroundCorrection | Correct background of new tiles by BackgroundImage |
![]() | BackgroundImage | Background Image which is used for background correction when BackgroundCorrection is on. |
![]() | BlendingType | Defines the blending type used with adding new tiles. |
![]() | BoxColorError | Overlay color of tracking box with low correlation |
![]() | BoxColorNormal | Overlay color of tracking box |
![]() | BoxLineWidth | Width of overlay box line in pixels |
![]() | CanUndo | Checks if Undo buffer is not empty |
![]() | LiveImage | Input image, which is analyzed. Target rectangles will be drawn on this image. |
![]() | MatchingRank | Matching rank of the target tile. The rank is within 0..1 range |
![]() | MatchingThreshold | Matching threshold for target tile. |
![]() | MaxUndoBuffers | Number of undo buffers |
![]() | MotionDetection | Motion Detection option |
![]() | OutputImage | Output image. Output Tile rectangle will be drawn on this image. |
![]() | OutputTileRect | Rectangle of the last tile on the output image |
![]() | Status | Status of live tiling |
![]() | TargetRect | Rectangle of the input tile on the input image. |
![]() | TileEDF | Live EDF object used for tiling with TileWithEDF option. |
![]() | TileWithEDF | Add new tile using EDF algorithm. |
Name | Description | |
---|---|---|
![]() | AddImageTile | Add tile to output |
![]() | ProcessImage | Process new image candidate for tiling. |
![]() | Reset | Resets live tiling |
![]() | RunOnSequence | Run Live Tiling on sequence |
![]() | SetTilingPosition | Set new tiling position on the existing tiling output. |
![]() | StartTiling | Start Live Tiling on Live image or on Parent image |
![]() | StopTiling | Stops live tiling and crops tiling output, cropped image that inludes boubding rectangle of all tiles is returned |
![]() | Undo | Undo last tile |