/spark-scifio

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

Primary LanguageScalaApache License 2.0Apache-2.0

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)