Class VLWarp.TVLWarp
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 39: | Line 39: | ||
− | Example: | + | <b>Diagram:</b> |
+ | |||
+ | [[Image:VLWarp_Preview.png]] | ||
+ | |||
+ | |||
+ | |||
+ | <b>Example:</b> | ||
{| border="1" cellspacing="0" cellpadding="5" | {| border="1" cellspacing="0" cellpadding="5" | ||
|- | |- | ||
Line 108: | Line 114: | ||
=== 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: VLWarp
Inherits: TVLGeometricTransfromFilter
Syntax
Delphi:
type TVLWarp = class( TVLGeometricTransfromFilter )
C++ Builder:
class TVLWarp : public TVLGeometricTransfromFilter
Visual C++ (MFC):
class CTVLWarp : public CTVLGeometricTransfromFilter
C# (.NET):
public ref class TVLWarp : Mitov.VideoLab.GeometricTransfromFilter
Summary
Warps the image.
Description
Performs forward or inverse Bilinear or Perspective Warp over the image.
Diagram:
Example:
Original Image: | Image Warp: |
Properties
Published
- SmoothEdge - Smooths the edges.
- InverseTransform - Perform inverse Warp.
- LeftTopOffset - X, Y offset for the Left Top corner of the Frame Image.
- RightTopOffset - X, Y offset for the Right Top corner of the Frame Image.
- LeftBottomOffset - X, Y offset for the Left Bottom corner of the Frame Image.
- RightBottomOffset - X, Y offset for the Right Bottom corner of the Frame Image.
- WarpType - Warp Type - Bilinear or Perspective.
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)