Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 405 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 405 Bytes

napari-vidcrop

Useful video cropping operations


Setup

pip install .

Usage

Load the plugin from Plugins menu inside the napari window.


For development

Setup

pip install poetry
poetry install

Usage

poetry shell
pip install -e .
napari

Then load the plugin from Plugins menu inside the napari window.