Class VLShear.TVLShear
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
| Line 40: | Line 40: | ||
| − | Example: | + | <b>Diagram:</b> |
| + | |||
| + | [[Image:VLShear_Preview.png]] | ||
| + | |||
| + | |||
| + | |||
| + | <b>Example:</b> | ||
{| border="1" cellspacing="0" cellpadding="5" | {| border="1" cellspacing="0" cellpadding="5" | ||
|- | |- | ||
| Line 107: | Line 113: | ||
=== Published === | === Published === | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | ||
| − | |||
| − | |||
| − | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | ||
Revision as of 20:29, 10 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.
Package: VideoLabPkg
Unit: VLShear
Inherits: TVLGeometricTransfromFilter
Syntax
Delphi:
type TVLShear = class( TVLGeometricTransfromFilter )
C++ Builder:
class TVLShear : public TVLGeometricTransfromFilter
Visual C++ (MFC):
class CTVLShear : public CTVLGeometricTransfromFilter
C# (.NET):
public ref class TVLShear : Mitov.VideoLab.GeometricTransfromFilter
Summary
Shears the image.
Description
Shears the frame image by XShear, YShear. The resulting image has size equal to the Width and Height properties of the component.
Diagram:
Example:
| Original Image: | Sheared Image: XShear := 60; YShear := |
| 100 : | |
|
|
Properties
Published
- SmoothEdge - Smooths the edges.
- XShear - X offset Shear.
- YShear - Y offset Shear.
From TVLGeometricTransfromFilter
Properties
Published
From TVLCommonROISizeFilter
Properties
Published
From TVLCommonROIFilter
Properties
Published
From TVLCommonFilter
Properties
Public
Methods
Public
- procedure ProcessFrame(Image : IVLImageBuffer)
- procedure ProcessFrame(InImage : IVLImageBuffer; var OutImage : IVLImageBuffer)
- procedure ProcessBitmap(InBitmap : TBitmap; OutBitmap : TBitmap)


