摘要:
识别算法概述:SIFT/SURF基于灰度图,一、首先建立图像金字塔,形成三维的图像空间,通过Hessian矩阵获取每一层的局部极大值,然后进行在极值点周围26个点进行NMS,从而得到粗略的特征点,再使用二次插值法得到精确特征点所在的层(尺度),即完成了尺度不变。 二、在特征点选取一个与尺度相应的邻域... 阅读全文
posted @ 2017-11-17 22:28
wangyaning
阅读(8117)
评论(0)
推荐(0)
摘要:
出处:http://blog.csdn.net/euler1983/article/details/5959622算法优化algorithmgraphtree任务这篇文章说的是Yuri Boykov and Vladimir Kolmogorov在2004年提出的一种基于增广路径的求解最大流最小割... 阅读全文
posted @ 2017-11-17 22:28
wangyaning
阅读(298)
评论(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:28
wangyaning
阅读(1201)
评论(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:28
wangyaning
阅读(1243)
评论(0)
推荐(0)
摘要:
效果还是有点问题的,希望大家共同探讨一下 // FindRotation-angle.cpp : 定义控制台应用程序的入口点。//// findContours.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include #includ... 阅读全文
posted @ 2017-11-17 22:28
wangyaning
阅读(5065)
评论(0)
推荐(0)
摘要:
Surf(Speed Up Robust Feature)Surf算法的原理 1.构建Hessian矩阵构造高斯金字塔尺度空间其实surf构造的金字塔图像... 阅读全文
posted @ 2017-11-17 22:28
wangyaning
阅读(2623)
评论(0)
推荐(0)
摘要:
ORB算法ORB是是ORiented Brief的简称。ORB的描述在下面文章中:Ethan Rublee and Vincent Rabaud and Kurt Konolige and Gary Bradski, ORB: an efcient alternative to SI... 阅读全文
posted @ 2017-11-17 22:28
wangyaning
阅读(7927)
评论(0)
推荐(0)
摘要:
Write a program to find the node at which the intersection of two singly linked lists begins.For example, the following two linked lists: A: ... 阅读全文
posted @ 2017-11-17 22:28
wangyaning
阅读(160)
评论(0)
推荐(0)
摘要:
Compare two version numbers version1 and version2. If version1 > version2 return 1, if version1 22; return 1.Example2: version1==”11.22.33”,... 阅读全文
posted @ 2017-11-17 22:28
wangyaning
阅读(196)
评论(0)
推荐(0)
摘要:
Given an array of size n, find the majority element. The majority element is the element that appears more than ⌊ n/2 ⌋ times.You may assume t... 阅读全文
posted @ 2017-11-17 22:28
wangyaning
阅读(118)
评论(0)
推荐(0)
浙公网安备 33010602011771号