Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Computer Vision » Datacodes » ReadSinglePDF417Code_Deprecated (ReadPDF417Codes Single)

ReadSinglePDF417Code_Deprecated (ReadPDF417Codes Single)


Module: Datacodes

Detects and recognizes one PDF417 code.

Name Type Description
Input value inImage Image Input image
Input value inRoi Rectangle2D* Region of interest
Input value inRoiAlignment CoordinateSystem2D* Coordinate system for the region of interest
Input value inCodeParams PDF417CodeParams Specification of codes that can be detected
Input value inDetectionParams PDF417DetectionParams Specification of the way the code is being detected
Output value outPDF417Code PDF417Code? Found PDF417 code
Output value outAlignedRoi Rectangle2D Input ROI after transformation (in the image coordinates)

Hints

If code is not detected, try to use ResizeImage on it before processing with ReadSinglePDF417Code_Deprecated.

Remarks

In inCodeParams the parameter MinModuleSize should be more or equal to 3. For values less than 3 it is not guaranteed, that ReadSinglePDF417Code_Deprecated will process code properly.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of ReadPDF417Codes filter group visible as Single.