Documentation ¶
Index ¶
Constants ¶
View Source
const FILLED = -1
Variables ¶
View Source
var EllipseNotFound = events.Ellipse{Confidence: 0.}
Functions ¶
This section is empty.
Types ¶
type RoadDetector ¶
type RoadDetector struct {
// contains filtered or unexported fields
}
func NewRoadDetector ¶
func NewRoadDetector() *RoadDetector
func (*RoadDetector) Close ¶
func (rd *RoadDetector) Close() error
func (*RoadDetector) ComputeEllipsis ¶
func (rd *RoadDetector) ComputeEllipsis(road *gocv.PointVector) *events.Ellipse
func (*RoadDetector) DetectRoadContour ¶
func (rd *RoadDetector) DetectRoadContour(imgGray *gocv.Mat, horizonRow int) *gocv.PointVector
type RoadPart ¶
type RoadPart struct {
// contains filtered or unexported fields
}
func NewRoadPart ¶
Click to show internal directories.
Click to hide internal directories.