码迷,mamicode.com
首页 >  
搜索关键字:opencv assert cvpyrdown    ( 7964个结果
第八章 线性时间排序 8.3 基数排序
package chap08_Linear_Time_Sort;import static org.junit.Assert.*;import java.util.Arrays;import org.junit.Test;public class CopyOfSortAlgorithms { /**...
分类:其他好文   时间:2014-06-12 20:32:16    阅读次数:231
第九章 中位数和顺序统计量 9.2 期望为线性时间的选择算法
package chap09_Medians_and_Order_Statistics;import static org.junit.Assert.*;import java.util.Random;import org.junit.Test;public class SearchAlorithm...
分类:其他好文   时间:2014-06-12 17:26:37    阅读次数:316
Swift入门教程:基本语法(五)
断言 断言是一种实时检测条件是否为true的方法如果条件为true,那么代码继续执行如果条件为false,就抛出错误信息,直接终止程序的运行断言的用法使用全局的assert函数passert函数接收一个Bo...
分类:其他好文   时间:2014-06-12 13:20:08    阅读次数:283
assert
#define NDEBUG#include #include int main(int argc, char *argv[]){ assert(0); printf("%s\n", argv[argc - 1]);//路径到.exe printf("%s\n", __FILE__...
分类:其他好文   时间:2014-06-12 09:00:40    阅读次数:237
银行卡的数字检测
业余瞎搞,废话少说,上代码:#pragma comment(lib, "libtesseract302.lib") #pragma comment(lib, "liblept.lib") #include #include #include #include #include #include using namespace std; cv::Mat image; stri...
分类:其他好文   时间:2014-06-10 18:17:02    阅读次数:376
Opencv246+vs2012生成不依赖编译环境的exe文件
在依赖opencv库下的MFC开发...
分类:其他好文   时间:2014-06-10 17:58:32    阅读次数:307
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!