public static class HoughLines.HoughLine extends Line2D.Float implements Comparable<HoughLines.HoughLine>
Line2D.Double, Line2D.Float
Modifier and Type | Field and Description |
---|---|
protected double |
r |
protected float |
score |
protected double |
theta |
x1, x2, y1, y2
Constructor and Description |
---|
HoughLine(double theta,
double r,
int width,
int height,
float score)
Initialises the hough line
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(HoughLines.HoughLine o) |
double |
getR() |
float |
getScore() |
double |
getTheta() |
getBounds2D, getP1, getP2, getX1, getX2, getY1, getY2, setLine, setLine
clone, contains, contains, contains, contains, getBounds, getPathIterator, getPathIterator, intersects, intersects, intersectsLine, intersectsLine, linesIntersect, ptLineDist, ptLineDist, ptLineDist, ptLineDistSq, ptLineDistSq, ptLineDistSq, ptSegDist, ptSegDist, ptSegDist, ptSegDistSq, ptSegDistSq, ptSegDistSq, relativeCCW, relativeCCW, relativeCCW, setLine, setLine
public HoughLine(double theta, double r, int width, int height, float score)
public double getTheta()
public double getR()
public float getScore()
public int compareTo(HoughLines.HoughLine o)
compareTo
in interface Comparable<HoughLines.HoughLine>
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.