c# - Return barcode location in the image while decoding with zxing -


in current project, need know how location of barcode in image zxing, in pixel or range of pixels. image source kinect v2. main purpose associate barcode body frame, requires location information. i'm using standard kinect v2 sdk , visual studio 2013, in c#. feel it's not difficult, need guidance. thank in advance!

it looks me (referencing posts such this) resultfound action should pass result including resultpoints, each x , y value.

it seems of details of points depend on type of barcode being parsed, i'd start.

depending on you're trying location, may need use coordinatemapper correct coordinate system.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -