L_Verex_AddLogicalExpression (original) (raw)
Summary
This is an expression builder function, it will add logical expressions to the existing Verex .
Mainly the logical start and end of a line expression.
Syntax
#include "l_bitmap.h"
L_LTREGEX_API L_INT LVerexAddLogicalExpression(handle, expression, enable)
Parameters
L_VerexHandle handle
Handle of Verex being built.
L_VerexLogicalExpression expression
The logical expression to add.
L_BOOL enable
Flag to enable or disable the expression added.
Returns
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Comments
Verex
Verex
stands for verbal expression. Refers to an API that builds a Regex
expression using intuitive verbal expressions, such as start of line, match anything, match a word, etc. It builds accumulatively by adding to the verbal expression until a whole Regex
phrase is complete and then you can export it.
Required DLLs and Libraries
- LtRegex
- For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.
Platforms
Win32, x64.
See Also
Functions
LEADTOOLS Raster Imaging C API Help