no.hiof.imagepr.examples
Class BinaryImageTest

java.lang.Object
  extended byno.hiof.imagepr.examples.BinaryImageTest

public class BinaryImageTest
extends java.lang.Object

In this example an X-ray image is read from the internet and thresholded. The thresholded image is represented by a BinaryImage. See also IntensityImageTest.


Constructor Summary
BinaryImageTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryImageTest

public BinaryImageTest()
Method Detail

main

public static void main(java.lang.String[] args)