Difference between revisions of "ImageFilterDemo"
Jump to navigation
Jump to search
m (reformatted link to the .zip file with source code) |
(updated program to version 1.0.1) |
||
Line 4: | Line 4: | ||
This program was written by [[User:DavidF|David Foster]]. | This program was written by [[User:DavidF|David Foster]]. | ||
− | * [[:Image:ImageFilterDemo.zip| | + | == Program & Source Code == |
+ | * [[:Image:ImageFilterDemo.zip|v1.0]] | ||
+ | ** Original version | ||
+ | * [[:Image:ImageFilterDemo_v1_0_1.zip|v1.0.1]] | ||
+ | ** Added '''PixelBufferFilter2''', a new type of filter. | ||
+ | ** Added contour extraction filters for the horizontal, vertical, and plus (horizontal+vertical) directions. |
Revision as of 19:39, 9 October 2005
ImageFilterDemo is a program that allows rapid prototyping of image filters in Java. This program was written by David Foster.