imspect-0.1.0 is not a library.
imspect
A small GUI application for feature engineering in computer vision projects.
- Very useful in a debugger session.
- Non-blocking. Executes in an independent process.
- Lightweight, has zero dependencies.
- Works only with
numpy
images with data typeuint8
(common data type forOpenCV
). - The command line executable accepts the classic image formats
and additionally the .npy format (serialized
numpy
arrays). - Works with Python 3.8+.
Demo
Install
pip install imspect
for Python devs
cargo install imspect
for Rust devs (CLI only)
Usage
Python interpreter\debugger
# examples of acceptable images
=
= + 255
CLI
imspect path/to/image.png path/to/array.npy