上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 36 下一页
摘要: Description:Count the number of prime numbers less than a non-negative number, n 提示晒数法:http://en.wikipedia.org/wiki/Sieve_of_Eratostheneshttps://p... 阅读全文
posted @ 2017-11-17 22:27 wangyaning 阅读(363) 评论(0) 推荐(0)
摘要: 一直找不到opencv stereo matching的根据和原理出处,下面这个文章贴了个链接,有时间看看: Basically OpenCV provides 2 methods to calculate a dense disparity map:cvFindStereoCorrespond... 阅读全文
posted @ 2017-11-17 22:27 wangyaning 阅读(1030) 评论(0) 推荐(0)
摘要: 就是几个动物,自动排列生成什么的class Animal(object): def __init__(self,name,weight): self.name = name self.weight = weight def eat(self): self.weight +=1 def spea... 阅读全文
posted @ 2017-11-17 22:27 wangyaning 阅读(131) 评论(0) 推荐(0)
摘要: vs2010中调用openMP,并添加头文件#include 代码来源:作者:gnuhpc出处:http://www.cnblogs.com/gnuhpc/ #include "stdafx.h"#include "cv.h" #include "highgui.h" #include #inc... 阅读全文
posted @ 2017-11-17 22:27 wangyaning 阅读(2170) 评论(0) 推荐(0)
摘要: 四种简单的图像显著性区域特征提取方法-----> AC/HC/LC/FT。分类: 图像处理 2014-08-03 12:40 4088人阅读 评论(4) 收藏 举报salient region detec显著性检测laviewpbt 2014.8.3 编辑Email:laviewpbt@sina.... 阅读全文
posted @ 2017-11-17 22:27 wangyaning 阅读(1092) 评论(0) 推荐(0)
摘要: 概述排序有内部排序和外部排序,内部排序是数据记录在内存中进行排序,而外部排序是因排序的数据很大,一次不能容纳全部的排序记录,在排序过程中需要访问外存。我们这里说说八大排序就是内部排序。 当n较大,则应采用时间复杂度为O(nlog2n)的排序方法:快速排序、堆排序或归并排序序。 快速排序:... 阅读全文
posted @ 2017-11-17 22:27 wangyaning 阅读(1084) 评论(0) 推荐(0)
摘要: Surf(Speed Up Robust Feature)Surf算法的原理 1.构建Hessian矩阵构造高斯金字塔尺度空间其实surf构造的金字塔图像... 阅读全文
posted @ 2017-11-17 22:27 wangyaning 阅读(539) 评论(0) 推荐(0)
摘要: image算法测试iteratoralgorithmfeatures原创文章,转载请注明出处:http://blog.csdn.net/crzy_sparrow/article/details/7391511文章目录:一、Harris角点检测基本理论二、opencv代码实现三、改进的Harris角... 阅读全文
posted @ 2017-11-17 22:27 wangyaning 阅读(3059) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/sleepwalker/p/3676600.html?utm_source=tuicoolhttp://blog.csdn.net/carson2005/article/details/9502053 Retinex理论Retinex理论始于Lan... 阅读全文
posted @ 2017-11-17 22:27 wangyaning 阅读(6521) 评论(2) 推荐(1)
摘要: 问题来源:http://bbs.csdn.net/topics/390998279?page=1#post-398983061 // Only_once.cpp : 定义控制台应用程序的入口点。////请参考>#include "StdAfx.h"#include #include usi... 阅读全文
posted @ 2017-11-17 22:27 wangyaning 阅读(129) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 36 下一页