Class VLResize.TVLResize
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (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'''   | + | '''public ref class''' Resize : [[Class VLCommonFilter.TVLCommonROISizeFilter|Mitov.VideoLab.CommonROISizeFilter]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
| Line 37: | Line 37: | ||
image has size equal to the [[Property VLResize.TVLResize.Width|Width]] and [[Property VLResize.TVLResize.Height|Height]] properties of  | image has size equal to the [[Property VLResize.TVLResize.Width|Width]] and [[Property VLResize.TVLResize.Height|Height]] properties of  | ||
the component.  | the component.  | ||
| + | |||
| + | |||
| + | |||
| + | <b>Diagram:</b>  | ||
| + | |||
| + | [[Image:VLResize_Preview.png]]  | ||
== Properties ==  | == Properties ==  | ||
| Line 85: | Line 91: | ||
=== Published ===  | === Published ===  | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]  | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]  | ||
| − | |||
| − | |||
| − | |||
== 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.
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 Resize : 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)
 
