Package | Description |
---|---|
imagingbook.pub.hough |
Constructor and Description |
---|
HoughTransformLines(ij.process.ImageProcessor I,
HoughTransformLines.Parameters params)
Creates a new Hough transform from the image I.
|
HoughTransformLines(Point2D[] points,
int M,
int N,
HoughTransformLines.Parameters params)
Creates a new Hough transform from a sequence of 2D points.
|
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)