-
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
-
noise genre
用matlab产生高斯,椒盐,泊松噪声图像的完整代码(poisson, gossip,noise,salt&pepper)
- 2018-05-01 09:59:07下载
- 积分:1
-
Face-image-normalization
用matlab写的一个将人脸图像进行归一化处理的程序,主要是将多个图像的尺寸进行调整使其大小一致。(Matlab write a face image the normalization processing program, mainly to adjust the size of multiple images to make it the same size.)
- 2012-10-16 16:21:31下载
- 积分:1
-
OBMC
此代码通过OBMC(重叠块运动补偿)实现了视频插帧运算。利用已有的运动向量和前后两帧图像,通过OBMC算法,求出中间内插帧(This video frame interpolation operator code OBMC (overlapped block motion compensation). Using the existing motion vectors and two of front and rear image is obtained through the the OBMC algorithm, intermediate interpolated frame)
- 2020-10-12 23:47:31下载
- 积分:1
-
SIFT_Mosaic
图像配准,基于sift的图像配准程序,配准效果良好,运行速度快。(image match)
- 2015-02-11 11:50:14下载
- 积分:1
-
fengeTU
根据图像的颜色对图像进行分割,里面有多个方法,一种是RGB色彩分割,一种是K均值聚类,还有对视频处理分割,有多个测试图(According to the color image on the image segmentation, there are multiple ways, one is RGB color segmentation, one is the K-means clustering, and video processing division, a plurality of test pattern)
- 2016-03-20 15:09:10下载
- 积分:1
-
DCT_JPEG
给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。(Given to the JPEG compression matlab program, contains the original compressed image, the program of the grayscale bmp picture JEPG encoded, compressed into a 0101 form of encoding. RBG color coded JPEG image into a first luminance Y and chrominance Cr, Cb, which uses the human visual characteristics is not sensitive to the color, reduce the number of color data to achieve compression. Take a variety of JPEG encoding, includes length coding (Run Length Coding) and Huffman (Huffman) coding, a high compression ratio. In the code before the data block, discrete cosine transform (DCT) and quantization, to retain a large low-frequency signal energy, discarding high-frequency signals in order to achieve compression.)
- 2011-05-16 17:00:59下载
- 积分:1
-
SVM算法
SVM算法的线性分类,图像分类单幅遥感图像特征提取分类(Linear classification of SVM algorithm, image classification, feature extraction and classification of single remote sensing image)
- 2019-07-03 10:34:56下载
- 积分:1
-
MATLAB视频人体异常行为识别
说明: MATLAB视频人体异常行为识别
本文设计了一款人体行为异常监控系统,主要适用人群是老年人,在摄像头固定的情况下,自动检测人体运动轨迹,并与提前设定好的行为库进行匹配,分析判断是否具有异常行为。(Human abnormal behavior recognition in matlab video
In this paper, a monitoring system of human behavior abnormality is designed, which is mainly suitable for the elderly. When the camera is fixed, it can automatically detect the human movement track, and match with the behavior database set in advance to analyze and judge whether there is abnormal behavior.)
- 2020-03-20 01:29:08下载
- 积分:1
-
BM3D
BM3D图像去噪算法。当下较为先进的图像去噪算法,可以对图像进行较好的去噪。在代码中包含了彩色图像,运动图像等多种bm3d去噪。(BM3D image denoising. Present a more advanced image denoising algorithm, can be a good image denoising. Included in the code of color images, moving images, and other bm3d denoising.)
- 2021-04-09 10:49:00下载
- 积分:1