jaitools.demo.kernelstats
Class KernelStatsDemo

java.lang.Object
  extended by 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 1400 2011-02-15 06:29:59Z michael.bedward $
Author:
Michael Bedward

Constructor Summary
KernelStatsDemo()
           
 
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
 

Constructor Detail

KernelStatsDemo

public KernelStatsDemo()
Method Detail

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.