Skip to content

Simple reader for grayscale .cine (Phantom video) files

License

Notifications You must be signed in to change notification settings

stillyslalom/CineFiles.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CineFiles

Use cf = CineFile("path/to/file.cine") to create an object containing metadata and a frame cache for a video file in .cine format produced by a Phantom high-speed camera. Individual frames can be loaded with, e.g. cf[1], or ranges with cf[1:3] or cf[end-5:end].

Installation

CineFiles is included in Julia's General package registry and can be added to the current environment with Pkg.add("CineFiles").

About

Simple reader for grayscale .cine (Phantom video) files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages