Class Edgel
java.lang.Object
georegression.struct.GeoTuple<T>
georegression.struct.GeoTuple_F32<T>
georegression.struct.GeoTuple2D_F32<Point2D_F32>
georegression.struct.point.Point2D_F32
boofcv.alg.feature.detect.line.gridline.Edgel
- All Implemented Interfaces:
Serializable
Describes an edge pixel found inside a region.
- See Also:
-
Field Summary
Fields inherited from class georegression.struct.GeoTuple2D_F32
x, y
-
Constructor Summary
-
Method Summary
Methods inherited from class georegression.struct.point.Point2D_F32
copy, createNewInstance, setTo, toString
Methods inherited from class georegression.struct.GeoTuple2D_F32
_setTo, distance, distance, distance2, distance2, equals, getDimension, getIdx, getX, getY, hashCode, isIdentical, isIdentical, isIdentical, isNaN, norm, normSq, plus, plusIP, print, scale, setIdx, setTo, setX, setY, times, timesIP, toString, zero
Methods inherited from class georegression.struct.GeoTuple_F32
isInfinite
-
Field Details
-
theta
public float theta
-
-
Constructor Details
-
Edgel
public Edgel(float x, float y, float theta) -
Edgel
public Edgel()
-