登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:所有
  2. 代码类别:图形图象
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. MPD++

  NASA开源的匹配追踪分解算法,用于信号分解以及特征提取。(Matching Pursuit Decomposition is a powerful and effective iterative algorithm for signal decomposition and feature extraction. Matching Pursuit Decomposition decomposes any signal into linear combinations of its dictionary elements or atoms.)

8
下载
121
浏览
2019-03-01发布

2. RANSAC_plane

  平面拟合,RANSAC拟合方法,关于平面重构,画示意图,计算法向量(Plane Fitting and RANSAC Fitting Method)

2
下载
105
浏览
2019-02-28发布

3. RANSAC_plane

说明:  平面拟合,RANSAC拟合方法,关于平面重构,画示意图,计算法向量(Plane Fitting and RANSAC Fitting Method)

6
下载
108
浏览
2019-02-28发布

4. Point Cloud Mosaic Using PCL

  PCL是一个类似于OpenCV的开源库,提供了很多三维点云的处理功能,其中就包括点云拼接。在三维扫描项目中,需要利用点云拼接方法将多次扫描得到的点云数据拼合成一个整体。在本例中,用一幅包含人脸的深度图像去匹配之前获得的人脸模板,这将使我们能够确定人脸在场景中的位置和方向。(PCL is an open source library similar to OpenCV, which provides a lot of processing functions for three-dimensional point clouds, including point cloud mosaic. In the three-dimensional scanning project, it is necessary to use point cloud mosaic method to combine the point cloud data obtained from multiple scans into a whole. In this example, a depth image containing face is used to match the face template obtained before, which will enable us to determine the position and direction of the face in the scene.)

11
下载
115
浏览
2019-02-19发布

5. Point Cloud Mosaic Using PCL

说明:  PCL是一个类似于OpenCV的开源库,提供了很多三维点云的处理功能,其中就包括点云拼接。在三维扫描项目中,需要利用点云拼接方法将多次扫描得到的点云数据拼合成一个整体。在本例中,用一幅包含人脸的深度图像去匹配之前获得的人脸模板,这将使我们能够确定人脸在场景中的位置和方向。(PCL is an open source library similar to OpenCV, which provides a lot of processing functions for three-dimensional point clouds, including point cloud mosaic. In the three-dimensional scanning project, it is necessary to use point cloud mosaic method to combine the point cloud data obtained from multiple scans into a whole. In this example, a depth image containing face is used to match the face template obtained before, which will enable us to determine the position and direction of the face in the scene.)

14
下载
145
浏览
2019-02-19发布

6. meanshift_filter

  利用meanshift算法对图像进行滤波。meanshift可用于滤波、追踪、聚类、分割等(The image is filtered by means of shift algorithm. Meannshit can be used for filtering, tracking, clustering, segmentation, etc.)

4
下载
141
浏览
2019-02-13发布

7. meanshift_filter

说明:  利用meanshift算法对图像进行滤波。meanshift可用于滤波、追踪、聚类、分割等(The image is filtered by means of shift algorithm. Meannshit can be used for filtering, tracking, clustering, segmentation, etc.)

8
下载
103
浏览
2019-02-13发布

8. 双树复小波分解+特征提取+输出Excel

说明:  运行小波变换对图像进行处理分析,包括去噪纹理提取等(Running wavelet transform to process and analyze image, including denoising texture extraction, etc.)

20
下载
127
浏览
2019-02-03发布

9. 1纹理特征

说明:  对图像纹理特征进行提取,包括灰度共生矩阵、Lbp、小波等(Texture feature extraction of image, including gray level co-occurrence matrix, Lbp, wavelet and so on)

15
下载
113
浏览
2019-02-03发布

10. 深度

  调用标定好的双目摄像机,利用其内外参数进行立体匹配,计算所拍图像的视差,产生深度图(Call the calibrated binocular camera, use its internal and external parameters for stereo matching, calculate the parallax of the captured image, and generate depth map)

3
下载
101
浏览
2019-01-18发布

11. 深度

说明:  调用标定好的双目摄像机,利用其内外参数进行立体匹配,计算所拍图像的视差,产生深度图(Call the calibrated binocular camera, use its internal and external parameters for stereo matching, calculate the parallax of the captured image, and generate depth map)

8
下载
109
浏览
2019-01-18发布

12. 像分割

  图像自适应阈值分割,基于直方图的图像阈值分割(Image adaptive threshold segmentation)

7
下载
110
浏览
2019-01-18发布

13. 像分割

说明:  图像自适应阈值分割,基于直方图的图像阈值分割(Image adaptive threshold segmentation)

12
下载
139
浏览
2019-01-18发布

14. fastRPCAmethod

  fast RPCA背景检测,较为经典的一种算法,亲测可用(fast rpca method for background selection)

4
下载
108
浏览
2019-01-18发布

15. fastRPCAmethod

说明:  fast RPCA背景检测,较为经典的一种算法,亲测可用(fast rpca method for background selection)

4
下载
98
浏览
2019-01-18发布

16. PS

说明:  Matlab实现简单图形处理,包括灰度、亮度、对比度变化等功能(Implement Simple Graphics Processing with matlab. Equipped with the function of gray level,brighteness and contrast ratio transfotmation.)

1
下载
91
浏览
2019-01-11发布

17. 像去雾质量评价标准

说明:  代码包含多种图像去雾质量评价标准,PSNR,彩色图像信息熵,WPSNR等,MATLAB可直接使用(Code contains a variety of image defogging quality evaluation criteria, PSNR, color image information entropy, WPSNR, etc., which can be directly used by MATLAB.)

49
下载
174
浏览
2019-01-04发布

18. rgb2hsi

  图像色彩空间转换,hsi空间,cmy,yiq,yuv等等(Digital Image Color Space Conversion)

3
下载
107
浏览
2019-01-02发布

19. rgb2hsi

说明:  图像色彩空间转换,hsi空间,cmy,yiq,yuv等等(Digital Image Color Space Conversion)

2
下载
106
浏览
2019-01-02发布

20. 远程数据tcp传输

  基于labview的远程数据传输 tcp协议(Remote data transmission based on LabVIEW)

2
下载
143
浏览
2019-01-02发布