Dr Tran's playground

Dr Tran's step by step programming lessons

Showing posts with label programming. Show all posts

Friday, 12 September 2014

using Zxing for barcode reading

No comments :
I needed to be able to decode barcodes so looked for a library and stumbled across ZXing which is an open source project originally written in java. It was ported over to C# and can be found at https://zxingnet.codeplex.com/ Here is how to use it - download the library with github,...
Read more

Saturday, 6 September 2014

Using opencsharp

No comments :
Now this was much simpler than I thought, and since I don’t anticipate going into OpenCV functions to alter them, I will just run with the DLLs of OpenCV. - download gitgui for windows. This program will allow us to easily clone GitHub repositories to our hard drive. http://git-scm.com/downloads/guis -...
Read more