SKIMAGE(1) General Commands Manual SKIMAGE(1) NAME skivi - a scikit-image viewer SYNOPSIS skivi filename DESCRIPTION An image viewer built on the scikit-image QT display plugin, that al- lows 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) AUTHOR The scikit-image team: http://scikit-image.org SKIMAGE(1)
Generated by dwww version 1.14 on Tue Jan 21 00:26:13 CET 2025.