搜索资源列表
Bresenham高效画线算法
- 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication is one of the ways, but each p
fast-C-src
- 一种快速的角点检测算法,剑桥的代码.据说可以达到实时处理.-a fast corner detection algorithm, Cambridge code. It is said you can achieve real-time processing.
fast-sor
- 此文件为一种快速的图形显示算法,可以调试运行-this document as a fast graphics algorithm, can debug operations
小波变换的快速离散算法实现及应用
- 小波变换的快速离散算法实现及应用-wavelet transform fast discrete algorithm and its application
fast
- 这是Armstrong的机器学习FAST算法matlab源代码,是从作者个人主页上下的,可以运行
DCT得快速算法
- 这是一个集4位8位16位32位得快速DCT算法。-Set 4 8 16 32 sightings of fast DCT algorithm.
小波算法vc源码2
- 小波变换的visual c++实现源代码,有效实现了小波的快速变换,得到很好的恢复图像,是个很有价值的源程序。-wavelet transform visual c achieve source code, the effective realization of the fast wavelet transform, well restored images, is a valuable source.
基于Retinex的MSRCR算法的C语言实现
- 基于Retinex的MSRCR算法的C语言实现。其中的高斯平滑采用了与尺度无关的快速算法,每个点的运算只要6MADD。程序改自GRetinex,一个GIMP插件,C implementation of Retinex, i.e. MSRCR algorith. In the implementation a fast algorithm was employed for Gaussian smoothing that only 6 MADD for each operating point ar
LSD 直线的快速检测算法
- 一种直线的快速检测算法,检测效果好于canny等常见算法,a fast line segment detector-A linear algorithm for the rapid detection, detection is better than other common canny algorithm, a fast line segment detector
KPCA.rar
- 快速的人脸特征提取算法KPCA,比普通的pca特征提取算法在效率上好了不少,Fast facial feature extraction algorithm KPCA, than ordinary PCA feature extraction algorithm in the efficiency of a good many
fast-matlab-src
- 快速角点检测算法,本算法针对图像中存在的线和点进行检测,算法通过matlab程序实现,结果表明具有很好的效果-Fast corner detection algorithm, the algorithm for images that exist in the line and point detection algorithm matlab program, results show that with good results
Fast-Image-Segmentation
- 台湾大学几位学者写的基于K-均值算法的快速图像分割,用到基于HSV颜色空间的直方图-Fast Image Segmentation Based on K-Means Clustering with Histograms in HSV Color Space
fast_opencv(1.0)
- fast算法源代码,基于opencv下实现的源代码-fast algorithm source code, based on the source code to achieve opencv
fast-motion--deblurring
- 快速运动去模糊,在盲去卷积过程中运用一些加速算法-Fast motion to blur in the blind deconvolution algorithm to accelerate the process of using some
fast-matlab-src-2.1
- fast特征,fast算法的matlab实现,三个版本其中的一个,包含改进的FAST-ER。-Self contained code, complete with example.License is the BSD license. Contains exact detectors and FAST-ER detector.
fast-er-1.0.tar
- fast特征 fast算法的改进,fast-er,特征点更多,运算时间变慢,第一个版本-FAST-ER, Enhanced repeatability of FAST
fast-er-1.4.tar
- fast特征 fast算法的改进,fast-er,特征点更多,运算时间变慢,最新版本-FAST-ER,Enhanced repeatability of FAST,version 1.4
fast+sift
- 用FAST算法检测角点,用SIFT特征描述符描述角点(FAST algorithm is used to detect corner points and SIFT feature descr iptors are used to describe corner points)
fft算法
- 能实现FFT快速算法,处理图像变换,学习的好代码。(FFT can achieve fast algorithm, deal with image transform.)
Desktop
- 该压缩包包含SUSAN算法和FAST算法的MATLAB代码,可用于提取图像中的角点(The compressed package contains the MATLAB code of the SUSAN algorithm and the FAST algorithm, which can be used to extract the corner points in the image)