CV-0.3.5.3: OpenCV based machine vision library

Safe HaskellSafe-Infered

CV.HoughTransform

Documentation

type HoughDesc = Int

data Segment

Constructors

Segment 

Fields

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

Instances

data Line

Constructors

Line 

Fields

bias :: Double
 
θ :: Double
 

Instances

data With a b

Constructors

a With b 

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

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

segments :: (a `With` [Segment]) -> [Segment]