资源列表
C_point
- 采用轮廓跟踪法,得到两条曲线的坐标集,再通过求质心确定两个基准点 -This function is used to get two basis points between fingers
yxcSVMplot
- irisData is 150x5. row: Sepal.Length Sepal.Width Petal.Length Petal.Width Group(1,2,or 3) the first 50x5 is Isis-setosa(1), the second 50x5 is Isis-versicolor(2), the last 50x5 is Isis-virginica(3). !!! Caution !!! X(50 + 2
pso
- 粒子群算法的实现代码 matlab 该代码实现在计算最大值-PSO algorithm implementation code matlab The code in the calculation of the maximum
dct_imbed
- 实现置乱变换后的二值位图文件在进行dct变换后目标载体图像的频域插入-Scrambling transformed to achieve binary bitmap file during dct transformed target vector image into the frequency domain
huazhifangtu
- opencv实现单通道图像画直方图,在程序中可以设定画直方图的个数。-opencv single-channel image painted histogram
bdqx
- opengl绘制的北斗七星,用c++写的,内容为星空背景下的北斗七星-opengl draw the Big Dipper
dizhenbo
- 对各向同性均匀介质,进行模拟。并利用弹性边界吸收。-For isotropic uneven medium, modeling. And by using elastic boundary absorption.
image-sharpen
- 基于matlab语言,实现图像锐化功能,包括几种算子,如robert算子,prewwit算子,canny算子-Image sharpen
quzao
- 去除图像椒盐噪声,用自适应方法去除图像上的椒盐噪声-A New Self-adaptive Weighted Filter for Removing Noise in Infrared Images
mexDiscreteFlow
- 实现图像的旋转 分类和识别 实现图像的旋转 分类和识别-Image rotation classification and recognitionImage rotation classification and recognition
MSRCR
- 在网上下了,经修改终于可用。 带色彩恢复的多尺度视网膜增强算法(MSRCR)。-A Multiscale Retinex for Bridging the Gap Between Color Images and the Human Observation of Scenes
亚像素检测
- 一种基于拟合的亚像素检测算法,代码有注释,可用于学习,基于高斯曲面拟合算法。