Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.73 KB

File metadata and controls

52 lines (34 loc) · 1.73 KB

Detection Results on a specified dataset

The dataset the following plots were created with is from this article. The green bars are "successes", which means "codes detected". The red bars, some of which are on top of green bars, are "failures", which means "codes that were not detected". As a result, the total codes within an image are green + red.

Overall results

On the X Axis, one can see the different code reader implementations of the sfdm library. On the Y Axis, one can see the total found/not found codes of the specific implementation.

There are 111 codes to detect.

Library Detected Timeout Percentage
ZXingCodeReader 70 0ms 63%
LibdmtxCodeReader 85 100ms 77%
LibdmtxCodeReader 88 200ms 80%
LibdmtxCodeReader 90 0ms 81%
LibdmtxZXingCombinedCodeReader 97 100ms 87%
LibdmtxZXingCombinedCodeReader 100 200ms 90%
LibdmtxZXingCombinedCodeReader 100 0ms 90%

Result for each code

On the X Axis, one can see the different code filenames. On the Y Axis, one can see the number of detected codes.

ZXing detection on all codes

Libdmtx detection on all codes

Combined detection on all codes