Property VLAdaptiveThreshold.TVLAdaptiveThreshold.BlockSize

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TVLAdaptiveThreshold

Contents

Syntax

Delphi:

property BlockSize : Cardinal read FBlockSize write SetBlockSize default 3;

C++ Builder:

__property unsigned int BlockSize = { read=FBlockSize, write=SetBlockSize, default=3 };

Summary

Size of the matrix block for the adaptive threshold

Description

Use this property to specify the size of the matrix block to be used for the adaptive threshold. The bigger the block is the ticker the detected lines, but the noise will be reduced.


Delphi example:

VLAdaptiveThreshold1.BlockSize := 3;

C++ Builder example:

VLAdaptiveThreshold1->BlockSize = 3;

Visual C++(MFC) example:

VLAdaptiveThreshold1.BlockSize = 3;

C# Example:

adaptiveThreshold1.BlockSize = 3;

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox