Skip to content

kmader/spark-scifio

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •