Property VLBasicHough.TVLBasicHoughLines.Threshold

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: TVLBasicHoughLines

Contents

Syntax

Delphi:

property Threshold : Integer read FThreshold write SetThreshold;

C++ Builder:

__property int Threshold = { read=FThreshold, write=SetThreshold };

Summary

Threshold for the Hough transformation.

Description

Use this property to specify Threshold for the Hough transformation.

A line is returned by the Hough transform if the corresponding accumulator value is greater than Threshold.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox