FFilter Control Reference 14.0
Methods

Functions

boolean Execute (void)
 Applies the currently selected filter along with its settings to an image. More...
 
void UseImageOutAsImageIn (void)
 Moves the image handle currently stored in the ImageOut property into the ImageIn property. More...
 

Detailed Description

Function Documentation

◆ Execute()

boolean Execute ( void  )

Applies the currently selected filter along with its settings to an image.

The resulting image is stored in the property \ref ImageOut. 
Returns
TRUE if succeeded, FALSE if an error occurred.
Supported platforms:
Win32
Win64
Related Topics:
FFilter CVCError event

◆ UseImageOutAsImageIn()

void UseImageOutAsImageIn ( void  )

Moves the image handle currently stored in the ImageOut property into the ImageIn property.

This enable a quick re-use of result images for following operations.
Supported platforms:
Win32
Win64