摘要:
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
阅读(2169)
评论(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
阅读(1088)
评论(0)
推荐(0)
摘要:
2010 年中兴面试题 编程求解: 输入两个整数n 和m,从数列1,2,3.......n 中随意取几个数, 使其和等于m ,要求将其中所有的可能组合列出来。// 21 题递归方法 //copyright@ July && yansha //July、yansha,updated。 #include... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(303)
评论(0)
推荐(0)
摘要:
题目:输入一个正整数,若该数能用几个连续正整数之和表示,则输出所有可能的正整数序列。一个正整数有可能可以被表示为n(n>=2)个连续正整数之和,如: 15=1+2+3+4+5 15=4+5+6 15=7+8有些数可以写成连续N(>1)个自然数之和,比如14=2+3+4+5;有些不能,比如8.那么如何... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(274)
评论(0)
推荐(0)
摘要:
效果还是有点问题的,希望大家共同探讨一下 // FindRotation-angle.cpp : 定义控制台应用程序的入口点。//// findContours.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include #includ... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(643)
评论(0)
推荐(0)
摘要:
代码,有参考别人的代码// haha_mirror.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include#include "cv.h"#include "highgui.h"#include "math.h"#include "opencv2/core/... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(1267)
评论(0)
推荐(0)
摘要:
原文出处:http://lincccc.blogspot.tw/2011/03/cuda-cuts-fast-graph-cuts-on-gpu_03.html现在需要代理才能访问,所以就转载了。 [论文笔记] CUDA Cuts: Fast Graph Cuts on the GPUPape... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(407)
评论(0)
推荐(0)
摘要:
Graph Cut and Its Application in Computer Vision 原文出处:http://lincccc.blogspot.tw/2011/04/graph-cut-and-its-application-in.html现在好像需要代理才能访问了。。。 网络流算法最... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(172)
评论(0)
推荐(0)
摘要:
转载请注明出处:http://blog.csdn.net/wangyaninglm/article/details/43853435, 来自:shiter编写程序的艺术 对计算图像相似度的方法,本文做了如下总结,主要有三种办法:1.PSNR峰值信噪比PSNR(Peak Signal... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(25140)
评论(0)
推荐(1)
摘要:
Contains Duplicate Total Accepted: 26477 Total Submissions: 73478 My SubmissionsGiven an array of integers, find if the array contains any duplicate... 阅读全文
posted @ 2017-11-17 22:27
wangyaning
阅读(155)
评论(0)
推荐(0)
浙公网安备 33010602011771号