-
gac
能直接用的GAC图像分割程序,很好用。具体内容可看程序(GAC can be directly used in image segmentation procedure, easy to use. To see program details)
- 2010-06-09 16:58:34下载
- 积分:1
-
Relative_error_
用来比较两张图片的相似程度的MATLAB程序(A MATLAB program used to compare the similarity between two pictures)
- 2021-03-16 15:29:22下载
- 积分:1
-
Pinjie
图像拼接,用于合成全景图像,VC++开发环境,C++实现。(Image Stitching)
- 2012-11-21 12:13:40下载
- 积分:1
-
imageedit
实现一些图像的编辑功能,比如图像的打开,关闭,新建,删除,反转,等一些功能(Implement some image editing features, such as the image open, close, create, delete, reverse, and some other functions)
- 2010-12-20 13:26:18下载
- 积分:1
-
IPLib
基于VC++的RGB-IHS 变换实现过程和主成分分析 PCA 实现过程 .(The implementation process based on VC++ RGB-the IHS transform and principal component analysis PCA implementation process.)
- 2021-01-07 22:58:53下载
- 积分:1
-
CBCT
FDK算法 重建三维图像,期中有GPU并行计算加速fdk算法的实例(back-projection to RECONSTRUCT 3D IMAGE)
- 2018-02-16 05:30:53下载
- 积分:1
-
DoG
DOG检测算子,能够构造高斯尺度空间,并检测其中的极值,从而得到有价值的特征点位置(DOG detection operator, the Gaussian scale space can be constructed, and tested one of the extremes, resulting in valuable feature position)
- 2021-03-27 22:39:12下载
- 积分:1
-
imageFusion
像素级融合实现
pca his,brovery加权融合方法,很不错(Pixel level fusion to achieve pca his, brovery weighted fusion method, very good)
- 2010-12-12 13:57:23下载
- 积分:1
-
wcompress_upload.m
可对灰度及彩色图像进行压缩及解压缩,通过变量名可以实现基于不同方式(多级树集合分裂spiht,ezw,stw,wdr等)的压缩,形如wcompress( c ,X,SAV_FILENAME,COMP_METHOD)(The wcompress command performs either compression or uncompression of grayscale or truecolor images.)
- 2016-04-14 16:44:33下载
- 积分:1
-
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