logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

skivi - a scikit-image viewer

Author

       The scikit-image team: http://scikit-image.orgSKIMAGE(1)

Description

       An  image  viewer  built  on  the  scikit-image  QT  display plugin, that allows adjusting color balance,
       exposure, etc.

       skivi is a convenience wrapper around the following code:

         from skimage import io
         import sys

         io.use_plugin('qt')
         image = io.imread(sys.argv[1])
         io.imshow(image, fancy=True)

Name

       skivi - a scikit-image viewer

Synopsis

skivifilename

See Also