资源列表
OpenGL
- 使用模型视图变换移动光源(光源不动,物体动).-dada
searchnearestnode
- 程序实现给定平面上N个点的坐标,找出距离最近的两个点.程序中是两种方法寻找最近点对。解法一的时间复杂度是O(N^2)解法二的时间复杂度是(N*lg2/lgN)第二种方法较第一种方法在一维情况下,时间复杂度改进了不少。但是这个方法不能推广到二维的情况,因为距离最近的点对不能保证是影射到某条直线之后紧靠着的两个点。-the procedure can realize the Coordinate which have N nodes ,find the nearest distance betwee
TV
- 给图像去噪,本程序通过全变差方法求解。程序简单 效果好-TV regularization
tuxiangxuanzhuan
- 在图像处理中要求图像能够自由的进行图像旋转-Image rotation
binaryzation.m
- 图像处理二值化的源码 经过本人的验证绝对没有问题 可以在matlab2012 上完美运行 其中并无使用NIBLACK算法 或者OSTU算法所以还是请大家见谅-Image processing binarization absolutely no verification of the source after my perfect run on matlab2012 which there is no use the NIBLACK algorithm or OSTU of algorithms
hough_circle
- 霍夫变换中的园检测,用于检测图像中的园形状-Hough transform detection of the park, the park is used to detect the shape of the image
Untitled
- 将原图像进行退化处理(选择大气湍流导致图像模糊时相应的PSF),然后将退化后的图像进行复原(使用维纳滤波、直接逆滤波).-The original image degradation process,and then restore the degraded image with Wiener filtering and inverse filtering.
loc_im_MSfilter
- 我们先借助Mean Shift算法的分割特性将灰度值相近的元素进行聚类,然后,在此基础上应用阈值分割算法,达到将图像与背景分离的目的。-We first use the division characteristics of the Mean Shift algorithm, the grey value of similar element in the cluster, and then, on the basis of using threshold segmentation algori
practice
- 在IDL中运行,可以将多光谱、高光谱等多波段影像拆分为为单一波段影像-It works in IDL and it can split multibands into single band
Harris
- 基于harris的角点特征检测,may hope it is helpful to us-corner detection based on harris may hope it is helpful to us
refine
- 根据匹配误差,对运动矢量场进行平滑处理。-According to the matching error, to smooth the motion vector field.