OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBC_Detector
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417Detector.cpp
31
int32_t
CBC_Detector
::INDEXES_START_PATTERN[] = {0, 4, 1, 5};
32
int32_t
CBC_Detector
::INDEXES_STOP_PATTERN[] = {6, 2, 7, 3};
33
int32_t
CBC_Detector
::INTEGER_MATH_SHIFT = 8;
34
int32_t
CBC_Detector
::PATTERN_MATCH_RESULT_SCALE_FACTOR = 1
36
int32_t
CBC_Detector
::MAX_AVG_VARIANCE =
38
int32_t
CBC_Detector
::MAX_INDIVIDUAL_VARIANCE =
40
int32_t
CBC_Detector
::START_PATTERN[] = {8, 1, 1, 1, 1, 1, 1, 3};
41
int32_t
CBC_Detector
::STOP_PATTERN[] = {7, 1, 1, 3, 1, 1, 1, 2, 1};
42
int32_t
CBC_Detector
::MAX_PIXEL_DRIFT = 3;
43
int32_t
CBC_Detector
::MAX_PATTERN_DRIFT = 5;
[
all
...]
BC_PDF417Detector.h
13
class
CBC_Detector
{
15
CBC_Detector
();
16
virtual ~
CBC_Detector
();
BC_PDF417Reader.cpp
65
CBC_Detector
::detect(image, hints, multiple, e);
Completed in 43 milliseconds