Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 433 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 433 Bytes

Spark Scifio

A Spark-interface for the io.scif and other libraries to take advantage of the ImageJ2 ecosystem.

import fourquant.io.IOOps._
val fImages = sc.floatImages("cellImgs/*.tif")

It also has a more generic-style support

val pCellImages = sc.genericImages[Double,DoubleType]("cellimages/*.tif", () => new DoubleType)