Summer GOAL
- Raspberry Pi + Cloud work
- set up cloud
- send image from Respberry Pi to Cloud and back
- Automated License Plate RecognitionEdison-wearing device
- Improve Training
- protection
- binarization
- postprocessing
- Test:打印彩色牌照,测试 Automated License Plate Recognition
- ---->
- Come up with a nice UI: has monitor seeing the picture capturing/click button to capture the right scene
- 服务器、云端通信!:ALPR在云端,本地发送图片,云端传回结果。
- Set up OpenCV project on Codeblocks:
http://jatb181.blogspot.com/2014/06/install-opencv-248-with-codeblocks.html
http://kevinhughes.ca/tutorials/opencv-install-on-windows-with-codeblocks-and-mingw/
我的Linker路径 c:openCVmingwbuildlib
To be LEARNED
- Media SDK
- Cloud ComputingAmozon Cloud
- 37篇经过消化的云计算论文http://download.csdn.net/detail/a344506997/5438919
- 云计算hadoop编程教程资料http://download.csdn.net/detail/yurenweiasu/2779429
Raspberry
- 比较全的树莓派入门介绍 http://wenku.baidu.com/view/40c6e43287c24028915fc34e.html
GNU
- GNU计划,又称革奴计划 是“GNU's Not Unix”的递归缩写。Stallman宣布GNU应当发音为Guh-NOO以避免与new这个单词混淆(注:Gnu在英文中原意为非洲牛羚,发音与new相同)
- 它的目标是创建一套完全自由的操作系统。
HDMI
- 高清晰度多媒体接口 High Definition Multimedia Interface
Debian
- “Debian” 正式发音为 /ˈdɛ.bi.ən/ ,Debian 是国际化协作项目,官方未指定任何非英文名称。
- 广义的Debian是指一个致力于创建自由操作系统的合作组织及其作品,由于Debian项目众多内核分支中以Linux宏内核为主,而且 Debian开发者 所创建的操作系统中绝大部分基础工具来自于GNU工程 ,因此 “Debian” 常指Debian GNU/Linux。
DHCP
- (Dynamic Host Configuration Protocol,动态主机配置协议)是一个局域网的网络协议,使用UDP协议工作, 主要有两个用途:给内部网络或网络服务供应商自动分配IP地址,给用户或者内部网络管理员作为对所有计算机作中央管理的手段
ADSL
SSH
Security Shell.
Netcat!
Memorial of original *Hobbit*'s version 1.10 of netcat tool. nc is a Swiss Army knife utility to write and read data across TCP and UDP network connections.
GPIO
general purpose input output
matlab reshape 是按列展开, opencv是按行展开