opencv-0.0.2.1: Haskell binding to OpenCV-3.x

Safe HaskellNone
LanguageHaskell2010

OpenCV.Core.Types.Mat.HMat

Documentation

data HMat Source #

Instances

Eq HMat Source # 

Methods

(==) :: HMat -> HMat -> Bool #

(/=) :: HMat -> HMat -> Bool #

Show HMat Source # 

Methods

showsPrec :: Int -> HMat -> ShowS #

show :: HMat -> String #

showList :: [HMat] -> ShowS #

matToHMat :: Mat shape channels depth -> HMat Source #