Click or drag to resize

IMcTiling Interface

An interface implemented by McTiling.

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

The IMcTiling type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleBackgroundColor
Background color of the output image. The color fills empty areas of tiled image.
Public propertyDoGlobalOptimization
Find tile offsets as a regular matrix from all edges
Public propertyMultiAnchor
Use multiple anchor points to set the tile.
Public propertyNormOverlap
Returns normalized overlap of the tiles.
Public propertyOptimizationCoverage
Coverage of number of tiles used to calculate global optimization in range from 0 to 1.
Public propertySearchRadiusPercent
Search radius for auto-tiling in percents of overlap.
Public propertyCode exampleStitchingMethod
Stitching method, which defines how overlapped tiles are blended in the output image.
Public propertyThresholdLimit
Threshold limit for auto-tiling in range from 0 to 1. When the value is 0, all tiles are accepted.
Public propertyTilingColumns
Number of columns of the tiled image
Public propertyCode exampleTilingMethod
Gets/sets tiling method.
Public propertyCode exampleTilingMethodFFT
Gives access to FFT tiling method properties.
Public propertyCode exampleTilingMethodUser
Gives access to user algorithm properties.
Public propertyTilingOrder
Tiling order
Public propertyTilingRows
Number of rows in the tiled image
Top
Methods
  NameDescription
Public methodCode exampleCalculateTiling
Calculates tiling offsets based on the selected method.
Public methodCode exampleCreateTiledImage
Creates tiled image.
Public methodGetAnchors
Returns array of anchor points for tiles.
Public methodGetTileOrder
Public methodCode exampleGetTilingOffsets
Get tiling positions for every tile.
Public methodGetTilingShiftsAndRanks
Returns array of shifts and ranks per every tile.
Public methodCode exampleSetSourceForTiling
If the list of frames vSourceImg is missed the ancestor image provides frames.
Public methodCode exampleSetTilingLayout
Sets the dimensions and order of tiling.
Public methodCode exampleSetTilingOffsets
Sets tiling offsets.
Top
See Also