12 2014 档案

基于MATLAB的adaboost级联形式的人脸检测实现
摘要:很早之前就做过一些关于人脸检测和目标检测的课题,一直都没有好好总结出来,趁着这个机会,写个总结,希望所写的内容能给研究同类问题的博友一些见解和启发!!博客里面涉及的公式太繁琐了,直接截图了。 转载请注明出处:http://www.cnblogs.com/adong7639/p/4194307.htm... 阅读全文

posted @ 2014-12-30 19:21 Maddock 阅读(4820) 评论(4) 推荐(1) 编辑

Android adb的使用
摘要:参考:http://blog.csdn.net/veryitman/article/details/64370901. 进入shell进入设备shell adb shell2. 安装 apk表示你的apk文件路径(如/home/../*.apk)。adbinstall 3. 将手机设备中的文件复制到... 阅读全文

posted @ 2014-12-30 09:32 Maddock 阅读(268) 评论(0) 推荐(0) 编辑

VS2013安装oepncv2.4.10 以及opencv 3.0.0
摘要:Author:MaddockDate:2014.12.27……………………………………………………………………………………………………PS: VS2013 + OPENCV 3.0.0 的安装,连接器的输入选项简化为:#ifndef _OPENCV_LIB_#define _OPENCV_LIB_#... 阅读全文

posted @ 2014-12-27 22:22 Maddock 阅读(1443) 评论(0) 推荐(0) 编辑

封装自己的printf函数
摘要:#include #include //方式一#define DBG_PRINT (printf("%s:%u %s:%s:\t", __FILE__, __LINE__, __DATE__, __TIME__), printf) //方式二void MyPrintf(const char ... 阅读全文

posted @ 2014-12-26 14:49 Maddock 阅读(6445) 评论(0) 推荐(0) 编辑

Android中log使用方法
摘要:private static final String ACTIVITY_TAG="MainActivity";Log.v(MainActivity.ACTIVITY_TAG, "This is Verbose");Log.d(MainActivity.ACTIVITY_TAG, "This is ... 阅读全文

posted @ 2014-12-25 22:45 Maddock 阅读(878) 评论(0) 推荐(0) 编辑

Cygwin的安装与配置
摘要:去cygwin的官网去下载:安装:初次安装卸载使用过程中安装新的工具包参考http://blog.csdn.net/superbinbin1/article/details/10147421http://www.apkbus.com/android-18595-1-1.html 阅读全文

posted @ 2014-12-12 23:11 Maddock 阅读(157) 评论(0) 推荐(0) 编辑

编译器 expected unqualified-id before numeric constant 错误
摘要:今天调试代码,碰到expected unqualified-id before numeric constant 错误,代码的错误模块出现在一个函数模块上,奇怪的是这个函数模块之前编译了很多次,也没有被修改过,突出出错了。网上查了下,发现这种错误一般都是在其他的地方有错误,编译器报错的地方却在另外一... 阅读全文

posted @ 2014-12-12 11:08 Maddock 阅读(8874) 评论(0) 推荐(0) 编辑

解决全局变量共享---C语言的extern关键字用法
摘要:在调试程序时,有一个参数需要在多个函数之间传递,因为是作为调试参数,不想将参数引入到函数中。很自然的想到使用全局变量来表示这个公共参数,工程代码的结构如下:main.c test.c test.hmain.c和test.c中均调用了test.h文件全局变量g_tag新建一个pubparamter.h... 阅读全文

posted @ 2014-12-11 11:28 Maddock 阅读(2429) 评论(0) 推荐(0) 编辑

VIM学习笔记
摘要:参考: 打造IDE环境 https://segmentfault.com/a/1190000003962806 v进入可视化 y复制 d剪切 p粘贴 http://linux.chinaunix.net/techdoc/beginner/2009/12/20/1150108.shtml VIM命令大 阅读全文

posted @ 2014-12-10 23:11 Maddock 阅读(161) 评论(0) 推荐(0) 编辑

测试博客
摘要:测试博客 阅读全文

posted @ 2014-12-08 23:37 Maddock 阅读(144) 评论(0) 推荐(0) 编辑

C语言文件操作fclose在NDK引起的BUG
摘要:今天在NDK中写了一个简单的写入文件操作:FILE *fp = fopen("/sdcard/test.txt","w");if(fp == NULL){ LOGD("OPEN TEST.TXT IS FAILED") } uchar dest[3] = {'1','2','3'};fw... 阅读全文

posted @ 2014-12-08 23:04 Maddock 阅读(343) 评论(0) 推荐(0) 编辑

ADT开发AndroidManifest.xml file missing错误
摘要:一个错误“AndroidManifest.xml file missing”但helloworld目录下有此文件,几番google仍没能解决。想起曾经在网络上看到的一个修复project的办法,抱着死马当 活马医的态度:右击helloworld"->"Android Tools"->"Fix Pro... 阅读全文

posted @ 2014-12-05 20:16 Maddock 阅读(431) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示