FArithmetic Control Reference 14.0
Methods

Functions

boolean Execute (void)
 Performs the arithmetic operation defined by the Operation property. More...
 
void SwapImage1Image2 (void)
 Swaps the input images so that after executing it, ImageIn1 is ImageIn2 an vice versa. More...
 
void UseImageOutAsImage1 (void)
 Moves the image handle currently stored in the ImageOut property into the ImageIn1 property. More...
 
void UseImageOutAsImage2 (void)
 Moves the image handle currently stored in the ImageOut property into the ImageIn2 property. More...
 

Detailed Description

Function Documentation

◆ Execute()

boolean Execute ( void  )

Performs the arithmetic operation defined by the Operation property.

Returns
TRUE if succeeded, FALSE (zero) if an error occurred.
Supported platforms:
Win32
Win64
Related Topics:
CVCError event

◆ SwapImage1Image2()

void SwapImage1Image2 ( void  )

Swaps the input images so that after executing it, ImageIn1 is ImageIn2 an vice versa.

Supported platforms:
Win32
Win64

◆ UseImageOutAsImage1()

void UseImageOutAsImage1 ( void  )

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

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

◆ UseImageOutAsImage2()

void UseImageOutAsImage2 ( void  )

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

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