CV-0.3.5.4: OpenCV based machine vision library

Safe HaskellSafe-Infered

CV.HoughTransform

Documentation

data Segment Source

Constructors

Segment 

Fields

start :: (Int, Int)
 
end :: (Int, Int)
 

Instances

data Line Source

Constructors

Line 

Fields

bias :: Double
 
θ :: Double
 

Instances

data With a b Source

Constructors

a With b 

image :: (Image c d `With` e) -> Image c dSource

lines :: (a `With` [Line]) -> [Line]Source