To be Done/Memorized

Summer GOAL

  1. Raspberry Pi + Cloud work
    1. set up cloud
    2. send image from Respberry Pi to Cloud and back
  2. Automated License Plate RecognitionEdison-wearing device
    1. Improve Training
    2. protection
    3. binarization
    4. postprocessing
    5. Test:打印彩色牌照,测试 Automated License Plate Recognition
    6. ---->
    7. Come up with a nice UI: has monitor seeing the picture capturing/click button to capture the right scene
    8. 服务器、云端通信!:ALPR在云端,本地发送图片,云端传回结果。
  3. 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

  1. Media SDK
  2. Cloud ComputingAmozon Cloud
    1. 37篇经过消化的云计算论文http://download.csdn.net/detail/a344506997/5438919
    2. 云计算hadoop编程教程资料http://download.csdn.net/detail/yurenweiasu/2779429

 Raspberry

  1. 比较全的树莓派入门介绍 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

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是按行展开

原文地址:https://www.cnblogs.com/-dante-/p/4491654.html