Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnsupportedOperationException with Barcode Reader #13

Open
GoogleCodeExporter opened this issue Jun 15, 2015 · 0 comments
Open

UnsupportedOperationException with Barcode Reader #13

GoogleCodeExporter opened this issue Jun 15, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Set up JJIL, JJIL-SE and Barcode libraries in NetBeans IDE
2. Tried to compile it.  
3. Once compiled, tried to run it.

What is the expected output? What do you see instead?

I expected to see a successful compilation and execution without errors.

Line 133 in ReadBarcode.java did not compile at first:

        canny.push(imageCropped.clone());

Error said that it could not find the method, and NetBeans recommended 
that I cast the clone as an (Image). I did this, but it still did not 
work. Once I removed the cast, it now compiled.  

Once it compiled, I ran ReadBarcode.java as the main class on 
the "barcode.jpg" file provided with the source code.  Received 
an "UnsupportedOperationException" and no output file.  

What version of the product are you using? On what operating system?

JJIL library 12/22/08, JJIL-J2SE Aug. 2008 on Windows Vista

Please provide any additional information below.

java.lang.UnsupportedOperationException: Not yet implemented
        at jjil.algorithm.Gray8CannyHoriz.push(Gray8CannyHoriz.java:235)
        at barcode.ReadBarcode.cropAndDetectEdges(ReadBarcode.java:133)
        at barcode.ReadBarcode.push(ReadBarcode.java:369)
        at ReadBarJ.<init>(ReadBarJ.java:33)
        at ReadBarJ.main(ReadBarJ.java:14)



Original issue reported on code.google.com by jalantho...@gmail.com on 23 Jun 2009 at 12:33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant