Leptonica  1.82.0
Image processing and image analysis suite
L_RegParams Struct Reference

#include <regutils.h>

Data Fields

FILE * fp
 
char * testname
 
char * tempfile
 
l_int32 mode
 
l_int32 index
 
l_int32 success
 
l_int32 display
 
L_TIMER tstart
 

Detailed Description

Regression test parameter packer

Definition at line 117 of file regutils.h.

Field Documentation

◆ display

l_int32 L_RegParams::display

1 if in display mode; 0 otherwise

Definition at line 125 of file regutils.h.

◆ fp

FILE* L_RegParams::fp

◆ index

◆ mode

l_int32 L_RegParams::mode

generate, compare or display

Definition at line 122 of file regutils.h.

Referenced by regTestCheckFile(), regTestCompareFiles(), and regTestSetup().

◆ success

◆ tempfile

char* L_RegParams::tempfile

name of temp file for compare mode output

Definition at line 121 of file regutils.h.

◆ testname

char* L_RegParams::testname

◆ tstart

L_TIMER L_RegParams::tstart

marks beginning of the reg test

Definition at line 126 of file regutils.h.


The documentation for this struct was generated from the following file: