Category Archives: CODEX

用 python skimage做图像处理

导言:由于经常需要处理图像,习惯了matlab那么好用的图像处理工具箱,搬到python后有点不知所措了。搜了下python图像处理方面的库,好多PIL的教程,但是无奈的是PIL和numpy等结合不好,而且半天找不到图像处理的函数在哪里,只好作罢;终于搜到了skimage,:-),喜出望外,因为它是和scipy、numpy可以完美结合的,那么就可以很好的使用numpy了。废话不多说,直接上干货吧。 Continue reading 用 python skimage做图像处理

PIL for python

http://developer.51cto.com/art/201003/188186.htm
http://www.imagepy.org/
https://blog.csdn.net/u014365862/article/category/6433887
https://www.cnblogs.com/kongzhagen/p/6295925.html
https://blog.csdn.net/qiushi_1990/article/details/78041375
https://blog.csdn.net/GarfieldEr007/article/details/51314026

dietpi for raspberry pi

Version:1.0 StartHTML:000000208 EndHTML:000011166 StartFragment:000002379 EndFragment:000011104 StartSelection:000002400 EndSelection:000011098 SourceURL:http://dietpi.com/phpbb/viewtopic.php?f=8&t=9DietPi / Fuzon View topic – Getting started | Download DietPi image Continue reading dietpi for raspberry pi

Django部署至Apache的步骤 Ubuntu12.04

0x00 前言

在这里先说一点人生的经验 之前买了腾讯云的服务器(有学生认证的话只要1块钱) 我明明在自己电脑上ubuntu虚拟机用了一年多了 却作死选了个Centos 还是最新版的(7.2) 于是出现了各种问题 网上的解决方案都很少 最后因为一些很扯的问题放弃了 重装了一个ubuntu12.04的系统 感觉舒服 简单 多了 Continue reading Django部署至Apache的步骤 Ubuntu12.04