搜索资源列表
基于神经网络的图像识别程序
- 基于神经网络的识别程序,程序采用三层BP网络训练,采用了普通定义中加入动量因子的训练法,精确度很高。-based on neural network identification procedures, procedures adopted a three-tier network training BP, with its definition of momentum into the training factor, a high degree of precision.
HistDemoA直方图与Sobel算子
- 直方图均衡化处理和边缘检测程序.vc6下完成,是基于对话框的程序,用到自己定义的类CImageWnd-histogram equalization processing and edge detection procedures. Vc6 complete, the dialog is based on the procedures used its own definition of the category CImageWnd
C++(Circle)
- 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
vc60
- 用于定义生成RR的变量,以便为后面标定RR机进行准备-RR for the definition of variables generated for RR machine calibration behind prepare
cxcore096
- 定义对RR文本文件中的数据进行读取的函数,数据以句柄为单位-definition of RR text files to the data read function, data units to handle
000208
- 论述了利用Visual Basic进行图形处理的技术,以具体实例说明了Visual Basic图形处理过程中象素点在色值的定义、读取、处理及各种图形艺术化处理的技术和方法,并给出了应用程序。-discussed the use of Visual Basic for graphics processing technology, specific examples of Visual Basic graphics processing pixel color value in the defin
wvlt2
- 本目录存放的是第2章文档的程序源代码,子目录说明: \\wvlt\\lib\\ 中存放的一些基本的小波基定义和相关库函数; \\wvlt\\wrefine\\ 中存放的是小波基细化的程序代码; \\wvlt\\wxfrm\\ 中存放的是一维小波变换的数学实现-Catalog store is the first of the two chapters of the document source code, subdirectories : \\ wvlt \\ lib \\ sto
faac2
- 本目录存放的是第2章文档的程序源代码,子目录说明: \\wvlt\\lib\\ 中存放的一些基本的小波基定义和相关库函数; \\wvlt\\wrefine\\ 中存放的是小波基细化的程序代码; \\wvlt\\wxfrm\\ 中存放的是一维小波变换的数学实现-Catalog store is the first of the two chapters of the document source code, subdirectories : \\ wvlt \\ lib \\ sto
Wavelets2
- 本目录存放的是第2章文档的程序源代码,子目录说明: \\wvlt\\lib\\ 中存放的一些基本的小波基定义和相关库函数; \\wvlt\\wrefine\\ 中存放的是小波基细化的程序代码; \\wvlt\\wxfrm\\ 中存放的是一维小波变换的数学实现-Catalog store is the first of the two chapters of the document source code, subdirectories : \\ wvlt \\ lib \\ sto
VIDEO_CAP_VC
- 采集USB摄像头视频,清晰度很高,控制界面不是MFC,是WIN32,有兴趣的把它改为MFC-Acquisition USB video camera, high definition and control interface is not MFC, Win32, interested in turning it into MFC
0025
- 《面向对象的MFC图象处理》 Windows提供了一些DIB函数,但未在MFC里封装;精通VC++.NET图象处理编程一书分析了这些函数,由此进而设计了一套函数,定义了类CDib使用,使用类CDib读、存、显示图象的示例 -"object-oriented image processing MFC" Windows DIB provides some function, but in MFC Lane Packaging; VC proficient.NET imag
2007062703
- 1.掌握图像滤波的基本定义及目的; 2.理解空域滤波的基本原理及方法; 3.掌握进行图像的空域滤波的方法。 -1. Image filtering grasp the basic definition and purpose; 2. Understanding of spatial filter the basic principles and methods; 3. master images of the spatial filter method.
ImgRotate
- 图像旋转自定义角度-definition images from the angle of rotation
sorage
- (2)定义CImage类对象,然后调用CImage::Load方法装载一个外部图像文件。 (3)调用CImage::Draw方法绘制图像。 -(2) definition CImage class object, and then call CImage : : Load method of loading an external image file. (3) call CImage : : Draw method of rendering images.
基于C++和Matlab的图像分割和清晰度评价函数
- 基于C++和Matlab的图像分割和清晰度评价函数。采用图像信息熵来作为清晰度评价函数。,C++ and Matlab-based image segmentation and definition evaluation function. Using image information entropy as the sharpness function.
RGBYUVYCbCr.rar
- RGB YUV YCbCr的定义及相互转换,内含源代码,可实现操作。,RGB YUV YCbCr definition and conversion, including source code, can realize the operation.
watershed.rar
- 程序实现分水岭变换的图像分割,是基于直观分水岭定义的图像分割算法的实现。附件中包含算法介绍的文章。,Process to achieve watershed transformation of image segmentation is based on the intuitive definition of the watershed image segmentation algorithm. Algorithm is described in the annex containing the
PG_BOW_DEMO
- 图像的特征用到了Dense Sift,通过Bag of Words词袋模型进行描述,当然一般来说是用训练集的来构建词典,因为我们还没有测试集呢。虽然测试集是你拿来测试的,但是实际应用中谁知道测试的图片是啥,所以构建BoW词典我这里也只用训练集。 其实BoW的思想很简单,虽然很多人也问过我,但是只要理解了如何构建词典以及如何将图像映射到词典维上去就行了,面试中也经常问到我这个问题,不知道你们都怎么用生动形象的语言来描述这个问题? 用BoW描述完图像之后,指的是将训练集以及测试集
meanshift.rar
- meanshift算法实现目标的跟踪,由视频序列文件中提取出第一帧,定义目标区域,进行跟踪,动态显示跟踪结果,meanshift target tracking algorithm, by the video sequence documents to extract the first frame, the definition of the target area, tracking, tracking the results of dynamic display
dance
- 此题是用最近邻域法实现图像缩放,供菜鸟练习用,这种算法不高清-This problem is the nearest neighbor domain method to achieve image scaling for the rookie practice with, this algorithm does not high-definition