Class VLCanny.TVLCanny

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLCanny : [[Class VLCommonFilter.TVLCommonROIFilter|Mitov.VisionLab.CommonROIFilter]]
+
'''public ref class''' Canny : [[Class VLCommonFilter.TVLCommonROIFilter|Mitov.VisionLab.CommonROIFilter]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 36: Line 36:
 
Use this component to perform Canny algorithm for edge
 
Use this component to perform Canny algorithm for edge
 
detection.
 
detection.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:VLCanny_Preview.png]]
  
  
Line 89: Line 95:
 
=== Published ===
 
=== Published ===
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
== Pins ==
 
*[[Pin SLCommonFilter.TSLBasicThreadedEnableFilter.EnablePin|EnablePin]]
 
  
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==

Latest revision as of 00:30, 26 June 2013

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.

BIGVLCanny.gif VLCanny.gif NETVLCanny.gif

Package: VisionLabPkg

Unit: VLCanny

Inherits: TVLCommonROIFilter

Contents

Syntax

Delphi:

type TVLCanny = class( TVLCommonROIFilter )

C++ Builder:

class TVLCanny : public TVLCommonROIFilter

Visual C++ (MFC):

class CTVLCanny : public CTVLCommonROIFilter

C# (.NET):

public ref class Canny : Mitov.VisionLab.CommonROIFilter

Summary

Canny edge detection.

Description

Use this component to perform Canny algorithm for edge detection.


Diagram:

VLCanny Preview.png


Example:

Original Image: Canny LowThreshold := 70;
HighThreshold := 90 :
SampleCannyOrig.png SampleCanny.png

Properties

Published

From TVLCommonROIFilter

Properties

Published

From TVLCommonFilter

Properties

Public

Methods

Public

Pins

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox