Ask Your Question

Tritglorlee's profile - activity

2014-06-16 23:25:15 -0600 answered a question SURF matching against a database of images

Please help me to check whether these vb codes for reading data matrix are right or not.

Dim barcodes As String() = BarCodeReader.scanBarCode("c://dmtest.png", BusinessRefinery.Barcodes.Reader.BarCodeType.DATAMATRIX)

Dim barcodes As String() = BarCodeReader.scanBarCode(bmp, BusinessRefinery.Barcodes.Reader.BarCodeType.DATAMATRIX)