You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
integrated your JOB into my application and did some first tests. Works fine and the localization output looks nice. But I had some trouble getting the output right. You used a fixed canvas with 320x240px for showing your localization result and also within your JOB.js the canvas is limited to 640x480px. Maybe it might be interesting to parameterize this somehow. When playing with resolution sizes or allowing vertical images (480x640px).
Will test it soon with the Muenster BarcodeDB, too.
The text was updated successfully, but these errors were encountered:
Actually the decoderworker takes width and height as parameters, the only reason why I fixed it to 640x480 is because it makes for the best decoding results but for testing you could just change it in the JOB code and there shouldn't be a problem.
Hi EddieLa,
integrated your JOB into my application and did some first tests. Works fine and the localization output looks nice. But I had some trouble getting the output right. You used a fixed canvas with 320x240px for showing your localization result and also within your JOB.js the canvas is limited to 640x480px. Maybe it might be interesting to parameterize this somehow. When playing with resolution sizes or allowing vertical images (480x640px).
Will test it soon with the Muenster BarcodeDB, too.
The text was updated successfully, but these errors were encountered: