|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHough
Hough class
This class find the center of the circle(s).
Constructor Summary | |
Hough(ij.process.ImageProcessor ip,
int N,
boolean blackBackGround,
int dimFilter,
int percent,
double precision,
double threshold)
Constructs a Hough object |
Method Summary | |
RectDouble |
getCenter()
Finds the center of de circle(s) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Hough(ij.process.ImageProcessor ip, int N, boolean blackBackGround, int dimFilter, int percent, double precision, double threshold)
ip
- the image to processN
- the dimension of the accumulatorblackBackGround
- the image color background (black/white)dimFilter
- the filter dimensionpercent
- the image voting points percentageprecision
- the required precision for the resultthreshold
- the proportion of the accumulator highest square required for a square to be selectedMethod Detail |
public RectDouble getCenter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |