资源列表
spam_email
- 利用BP神经网络对邮件分类,2分类,实现反向传播算法细节,非直接函数调用(BP neural network is used to classify mail, 2 classifications, to implement the details of backpropagation algorithm, non direct function call.)
kalman_tracking
- 通过卡尔曼滤波的先验方程和后验方程实现对物体小球的追踪(Calman is a finite object tracking)
PCA大作业
- PCA程序,处理绿萝的数据,机器学习,进行主成分分析,提取指定重要特征的方法。(PCA program, data processing ,Scindapsus, machine learning, principal component analysis method, A method of specifying important features .)
mdwglib
- monoGIS DWG Driver based upon the jdwglib.
dxf2svg-master
- dxf2svg convert dfx to svg format
dxflib-3.17.0-src.tar
- dxflib rread / write dfx files
cadlib_src
- cadlib source code read/write/draw dfx files
DXFLib-master
- dfxlib Visual Studio library read/write dfx files
【2】图像显示
- OpenCV入门程序显示图像,对开发环境的一个试调(The OpenCV entry program displays the image)
spacer
- foot for hypercube 3d printer
matlab
- 图像预处理matlab,练习时候写的代码,学习交流用(Image preprocessing matlab, practice time to write the code to learn to exchange)
OpenCV示例源码
- 关于OpenCV的好处之一就是它提供了许多内置的用于图像处理和计算机视觉相关操作的基础元素。如果你需要通过scratch写入某些内容,你将不得不定义一些东西,比如图像、点、角度等等,这些几乎是任何计算机视觉算法的基础。OpenCV提供了这些开箱即用的基础数据结构,它们都包含在core模块中。另外一个好处是,这些数据结构都已经针对速度和内存做了优化,因此,你不用担心实现细节。(One of the benefits of OpenCV is that it provides a number of