资源列表
delnumfun
- 该程序能通过加标签将模拟表盘得刻度删除掉!通过大量得图片都能得到很好得效果!-through the process of labeling analog dial in the calibration deleted! Through a picture can be a very good result!
ImageFiltering
- Digital Image Filtering
moving_average
- Moving average in 1D and 2D
edgetools
- SUSAN-based functions to detects image edges and their orientation-SUSAN-based functions to detects image ed celebrated and their orientation
czcl
- 对图像进行垂直镜像处理的源代码,在VC++6.0环境下编译通过。-right vertical mirror images of the source code, the VC 6.0 compiler through the environment.
spjx
- 对图像进行垂直镜像处理的源代码,在Vc++6.0编译环境下通过。-right vertical mirror images of the source code, the compiler environment 6.0 Vc through.
FeatureExtractfacerecognation
- 人脸识别中特征提取matlab源码,LDA,-Face Recognition feature extraction Matlab source, LDA.
PlayFile01_0307
- mpeg4解码程序,内含LIB库及其源码,支持Overlay,RGB模式,支持动态接收视频流和指定文件输入.-mpeg4 decoding procedures, and the intron LIB source code, support Overlay, RGB mode, supports dynamic video stream and receive specified file input.
adaptivegeneticagrithorm
- 基于自适应技术的遗传算法matlab源码,可应用于图像的去噪处理-based on adaptive technology GA Matlab source can be applied to the image denoising
FoxitPDFReader
- 算法分析多边形游戏 就是那个多边形游戏的题 算法分析中提到的那个-algorithm analysis Polygon Polygon game is the one game that the algorithm analysis mentioned by the
aaa111
- 关于Bayes分类器的 实验数据都有 大家相互共享 很好用的软件-Bayesian classifier on the experimental data we have very good mutual sharing of software
yueguang
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4