-
SiftGPU-V370
说明: 使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual(SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors.
SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified.
SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided.
)
- 2011-02-23 10:20:27下载
- 积分:1
-
Img_compress
用奇异值分解的方法实现图像压缩,有助于初学者了解奇异值分解的应用(Using singular value decomposition method to achieve image compression will help beginners understand the application of singular value decomposition)
- 2007-07-12 19:40:42下载
- 积分:1
-
svt
利用 svt算法解决 Rpca算法的放缩问题,牛刀小试,大家见谅!(Solves the Robust PCA relaxation)
- 2020-06-29 04:00:02下载
- 积分:1
-
图像处理
说明: 滤除各种噪声比较,高斯噪声,NLM滤波,双边滤波。(Comparison of filtering out various noises)
- 2020-04-24 09:29:25下载
- 积分:1
-
_face_detection_and_recogniton
人脸识别源代码,分为人脸检测,人脸识别等几部分(Face recognition source code, is divided into face detection, face recognition and other parts)
- 2008-05-20 10:44:09下载
- 积分:1
-
C# 人脸识别实例
照片比对、视频采集人脸识别 运行环境x64,自行申请虹软的APP_ID和SDKKEY替换App.config里的相关内容
- 2020-12-11下载
- 积分:1
-
chaos_logistic
在产生混沌伪随机序列的混沌映射中,Logistic映射(Logistic Map)是一种简单而经典的映射。其中u称为分形参数,随着u逐渐增大,出现倍周期分岔现象。可用于密文域图像加密。(Logistic Map is a simple and classical mapping for generating chaotic pseudo-random sequences. U is called fractal parameter, and with the increase of u, period doubling bifurcation occurs. It can be used for image encryption in ciphertext domain.)
- 2019-03-03 17:07:52下载
- 积分:1
-
denoising
压缩包展示了对含高斯噪声和椒盐噪声图片去噪处理的基本去噪演示,包括均值滤波、中值滤波、维纳滤波、小波滤波。希望可以对初学的朋友有所帮助。(Basic denoising with Gaussian noise and salt and pepper noise image denoising demo, including mean filter, median filtering, Wiener filtering, wavelet filter)
- 2013-04-20 14:34:18下载
- 积分:1
-
LSPIA
代码实现2014 CAD 文章 Progressive and iterative approximation for least squares B-spline curve and surface fitting(The code implementation of Progressive and iterative approximation for least squares B-spline curve and surface fitting)
- 2021-04-06 00:19:03下载
- 积分:1
-
眼睛鼻子嘴识别
说明: 图像处理-人脸识别技术:识别出图像中人物的五官形态,从而达到识别人脸的目的。(Image Processing-Face Recognition Technology)
- 2020-06-23 11:00:02下载
- 积分:1