IMcTiling Interface |
![]() |
Namespace: MediaCy.IQL.Align
Public Interface IMcTiling
The IMcTiling type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | BackgroundColor | Background color of the output image. The color fills empty areas of tiled image. |
![]() | DoGlobalOptimization | Find tile offsets as a regular matrix from all edges |
![]() | MultiAnchor | Use multiple anchor points to set the tile. |
![]() | NormOverlap | Returns normalized overlap of the tiles. |
![]() | OptimizationCoverage | Coverage of number of tiles used to calculate global optimization in range from 0 to 1. |
![]() | SearchRadiusPercent | Search radius for auto-tiling in percents of overlap. |
![]() ![]() | StitchingMethod | Stitching method, which defines how overlapped tiles are blended in the output image. |
![]() | ThresholdLimit | Threshold limit for auto-tiling in range from 0 to 1. When the value is 0, all tiles are accepted. |
![]() | TilingColumns | Number of columns of the tiled image |
![]() ![]() | TilingMethod | Gets/sets tiling method. |
![]() ![]() | TilingMethodFFT | Gives access to FFT tiling method properties. |
![]() ![]() | TilingMethodUser | Gives access to user algorithm properties. |
![]() | TilingOrder | Tiling order |
![]() | TilingRows | Number of rows in the tiled image |
Name | Description | |
---|---|---|
![]() ![]() | CalculateTiling | Calculates tiling offsets based on the selected method. |
![]() ![]() | CreateTiledImage | Creates tiled image. |
![]() | GetAnchors | Returns array of anchor points for tiles. |
![]() | GetTileOrder | |
![]() ![]() | GetTilingOffsets | Get tiling positions for every tile. |
![]() | GetTilingShiftsAndRanks | Returns array of shifts and ranks per every tile. |
![]() ![]() | SetSourceForTiling | If the list of frames vSourceImg is missed the ancestor image provides frames. |
![]() ![]() | SetTilingLayout | Sets the dimensions and order of tiling. |
![]() ![]() | SetTilingOffsets | Sets tiling offsets. |