登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:C++
  2. 代码类别:图形图像处理
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 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发布

2. polygon_merge

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

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

3. n个点电荷的电场线代码

说明:  n个点电荷电场线的matlab仿真 分别有1个 2个等(可以通过改变程序数字来得到相应的仿真结果)(Matlab simulation of N-point charge electric field lines)

2
下载
66
浏览
2020-11-15发布

4. SLIM

  在高斯混合噪声背景下实现SLIM谱估计算法和l1范数SLIM谱估计法,并在-5到15的信噪比条件与CRLB对比均方频率误差(the paper achieves the SLIM spectral estimation algorithm and l1-SLIM spectral estimation method under the Gaussian mixture background noise,then compares the mean square frequency error with CRLB under SNR from-5 to 15 )

22
下载
200
浏览
2020-11-13发布

5. 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发布

6. Transfortion

  计算机图形学中实现多边形平移,旋转,缩放变换。(Polygons in computer graphics to achieve translation, rotation, scaling transformation.)

31
下载
132
浏览
2020-11-11发布

7. Fcorrnerdeteeo

  用于摄像机标定的Harris角点检测代码码。能达到亚像素精度。压缩包内附说明文档。 (Harris corner detection for camera calibration code code. To achieve sub-pixel accuracy. The compressed package included documentation.)

10
下载
105
浏览
2020-11-11发布

8. 作业5

  理解频域处理与空间域处理的等效关系与步骤,掌握频域相乘与空间域循环卷积之间的对等关系,理解DFT运算中补零的效果。(Understand the equivalent relationship and steps of frequency domain processing and space domain processing, understand the reciprocal relationship between frequency domain multiplication and space domain circular convolution, and understand the effect of zero padding in DFT operation.)

1
下载
55
浏览
2020-11-10发布

9. PointClouds

  PCL库的C#封装,用于点云的处理,包括点云读取,显示,分割,分类,聚类等(C# wrapper of point cloud library.)

40
下载
106
浏览
2020-11-09发布

10. RegEx2NFA2DFA_RC

说明:  由正则表达式构造DFA的程序,并可以对输入串模拟正则表达式匹配(This is a C program used in compiling the given regular expression into an equivalent DFA, simulated through tracking State sets.)

0
下载
60
浏览
2020-11-08发布

12. Alpha_shapes_3

  这是三维点云数据边缘线提取的c++算法,适合于LIDAR数据的三维处理,供大家参考学习(This is 3 d point cloud data edge extraction of c++ algorithm, suitable for LIDAR data 3 d processing, provide everyone reference to study)

236
下载
110
浏览
2020-11-05发布

13. FULIYE

  能够计算傅里叶描述子,并对图像进行重构,实现对目标图像和源图像的辨认(Fourier descriptors can be calculated, and the image reconstruction, image and the source image to target identification)

23
下载
119
浏览
2020-11-05发布

14. StegoTool

  LSB替换隐写软件,该软件能把ASCII码嵌入到图像中,其载体图像是24位的BMP格式图像(LSB Steganography tool which provides hide ASCII infomation within 24-bit Bitmap images)

28
下载
112
浏览
2020-11-05发布

16. RemoteControl-1

说明:  一个用VC++6.0编的程序例子,实现远程屏幕图像的传输 (a VC 6.0 Provision procedures example, remote screen image transmission)

0
下载
116
浏览
2020-11-03发布

17. gfosub

  应用于Adams软件的二次开发,分别为子程序文件以及目标文件(The second development of Adams software)

2
下载
66
浏览
2020-11-02发布

18. haar_adaboost_vehicle_detection

说明:  基于Haar+AdaBoost+bdd100k数据集做车辆识别(Vehicle recognition based on Haar + AdaBoost + bdd100k dataset)

0
下载
74
浏览
2020-11-02发布

19. FingerPrintVerify

说明:  这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配(This is a C++ Language realization of a fingerprint identification procedure, the requirements FVC meet international competition standards, and established in the school library on the measured fingerprint. Program applied to the technology are as follows: median filter, histogram equalization, the direction of the ridge line extraction, Gabor filtering, fingerprint thinning, feature extraction, feature point filtering, based on local feature points of the feature matching)

0
下载
112
浏览
2020-11-02发布

20. GrabCutSource

  最经典之做,保证别人没有上传过 实现文章 “GrabCut" Interactive Foreground Extraction using Iterated Graph Cuts 用graphcut实现图像分割,效果非常好(The most classic to do to ensure that other people do not realize uploaded article GrabCut Interactive Foreground Extraction using Iterated Graph Cuts with graphcut realize image segmentation, has very good results)