-
GraphAlgorithm
C++语言下, 关于图论算法的一些模版, 包括一般图最大匹配, km匹配, 最小割等等, 共15个模版(C++ language under the graph theory algorithm on a number of templates, including the maximum matching in general graph, km matching, minimum cut, etc., a total of 15 templates)
- 2009-05-12 08:28:02下载
- 积分:1
-
AutomaticRadialDistortionEstimation
图像处理中C#畸变校正程序,针对鱼眼图像的径向畸变校正,利用空间直线在校正图像中仍然为直线的基本原理,且直线在除法模型下为圆弧,从而可以通过检测圆弧对鱼眼图像进行畸变校正。(Image processing program C# distortion correction for radial fisheye image distortion correction, the use of space in a straight line in the corrected image as the basic principle is still straight, and a straight line at the division model is a circular arc, so that the arc can be detected by fish eye image distortion correction.)
- 2014-12-01 16:27:10下载
- 积分:1
-
图像分割
图像自适应阈值分割,基于直方图的图像阈值分割(Image adaptive threshold segmentation)
- 2019-01-18 11:37:17下载
- 积分:1
-
meanshift
这是本人写的利用均值平移算法分割图像,同时包括分割后的图像合并(Mean-Shift algorithm for image segmentation)
- 2009-09-28 15:48:57下载
- 积分:1
-
DCT
说明: 考虑DCT阈中量化效应,采用8X8的DCT模板,选择量化步长,结合缩放因子进行图像压缩。(Considering the quantization effect in DCT threshold, we use the 8X8 DCT template, select the quantization step, and combine the scaling factor to compress the image.)
- 2020-12-27 15:47:43下载
- 积分:1
-
ImageDenoisingKSVD-master
采用K-SVD对图像进行去噪处理。可以对不同类型的图像进行去噪处理。(Image denoising using K-SVD)
- 2019-06-06 19:56:25下载
- 积分:1
-
15883828freak
应用最新算法freak算法的一个图像配准代码 c++可实现(Apply the latest algorithm freak algorithm image registration codes c++ can achieve)
- 2015-11-20 09:34:55下载
- 积分:1
-
PCA
pca特征提取子程序,毕设用的,算法优化非常好,几乎没有循环,相当节省时间,堪称经典,运行绝对正确!!(pca feature extraction subroutine, used to complete set up, very good algorithm, almost no circulation, saving considerable time, classic, run absolutely right! !)
- 2009-05-30 16:44:55下载
- 积分:1
-
rgb2lab_lab2rgb
实现了图像的rgb格式与lab格式的互相转化,方便大家在lab空间中处理图像(Achieved rgb image format and transform lab format to facilitate processing in the lab space images)
- 2008-04-25 16:31:48下载
- 积分:1
-
波束形成DBF
说明: 声呐或者雷达系统发射信号后,通过波束形成算法对两个目标(方位分别为theta1、theta2)回波进行仿真,经过相位补偿,可以看出图像有两个波峰,波峰处指向性函数峰值最大,峰值所对应的的角度值即为目标的方位角。所以该程序对数字波束形成(DBF)的原理进行了仿真,适合初学者掌握阵列信号处理中数字波束形成的原理。(After the sonar or radar system transmits the signal, the echo of the two targets (the azimuth is theta1 and theta2 respectively) is simulated by the beamforming algorithm. After the phase compensation, it can be seen that the image has two peaks, the peak of the directivity function is the largest, and the corresponding angle value of the peak is the azimuth of the target. So the program simulates the principle of DBF, which is suitable for beginners to master the principle of DBF in array signal processing.)
- 2020-06-26 21:00:01下载
- 积分:1