OpenCV.Core.Types.Mat

Matrix

data Mat shape channels depth

type family MatShape (a :: *) :: DS [DS Nat]

type family MatChannels (a :: *) :: DS Nat

type family MatDepth (a :: *) :: DS *

class ToMat a

class FromMat a

typeCheckMat

relaxMat

coerceMat

emptyMat

mkMat

eyeMat

cloneMat

matSubRect

matCopyTo

matConvertTo

matFromFunc

Mutable Matrix

typeCheckMatM

relaxMatM

coerceMatM

freeze

thaw

mkMatM

createMat

withMatM

cloneMatM

matCopyToM

class All p xs

class IsStatic ds

foldMat

Meta information

data MatInfo

matInfo

data Depth

type family ShapeT (a :: ka) :: DS [DS Nat] where ...

type ChannelsT a

type family DepthT a :: DS * where ...

class ToShape a

class ToShapeDS a

type ToChannels a

toChannels

type ToChannelsDS a

toChannelsDS

class ToDepth a

class ToDepthDS a