Machine Vision
Machine Vision :
Machine vision is the application of computer vision to factory automation. Just as human inspectors working on assembly lines visually inspect parts to judge the quality of workmanship, so machine vision systems use digital cameras and image processing software to perform similar inspections. A machine vision system is a computer that makes decisions based on the analysis of digital images.
From: en.wikipedia.org/wiki/Machine_vision
ImageApp
ImageApp is a program that involves a lot of principles from machine vision. A GUI that allows you to build up an image processing graph. An image processing graph is essentially a sequence of algorithms that do something to images. You can imagine the graph as the algorithms being the nodes and the flow-of-->data between the algorithms being the arcs.
For instance,
You could have the sequence of filtering the image to remove noise, then extracting the edges using a Sobel edge operator, then running a line finding algorithm and so on. In mathematical terms this graph is known as a Directed Acyclic Graph (DAG).
ImageApp is an attempt to allow users to build up these image processing graphs using drag and drop. It uses the excellent library from Sun called Java Advanced Imaging (JAI) and also in the latest version an excellent graph API called JGraph.
visit
ImageApp
ImageApp was visited : 138 times
Loading .....