登录

最新会员 最新下载

成为了本站VIP会员

今天14:12

成为了本站VIP会员

10月30日 16:42

成为了本站VIP会员

10月27日 10:54

成为了本站VIP会员

10月23日 19:14

成为了本站VIP会员

10月21日 21:03

成为了本站VIP会员

10月20日 16:48
已选条件
  1. 编程语言:所有
  2. 代码类别:图形图像处理
  3. 发布时间:今天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. lcd

说明:  适合初学者使用,简单的直接调用该函数即可。(Suitable for beginners to use, simply call the function directly.)

0
下载
104
浏览
2021-03-03发布

2. book3e_2

说明:  冈萨雷斯版数字图像处理, 第三版配套代码,可参考(Gonzalez Digital Image Processing third edition supporting code)

1
下载
79
浏览
2021-03-03发布

3. PCA_FaceRecognition

说明:  主成分分析算法提取特征值,使用KNN分类器,K值可调(principal component analysis)

3
下载
115
浏览
2021-03-03发布

4. HMRF_EM_image

  这是一个经典的马尔科夫场程序。算法详细,而且里面含有一篇与程序对应的文献,解释非常详细,程序非常好用(This is a classical Markov field program. Algorithm is detailed, but it contains a corresponding literature and procedures, explaining in great detail, the program is very easy to use)

16
下载
144
浏览
2021-03-02发布

5. HMRF_EM_image

  这是一个经典的马尔科夫场程序。算法详细,而且里面含有一篇与程序对应的文献,解释非常详细,程序非常好用(This is a classical Markov field program. Algorithm is detailed, but it contains a corresponding literature and procedures, explaining in great detail, the program is very easy to use)

15
下载
94
浏览
2021-03-02发布

6. SketchCommonCVPR10_v1.1.tar.gz.tar

  这个算法包实现了从多幅拥有共同结构的图像里提取出共同形状的骨架。( This package implements the algorithm for Sketching the Common as described in: Shai Bagon, Or Brostovsky, Meirav Galun and Michal Irani "Detecting and Sketching the Common", CVPR 2010)

7
下载
94
浏览
2021-03-02发布

7. SketchCommonCVPR10_v1.1.tar.gz.tar

  这个算法包实现了从多幅拥有共同结构的图像里提取出共同形状的骨架。( This package implements the algorithm for Sketching the Common as described in: Shai Bagon, Or Brostovsky, Meirav Galun and Michal Irani "Detecting and Sketching the Common", CVPR 2010)

7
下载
86
浏览
2021-03-02发布

8. lyc_sst_monthly_gif

说明:  基于MATLAB,对逐日的sst遥感数据做月平均并制作gif动图(Based on MATLAB, the daily SST remote sensing data are averaged monthly and the GIF map is made)

1
下载
90
浏览
2021-03-02发布

9. lyc_sst_season

说明:  基于MATLAB对逐日海表面温度遥感数据做月平均,并按照季节绘制多子图。(Based on MATLAB, monthly average of daily sst remote sensing data is done, and multiple subgraphs are drawn according to seasons.)

2
下载
88
浏览
2021-03-02发布

10. Desktop

  使用改进的点锐度算法对不同程度的模糊图像进行清晰度评价。(The improved algorithm of point sharpness is used to evaluate the blurred image in different degree.)

27
下载
82
浏览
2021-03-02发布

11. distortion

  一种利用图像中直线特征的方法来标定摄像机畸变参数的方法。该方法提取图像中多组不同方向的平行直线,并对其利用非线性最小二乘方法进行优化以得到最优的畸变参数,在优化过程中,采用多步渐进的策略。该方法不需要已知三维世界坐标,易于实现。实验表明,该方法有较高的准确率。(A camera lens distortion method is proposed, which uses the straight line features. Many parallel lines of different direction were extracted, and then were used to optimize the distortion parameters by nonlinear least square. The thought of step by step was added when the optimization method working. 3D world coordination is not need to know, and the method is easy to implement. The experiment result shows its high accuracy.)

31
下载
111
浏览
2021-03-01发布

12. ostu

  图象分割中应用较多的ostu大津阈值法,matlab源代码(Application of image segmentation ostu more Otsu threshold method, matlab source code)

155
下载
143
浏览
2021-03-01发布

13. ostufish

  ostu与鱼群算法相结合,并且用matlab实现(ostu algorithm combined with the fish, and using matlab)

57
下载
105
浏览
2021-03-01发布

14. ostufish

  ostu与鱼群算法相结合,并且用matlab实现(ostu algorithm combined with the fish, and using matlab)

58
下载
251
浏览
2021-03-01发布

15. ostu

  ostu图像分割阈值算法,对Ostu图像分割最优阈值进行优化处理,极大缩短了搜索图像阈值计算时间,与传统的枚举法Otsu方法相比,在计算时间上具有显著的优点。(ostu threshold image segmentation algorithm for image segmentation Ostu optimal thresholds to optimize the processing, greatly reduces the search image thresholding computation time, with the traditional enumeration method Otsu methods, in the calculation of time has significant advantages.)

16. Goldstein_Filter_for_InSAR

说明:  Goldstein滤波方法matlab的实现,可用与ESPI电子散班,Insar条纹图,指纹图滤波使用!(Goldstein realization matlab filtering method can be used with the ESPI electronic dispersion classes, Insar fringe pattern, the use of fingerprint filtering!)

3
下载
112
浏览
2021-02-28发布

17. compare_pcl_gpucpu-master

  对比CPU和GPU加速,pcl::cuda的使用教程,利用随机采样一致(RANSAC)去除地平面等例子。(Compare CPU and GPU acceleration, pcl::cuda tutorial, using random sampling consistency (RANSAC) to remove ground plane and other examples.)

8
下载
96
浏览
2021-02-28发布

18. Optical-shop-testing

  光学车间加工,很好很强大的一本书。里面有不少值得学习的东西。(Optical shop testing)

17
下载
170
浏览
2021-02-28发布

19. snake

说明:  将物体用一堆点框出来,实际先初始化一堆点,然后迭代靠近物体边缘最终框出物体。(The object is framed with a pile of points. In fact, first initialize a pile of points, then iterate close to the edge of the object, and finally frame the object.)

1
下载
113
浏览
2021-02-27发布

20. CircledetectionbasedonrandomHoughtransform

  基于随机Hough变换的圆检测方法,可检测不同位置、半径的圆。(Based on random Hough transform circle detection method can detect a different location, the radius of the circle.)

775
下载
113
浏览
2021-02-27发布