Click or drag to resize

IMcRegionAccessTraversalMode Property

Optimizes large frame access by specifying how the ROI will be traversed.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Property TraversalMode As mcTraversalMode
	Get
	Set

Property Value

Type: mcTraversalMode
Remarks
For McRegionAccess instances with a very large ROI (ones that require memory storage larger than the McPixelBuffer.MemoryAutoLockLimit), it may not be possible to keep all of the McRegionAccess ROI in memory during all of the accesses required for an entire algorithm. By default, the TraversalMode property is set to mctmUnspecified, which optimizes for a single, mostly top-to-bottom (smaller to larger Y) traversal of the ROI.
See Also