#include <BarCodeReader.h>
Inheritance diagram for BarCodeReader:
Public Member Functions | |
BarCodeReader (const SpecialVisionInterfaces &interfaces) | |
Constructor. | |
virtual void | execute () |
Executes the module. |
Definition at line 16 of file BarCodeReader.h.
|
Constructor.
Definition at line 17 of file BarCodeReader.cpp. |
|
Executes the module.
Declaration Just for debugging Scanbarcode starts Setting values Calculate the y-channel boundaries min, max and avg now loop eight times for the expected 8 code bars Checksum check Implements Module. Definition at line 22 of file BarCodeReader.cpp. References SpecialPercept::barCodeId, Image::cameraInfo, CIRCLE, DEBUG_DRAWING_FINISHED, DEBUG_IMAGE_SET_PIXEL_GREEN, DECLARE_DEBUG_IMAGE, ColorTable::generateColorClassImage(), Image::image, INIT_DEBUG_IMAGE, max, min, CameraInfo::resolutionWidth, and SEND_DEBUG_IMAGE. Referenced by DefaultSpecialVision::execute(). |
Here is the call graph for this function: