资源列表
ycomb
- Y-combinator 解决fibonacci数列的一个实现,实现了不定义函数名称而实现递归的过程-Y-combinator solve a fibonacci series to achieve, the realization of the non-defined function name to achieve the process of recursive
RSA
- 加密编码 利用RSa进行加密编码 是一种比较简单快捷的加密算法-jiamibianma liyong RSa jiamibianma
3D
- 在VC++环境下,结合OpengL,创建简单的3D空间-In VC++ environment, combined with OpengL, create a simple 3D space
RemoveBlackConnectedComponents
- 使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩
Pests-Feature-Extraction
- 害虫特征提取Pests Feature Extraction Pests Feature Extraction Pests Feature Extraction -Pests Feature Extraction
Desktop
- 基于图像不变距处理,主要运用光电技术对空中目标进行搜索,锁定,确定目标中心,并进行跟踪 还有图像增强,图像均衡化-Based on the same image from the processing, the use of photovoltaic technology to search the targets in the air lock, to determine the center of the target, and track
201211041138
- 小球从自由落体开始后反复弹跳模拟程序。重力10N,阻力2N-Freefall after bouncing ball simulation program.
DepthFirstSearch
- Depth First Search For Graph
isSupported09
- The feature parameter in the isSupported(feature,version) method is the name of the feature and the version is the version number of the feature to test.-The feature parameter in the isSupported(feature,version) method is the name of the feature a
image_97_daubechies
- 基于提升9/7小波变换的压缩代码,适合初学者学习应用!-Compression code based on 9/7 lifting wavelet transform. The application, suitable for beginners to learn!
otsu
- 索贝尔算子、提取形心并完成otsu方法的边缘检测,自己编写,效果良好-Sobel operator, extract and complete the centroid otsu edge detection method, we have written to good effect
手写数字识别
- 采用mnists数据集方法提取3000个训练数据进行识别