Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages