C Language
教程
Eigen
Purpose
notes for c++ matrix library Eigen
get started
| |
Windows Notes
工具
heu 站
- heu8.net
- 知彼而知己-HEU8
GitHub - zbezj/HEU_KMS_Activator
- 密码: HEU168
faststone capture
FastStone Capture注册破解码_塔娜@的博客-CSDN博客_faststone 注册码
- name: bluman
- code: VPISCJULXUFGDDXYAUYF
Infosearch信息搜集
Purpose
- 关于一个问题或“主题”的信息搜集
方法
- 微信公众号
- 官网
- 新闻
- 宣传信息
认证信息查询网站
- 公司介绍
- 相关新闻
- 微信公众号
竞品信息(竞争对手)
pillow ---- PIL, pure python image rendering library 纯Python图像处理库
方法
Access a pixel
im.getpixel((row, col))
im.load()
| |
im.putpixel((row, col), color)
numpy.array <–> PIL image
PIL image –> numpy.array
| |
np.array –> PIL Image
| |