Class VLResize.TVLResize
From Mitov Wiki Doc
				
				
				
				
																
				
				
								
				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: VideoLabAdditionalPkg
Unit: VLResize
Inherits: TVLCommonROISizeFilter
Contents | 
Syntax
Delphi:
type TVLResize = class( TVLCommonROISizeFilter )
C++ Builder:
class TVLResize : public TVLCommonROISizeFilter
Visual C++ (MFC):
class CTVLResize : public CTVLCommonROISizeFilter
C# (.NET):
public ref class TVLResize : Mitov.VideoLab.CommonROISizeFilter
Summary
Resizes the image.
Description
Use this component to resize the frame image. The resulting image has size equal to the Width and Height properties of the component.
Diagram:
Properties
Published
- OutputRegion - Specifies the way size of the output will be calculated.
 - SizeMode - Specifies the desired input video frame size mode.
 - Width - Desired Width of the resulting image.
 - Height - Desired Height of the resulting image.
 
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)
 
