public class HoughTransformOp extends NullOp
Modifier and Type | Class and Description |
---|---|
class |
HoughTransformOp.ArrayComparator |
Constructor and Description |
---|
HoughTransformOp(int numBinsRadius,
int numBinsTheta,
int regionSize,
int threshold) |
Modifier and Type | Method and Description |
---|---|
void |
drawLine(java.awt.Graphics g,
int rIndex,
int tIndex) |
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dest) |
void |
printArray(java.lang.Integer[] vals) |
double |
toAngle(int tIndex) |
int |
toRadIndex(int val) |
int |
toRadIndex2(double rad) |
double |
toRadius(int rIndex) |
int |
toThetaIndex(int val) |
createCompatibleDestImage, getBounds2D, getOpName, getPoint2D, getRenderingHints
public HoughTransformOp(int numBinsRadius, int numBinsTheta, int regionSize, int threshold)
public double toRadius(int rIndex)
public double toAngle(int tIndex)
public void drawLine(java.awt.Graphics g, int rIndex, int tIndex)
public int toRadIndex(int val)
public int toThetaIndex(int val)
public void printArray(java.lang.Integer[] vals)
public int toRadIndex2(double rad)