Skip to content

PreibischLab/primfilters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

primfilters

Image filters library in python

After cloning/downloading you will need to set up as a python library:

  1. In terminal go to this folder.
  2. execute "python setup.py develop"

If the library was updated, you can reload the library in your script:
import importlib
importlib.reload(primfilters)

To use those filters as classifier filters, an instruction file will be uploaded in a day or two.

About

Image filters library in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages