Class VLFishEye.TVLFishEye
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 40: | Line 40: | ||
− | Example: | + | <b>Diagram:</b> |
+ | |||
+ | [[Image:VLFishEye_Preview.png]] | ||
+ | |||
+ | |||
+ | |||
+ | <b>Example:</b> | ||
{| border="1" cellspacing="0" cellpadding="5" | {| border="1" cellspacing="0" cellpadding="5" | ||
|- | |- | ||
Line 122: | Line 128: | ||
=== 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: VLFishEye
Inherits: TVLCircleRemapFilter
Syntax
Delphi:
type TVLFishEye = class( TVLCircleRemapFilter )
C++ Builder:
class TVLFishEye : public TVLCircleRemapFilter
Visual C++ (MFC):
class CTVLFishEye : public CTVLCircleRemapFilter
C# (.NET):
public ref class TVLFishEye : Mitov.VideoLab.CircleRemapFilter
Summary
Applies FishEye effect over the image.
Description
Use this component to apply FishEye effect over the image. The effect can be positive and negative lens effect. The surrounding background can be preserved, or discarded.
Diagram:
Example:
Original Image: | Positive lens preserving the |
background: | |
Negative lens preserving the | Positive lens: |
background: | |
Properties
Published
- Curvature - Specifies the curvature of the lens.
From TVLCircleRemapFilter
Properties
Published
- Background - Specifies how the background will be processed.
- CenterOffset - Specifies the offset of the center of the remapping.
- Radius - Specifies the radius of the remapping.
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)