Resources For Learning SWT/JFace

The Standard Widget Toolkit (SWT) from the Eclipse project is a great native GUI toolkit for Java that is gaining in popularity constantly because of the Eclipse Platform‘s success. The learning curve for this toolkit can be easier if you are careful about the sources of information you use to get started. That’s because a […]

Canny Edge Detection Applied with Java

Download Canny Edge Detector Java Source Code (CannyJava.zip) Recently I had to implement the Canny edge detection algorithm in my Digital Image Processing class at ETS. I had seen the algorithm in use in some of our vision software for the SONIA Project, but I had never actually looked into the details of it until […]