Giter VIP home page Giter VIP logo

videohandler's Introduction

DOI

About VideoHandler

VideoHandler is an Fiji plugin, which uses JavaCV to provide video loading functionality. Videos can be loaded both directly to Fiji or into a MIA workflow if the MIA (Modular Image Analysis) workflow automation plugin is also installed.

Installation

  1. Download the latest version of the plugin from the Releases page. VideoHandler is platform-specific, so please only download the .jar file corresponding to your system (e.g. for a 64-bit Windows computer, use the "win64" version)
  2. Place this .jar file into the /plugins directory of the your Fiji installation

Usage

To load videos directly into Fiji:

  1. Within Fiji, go to File > Import > Video (JavaCV)...
  2. Select video file to load
  3. Specify frames and channels to load, then click "OK". Indices can be written in the following forms:
    • "15-70" using hyphens to specify a continuous range
    • "5-20-4" using hypens to specify every nth index in a range ("5-20-4" specifies indices 5,9,13 and 17)
    • "5,10,15,20,25" as comma-separated lists
    • "100-end" using "end" keyword to specify maximum available index (e.g. for videos of unknown length)

To load videos into MIA:

  1. Add the VideoHandler module to a MIA workflow from + > Input output > Load video
  2. The "Load video" parameters page allows the channel and frame ranges to be specified in the same form as described above (for Fiji loading).
  3. (Optional) Use the "Crop mode" parameter to load a subset of the video in XY
  4. (Optional) Use the "Set manual spatial calibration" parameter to specify XY spatial calibration

Acknowledgements

This plugin relies on the JavaCV library, which comes bundled with each platform-specific release.

Note

This plugin is still in development and test coverage is currently incomplete. Please keep an eye on results and add an issue if any problems are encountered.

videohandler's People

Contributors

sjcross avatar

Watchers

Jan Eglinger avatar  avatar

videohandler's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.