jaitools.demo.kernelstats
Class KernelStatsDemo
java.lang.Object
jaitools.demo.kernelstats.KernelStatsDemo
public class KernelStatsDemo
- extends Object
Demonstrates using the KernelStats operator to calculate summary
statistics for the neighbourhood of each pixel in a source image
- Since:
- 1.0
- Version:
- $Id: KernelStatsDemo.java 1592 2011-03-29 10:41:50Z michael.bedward $
- Author:
- Michael Bedward
|
Method Summary |
static void |
main(String[] args)
Run the example. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KernelStatsDemo
public KernelStatsDemo()
main
public static void main(String[] args)
- Run the example. An image is displayed and a set of statistics calculated
for the image values.
- Parameters:
args - ignored
Copyright © 2009-2011. All Rights Reserved.