Method procedure VLCombine.TVLCombine.ProcessFrame(IVLImageBuffer;IVLImageBuffer;IVLImageBuffer)

From Mitov Wiki Doc
Jump to: navigation, search

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.

Class: TVLCombine

Contents

Syntax

Delphi:

procedure ProcessFrame( InImage1 : IVLImageBuffer, InImage2 : IVLImageBuffer, var OutImage : IVLImageBuffer );

C++ Builder:

void __fastcall ProcessFrame( IVLImageBuffer InImage1, IVLImageBuffer InImage2, IVLImageBuffer &OutImage );

Visual C++ (MFC):

void ProcessFrame( TVLCVideoBuffer InImage1, TVLCVideoBuffer InImage2, TVLCVideoBuffer &OutImage );

Summary

Performs a filter operation over video buffers.

Description

Call this method to perform a filter operation over video buffers.

Parameters

Parameter Description
InImage1 Input image buffer 1.
InImage2 Input image buffer 2.
OutImage Output image buffer.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox