Hi... recently I want to locate the barcode in an image... My thought is by having the skeletonization first before I calculate the angle of orientation... After I found the angle of orientation, i can just adjust the image with opposite the value of that angle...
And i also can detect the area of barcode since all the barcode lines are having the same angle of orientation, so i can crop the area or set the ROI on the current area follow by decoding operation...
But after i setup my design.... i found out that during the skeletonization, my image has become totally black... I dont know what had happen... can anyone helps me to solve this problem and can tell me what is happening now?
This is the front panel after run... The first indicator (start from the left) shows the input image, the middle indicator shows the picture after having grayscale conversion and the third indicator shows the image after having skeletonization.
And this is the VI.
And this is one of the example that I used to test my VI