图像可视化在计算机视觉领域 (Computer Vision, CV) 非常常见,本次分享一个非常优质的Python图像可视化工具seaborn-image,代码量非常低。
Seaborn-image灵感源自Seaborn,风格如同Seaborn亲儿子🐶,强烈建议对比着Seaborn用,比如下文一直提到的Axes level/Figure level概念,多多参考👉Seaborn学会
目录
安装
pip install -U seaborn-image
二维图像可视化
主要使用seaborn_image.imgplot函数,Axes level方法,类似matplotlib.imshow,