作者:wincemobile
转自:http://blog.csdn.net/wincemobile/article/details/5898971
Linux 正在嵌入式开发领域稳步发展。因为 Linux 使用 GPL(请参阅本文后面的参考资料), 所以任何对将 Linux 定制于 PDA、掌上机或者可佩带设备感...
首先是zlib
首先下载zlib,我这里采用zlib1.2.8
tar xvf zlib-1.2.8.tar.gz
cd zlib-1.2.8
CC=armv-linux-gcc ./configure –prefix=/usr/local
make
make install
这样就可以将zlib交叉编译到/usr/local目录下。
接下来是opens...
一、SWT识别:
yestinsong/Text-Detection( Text Detection System with MSER , SWT and Text Verification(fft and pca) )
https://github.com/yestinsong/Text-Detection
aperrau/DetectText:Detect text with stroke width transform.
h...
Wireless Extensions for LinuxJean Tourrilhes23 January 97A Wireless LAN API for the Linux operating system.1 IntroductionThe purpose of this document is to give an overview of the WirelessExtensions. The first part will exp...