搜索资源列表
NN
- 一个人工智能(prolog语言)的程序实例集,包括了标准prolog语法实例。
image_process
- This file include some image process program: void ImResize(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg, int nFixSize) bool CalMoments(float Moments[7], IMAGEDATA *pSrImg) void RGB2Gray(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg) void Im2Bw(IMAGEDATA *pR
模式识别matlab工具箱,包括svm,ICA,PCA,NN等等模式识别算法
- 模式识别matlab工具箱,包括svm,ICA,PCA,NN等等模式识别算法
canga-image-fusion-code
- 图像融合工具包,适合各种图像的融合,希望对你有所帮助-Image Fusion Toolkit for the integration of a variety of images, I hope for your help
abc
- matlab图形图像处理教程2,我用过,很不错的资料-matlab image processing tutorial 2 graphics, I used, very good information
Yong
- Image thresholding has played an important role in image segmentation. In this paper, we present a novel spatially weighted fuzzy c-means (SWFCM) clustering algorithm for image thresholding. The algorithm is formulated by incorporating the spatial ne
ClassifyHomework
- 模式识别,用平均样本法、平均距离法、最近邻法、K近邻法进行分类。-Pattern recognition, with an average of the sample method, the average distance method, nearest neighbor, K-NN classification.
code
- 代码是MATLAB环境下基于k-nn算法的分类器对数据iris的分析-under matlab environment based on k-nn classifier for the iris.data
k-nnaustralia
- 基于MATLAB环境下k-nn算法分类器对Australia.data的分析-under matlab based on the k-nn classifier analysis for the australia.data
magiccube
- 产生n*n魔方阵,如3×3的魔方阵: 8 1 6 3 5 7 4 9 2 魔方阵的排列规律如下: (1)将1放在第一行中间一列; (2)从2开始直到n×n止各数依次按下列规则存放;每一个数存放的行比前一个数的行数减1,列数加1(例如上面的三阶魔方阵,5在4的上一行后一列); (3)如果上一个数的行数为1,则下一个数的行数为n(指最下一行) 例如1在第一行,则2应放在最下一行,列数同样加1; (4)当上一个数的列数为n时,下一
EE4208_FaceRecog_ZhaoJian_v1
- The article demonstrates face detection SSE optimized C++ library for color and gray scale data with skin detection, motion estimation for faster processing, small sized SVM and NN rough face prefiltering, PCA/LDA/ICA/any dimensionality reduction/pro
mfsf
- 奇数N*N阶2D魔方填充,即把1-N*N填到NN的格子中,横竖对角之各都想等-2D odd order N* N cube filled, that is 1-N* N grid fill to the NN, the horizontal and vertical angle of the wants and so on
knn_classify
- knn分类算法 遥感图象分类 knn分类算法 遥感图象分类 -knn classify k-nearest neighbor algorithm In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space
graphcut
- 使用QT4開發的影像切割應用程式 基於Graph cuts來運算 可執行在Linux、XP、MAC上,並有多種模式(GMD, NN, ANN) -A GUI and batch capable software for easy and versatile image segmentation. Graph cuts are used for segmentation with several models (GMD, NN, ANN) available. The appli
DeepLearnToolbox
- 关于深度学习的比较好的代码参考资料,包括CAE,CNN,DBN,NN,SAE等基准程序-Depth learning about good code references, including CAE, CNN, DBN, NN, SAE and other benchmarks
Image-matching-guidanc
- 为实现无人战斗机精确制导实际需求,根据作战的实时性和精确性特点,提出了一种基于图像匹配 技术的制导方案。该制导方案引入地标信息,研究匹配方法,分析匹配计算量,提出了基于高速数字信号处理芯 片来实现匹配制导的方法。软件仿真结果表明,匹配单元的结构完全能够满足制导系统功能实现的需要。-t:T or ealizeth ep reciseg uidanceo fun manneda irv ehicle,in t ermso fre al-timep ropertya ndp scheme
2
- 利用余弦变换实现图像压缩: DCT先将整体图像分成N×N像素块(一般N=8 ,即64个像素块), 再对N×N块像素逐一进行DCT变换。由于大多数图像高频分量较小, 相应于图像高频成分的失真不太敏感,可以用更粗的量化,在保证所要求的图质下, 舍弃某些次要信息。-Cosine transform image compression: DCT NN first image is divided into blocks of pixels as a whole (usually N =
SURF-based-image-stitching
- SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。 采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。
NN.tar
- 神经网络训练算法,加速算法,有很大改进,建立参考。-Recent years have seen a surge of interest in multilayer neural networks fueled by their successful applications in numerous image processing and computer vision tasks. In this article, we describe a C++ implementation of th
SVM--ICA-and-PCA-and-NN
- SVM,ICA,PCA,NN等等模式识别算法,很有参考-SVM, ICA and PCA and NN, and so on pattern recognition algorithm, is of great reference value