|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.computing.ai.vision.HoughTransformOp
public abstract class HoughTransformOp
This abstract class is for subclasses to implement different derivates
of Hough Transforms. Note that as this is more of an operation, not a
filter, this class does not implement the Filter
interface.
| Constructor Summary | |
|---|---|
HoughTransformOp()
Creates a new instance of HoughTransform |
|
| Method Summary | |
|---|---|
abstract java.awt.image.BufferedImage |
getAccumulatorImage()
Return a BufferedImage of the accumulator. |
abstract java.awt.image.BufferedImage |
getSuperimposed(java.awt.image.BufferedImage img,
double threshold)
Return an image of the Hough Transform results superimposed on the input image. |
abstract void |
run(java.awt.image.BufferedImage img)
Run the Hough transform on the input image. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HoughTransformOp()
| Method Detail |
|---|
public abstract void run(java.awt.image.BufferedImage img)
img - the input image.public abstract java.awt.image.BufferedImage getAccumulatorImage()
public abstract java.awt.image.BufferedImage getSuperimposed(java.awt.image.BufferedImage img,
double threshold)
img - the input image.threshold - the accumulator threshold.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||