上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 77 下一页
摘要: .├── aclocal.m4├── autoscan.log├── config.log├── config.status├── configure├── configure.in├── Makefile├── Makefile.am├── Makefile.in└── src ├── f... 阅读全文
posted @ 2014-11-18 13:01 ahuo 阅读(3303) 评论(0) 推荐(0)
摘要: Cannyfunction [ canny ] = canny( rgb )temp=rgb2gray(rgb);canny=edge(temp,'canny');end灰度temp=rgb2gray(rgb);播放视频clear allsource = VideoReader('d:\v\\bus... 阅读全文
posted @ 2014-11-11 11:44 ahuo 阅读(340) 评论(0) 推荐(0)
摘要: 查看进程ps -APID进程的sopmap -x pid 阅读全文
posted @ 2014-10-30 17:00 ahuo 阅读(2483) 评论(0) 推荐(0)
摘要: 网卡配置静态IP地址 编辑文件/etc/network/interfaces: sudo vi /etc/network/interfaces 并用下面的行来替换有关eth0的行:# The primary network interface auto eth0 iface eth0 inet st 阅读全文
posted @ 2014-10-29 13:45 ahuo 阅读(450) 评论(1) 推荐(0)
摘要: 在百度搜索过的关键字后,经常在其他网页看到百度的推广广告,超级烦人而且涉及隐私,下面是去除方法C:\Windows\System32\drivers\etc下的hosts文件加入127.0.0.1cpro.baidu.com127.0.0.1cpro.baidustatic.com127.0.0.1... 阅读全文
posted @ 2014-10-28 11:07 ahuo 阅读(812) 评论(0) 推荐(0)
摘要: 用海思的交叉编译工具交叉编译live555 ,结合海思例子venc中的H264部分,完成RTSP的视频数据发布。用vlc可以播放,但是实时性比较差,慢了5秒 阅读全文
posted @ 2014-10-23 15:19 ahuo 阅读(4666) 评论(3) 推荐(0)
摘要: 2.4.9的opencv安装好交叉编译后,用Cmake 配置opencv修改CMakeCache.txtCMAKE_EXE_LINKER_FLAGS:STRING=-lpthread -lrt -lstdc++ 阅读全文
posted @ 2014-10-17 17:11 ahuo 阅读(1591) 评论(0) 推荐(0)
摘要: export LD_LIBRARY_PATH=/usr/local/lib 阅读全文
posted @ 2014-10-17 17:08 ahuo 阅读(979) 评论(0) 推荐(0)
摘要: Create a detector object.faceDetector = vision.CascadeObjectDetector;Read input image. I = imread('visionteam.jpg');Detect faces. bboxes = step(... 阅读全文
posted @ 2014-08-22 14:03 ahuo 阅读(583) 评论(0) 推荐(0)
摘要: >>se3 = strel('square',3)Neighborhood: 1 1 1 1 1 1 1 1 1>> se3 = strel('line',3 , 45)Neighborhood: 0 0 ... 阅读全文
posted @ 2014-08-22 11:17 ahuo 阅读(705) 评论(0) 推荐(0)
摘要: H:\Android\M9SDK_windows_1.0\platforms\android-2.3.1>emulator.exe -sysdir H:\Android\M9SDK_windows_1.0\platforms\android-2.3.1 -system images\system.i... 阅读全文
posted @ 2014-08-21 10:16 ahuo 阅读(183) 评论(0) 推荐(0)
摘要: alert($('#cc').calendar('options')['year']); 阅读全文
posted @ 2014-08-05 11:18 ahuo 阅读(1564) 评论(0) 推荐(0)
摘要: @MvcHtmlString.Create(string) 阅读全文
posted @ 2014-08-04 16:41 ahuo 阅读(218) 评论(0) 推荐(0)
摘要: $('#ltree').tree('reload'); 整树刷新 阅读全文
posted @ 2014-07-31 10:36 ahuo 阅读(453) 评论(0) 推荐(0)
摘要: HWND GetConsoleHwnd(void){#define MY_BUFSIZE 1024 // Buffer size for console window titles. HWND hwndFound; // This is what is returned to the... 阅读全文
posted @ 2014-06-27 15:11 ahuo 阅读(805) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 77 下一页