登录

最新会员 最新下载

成为了本站VIP会员

05月09日 16:51

成为了本站VIP会员

05月09日 14:47

成为了本站VIP会员

05月08日 20:16

成为了本站VIP会员

05月08日 10:54

成为了本站VIP会员

05月07日 09:50

成为了本站VIP会员

04月30日 12:23
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:图形图像处理
  3. 发布时间:一年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. RgnGuide_src

  这个源代码是用来实现图形之间的基本运算的,包括求交集、并集、差集等等。而且图形的形状也可以任意选择,可以是圆、线段、点、多边形等等。(the source code is used to achieve the basic graphics operations, including for intersection and set difference, and so on. The shape and graphics can choose freely, it can be won, segment, points, polygons, and so on.)

124
下载
114
浏览
2020-12-12发布

2. wnrVC6.0

  运动模糊图像 图像复原 维纳滤波复原 逆滤波复原 VC++6.0程序 代码(Motion-blurred image restoration image restoration Wiener filtering inverse filtering to recover VC++ 6.0 code)

339
下载
117
浏览
2020-12-12发布

3. layerstacking_ding

  IDL编程:tif图像批量layerstacking,并保留原有地图投影。使用时只需要修改输入和输出路径。(IDL programming: tif image batch layerstacking, and retain the original map projection. Only need to modify the input and output paths use.)

17
下载
128
浏览
2020-12-11发布

4. Voronoi

  图形voronoi图的自动生成算法,用vc做,是基于一般图形voronoi图的算法,结合数字图形处理里的轮廓跟踪算法,使一般图形voronoi图能够根据不同的生成元总动生成。(Graph voronoi diagram automatic generation algorithm, using vc do is based on the general graph voronoi diagram algorithm, combined with digital image processing in the contour tracking algorithm, the general graph voronoi diagram to the total depending on the generator automatically generated.)

109
下载
135
浏览
2020-12-10发布

5. tuxiangpipei

  一种基于特征点的图像匹配算法 一种基于特征点的图像匹配算法(Feature point based image matching algorithm based on feature points matching algorithm)

12
下载
118
浏览
2020-12-10发布

6. sift

  sift匹配算法 尺度不变变换 特征描述子 特征点匹配 (sift match)

28
下载
117
浏览
2020-12-10发布

7. SIFT

  提取SIFT特征,进行特征提取和匹配,包括特征点的定位,特征点描述子的生成,特征点的匹配,(extract SIFT feature,and feature matching)

18
下载
122
浏览
2020-12-10发布

8. SIFT

  提取SIFT特征,进行特征提取和匹配,包括特征点的定位,特征点描述子的生成,特征点的匹配,(extract SIFT feature,and feature matching)

18
下载
109
浏览
2020-12-10发布

9. shape-matching

  基于形状的模板匹配,用到了opencv,主体包含两部分,建模与金字塔搜索。(Based on the shape of the template matching, the use of opencv, the main body contains two parts, modeling and pyramid search.)

82
下载
147
浏览
2020-12-07发布

10. SPA

  连续投影算法的Matlab程序 下载后可以直接使用(Successive projections algorithm )

196
下载
155
浏览
2020-12-07发布

11. PanoramicImage

  用于图像拼接的素材,可用于全景图拼接。主要是JPG形式,可通过SIFT算法进行处理(Material for image stitching, can be used for panorama stitching. Mainly JPG format, can be handled by the SIFT)

22
下载
141
浏览
2020-11-30发布

12. opencv-fft2

  灰度图像的二维傅里叶变换(cv_gray_fft2),二维傅里叶变换结果的幅值计算(cv_abs),频谱平移(cv_gray_fft2shift),将数值归一化到0到255区间(cv_range_0to255)是非常常用的四个功能!所以写成四个函数,方便将来调用!附运行截图~并附对应的MATLAB程序!(Dimensional Fourier transform of the grayscale image (cv_gray fft2), two-dimensional Fourier transform results to calculate the amplitude (cv_abs), spectral translation (cv_gray_fft2shift), the value normalized to range 0 to 255 (cv_range_0to255) is very common four function! so written as four function to facilitate future calls! attached run shot- along with the corresponding MATLAB program!)

21
下载
121
浏览
2020-11-30发布

13. SCU_S082167

  《基于计算机视觉的普适性三维重建方法研究》源代码,实现了一种将二维图像重建成三维场景的方法。(Source code of <General Sense Three-Dimension Reconstruction Research Based on Computer Vision>, a technique which can convert 2D images into 3D sence.)

732
下载
120
浏览
2020-11-30发布

14. 8941662456

说明:  本程序使用MFC编写了一个能够在同一界面上显示立体图形的三视图的源程序。(This program using MFC wrote a can in the same interface shown on the SanShiTu three-dimensional graph of the source program.)

1
下载
108
浏览
2020-11-30发布

15. HoleFilling

  利用opencv库写的一个关于图像孔洞填补的小程序,附加了效果图片(Using the opencv library to write a small program on the filling of the hole, the additional effect of the picture)

29
下载
133
浏览
2020-11-27发布

16. main

  图像球面化,对于输入的图片进行球面变换达到图形变形的效果(Spherical image of, for input images to spherical transformation to achieve the effect of graph distortion)

173
下载
112
浏览
2020-11-26发布

17. SANBAN

  数字散斑相关程序,能够计算2副图片的位移,简单的例子,对初学者也许有用。(Digital speckle correlation program can calculate the displacement of two images, a simple example, may be useful for beginners.)

97
下载
92
浏览
2020-11-25发布

18. PhotoCut

  基于OpenCV实现的图像剪切,截取小软件,对学习OpenCV的朋友比较有帮助(OpenCV based on the realization of the image shear, the interception of a small software, to learning more OpenCV friends help)

300
下载
122
浏览
2020-11-17发布

19. polygon_merge

  多边形的合并算法,该算法能够实现任意两个多边形(包括凹多边形)的合并.( The polygon merge algorithm, this algorithm can realize wilfully two polygons (including concave polygon) merge )

539
下载
156
浏览
2020-11-16发布

20. image-matching-using-surf-and-ransac

  对两幅图像进行配准,分别提取两幅图像的surf特征点以及描述子,得到粗匹配结果,然后根据粗匹配结果,采用ransac方法计算基础矩阵,并去除误匹配点,得到较准确匹配结果(Two image registration, surf was extracted from the feature points in two images to get the coarse matching and descriptor, then according to the results, the coarse matching results, using RANSAC method to calculate the fundamental matrix, and eliminate the error matching, gain a more accurate matching results)

121
下载
136
浏览
2020-11-13发布