CellCounter


Image

Namespace: CounterFunctions

Functions to load and padd the image.

Functions and values

Function or valueDescription
loadTiff(filePath)
Signature: filePath:string -> int [,]

Returns a 2DArray representing the pixels from the image at the filepath.

paddTiff(data)
Signature: data:'a [,] -> 'a [,]
Type parameters: 'a

Padds a 2DArray in both dimensions with random values for the wavelet transformation.

Fork me on GitHub