搜索资源列表
consoledemo
- 端口监听器 第2章 信用卡账户管理系统 2.1 系统简介 2.2 JBuilder 9的数据库基本控件 2.3 系统设计 2.4 建立数据库的E-R模型 2.5 创建信用卡账户的数据库 2.6 系统的图形界面实现 2.7 系统数据事务设计 2.8 系统页面事件处理 2.9 知识点回顾 -port sniffers Chapter 2 credit card account management system 2.1 Intr
模式识别的一些预处理知识源程序
- 模式识别的一些预处理知识源程序.rar模式识别的一些预处理知识源程序.rar-pattern recognition pretreatment some knowledge source. Rar pattern recognition pretreatment some knowledge source. R ar
ScreenColorPicker_src
- AppWizard has created this ColorPicker application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.-+5.0 has created this ColorPicker a
mean_shift
- mean shift的源代码,用于学习 Bilkent University: Mean-shift Tracker based Moving Object Tracker in Video Version: 1.0 Compiler: Microsoft Visual C++ 6.0 (tested in both debug and release mode) -mean shift in the source code, for learni
SmithChart-VC
- 使用Visual C++ 6.0 开发的史密斯圆图演示程序。类CSmithChart为圆图类,其方法包括确定圆图范围,计算归一化阻抗,放射系数,画X圆,画R圆等。-6.0 using Visual C development of the Smith Chart Demonstration Program. Class CSmithChart round of graphs, including a round map to determine the scope of the calculat
简单的图象转换示例
- 一个简单的图象转换示例:利用MFC中的CFILE类将彩色BMP转换为灰度图,算法采用生理学标准,即0.3R+0.59B+0.11G-a simple image conversion Example : The MFC CFILE BMP type of conversion to color the gray level, the algorithm used in Physiology standards, R is 0.3 0.11G 0.59B
image_color_to_gray
- 把彩色图像转换成灰度图象,使用公式:gray=0.30*R+0.59*G+0.11*B
image
- 《数字图像处理》(美)kenneth r.castleman.djvu
DigitRec
- 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别) 第二步:识别。 首先,打开图像(256色) 再次,进行归一化处理。点击“一次性处理” 最后,点击“R”或者使用菜单找到相应项来进行识别 识别的结果显示在屏幕上,同时也输出到文件result.txt中 该系统的识别率一般为90% 另外,也可以单独对打开的图片一步一步进行图像预处理工作。但要注意,每一步工作只能执行一遍,而且
raw_bmp.rar
- raw图像格式与bmp图像格式的转换,matlab实现,具体参数详见m文件,raw image format and bmp image format conversion, implementate by matlab, the specific parameters detailed in m file
Teapot
- 本程序实习了openGL的茶壶(Teapot);键盘C键控制其颜色;R键实现了旋转,同时X,Y,Z键可改变其旋转轴;方向键可控制光源位置;按着鼠标左键移动鼠标可以人工旋转,像Google Earth;按着鼠标右键移动向上移动鼠标壳缩小其尺寸,向下可放大-This program internship in openGL teapot (Teapot) keyboard C keys to control their color R key to achieving the rotation,
testconsole
- 是一个jpg转ppm的图像转换程序,下载外国写的demo时,会遇到很多人用ppm做输入图像,所以这个程序很有用。是基于opencv的。-Is a jpg image to ppm conversion process, download the demo foreign write, it will encounter a lot of people do use ppm input image, so this program very useful. Is based on the open
r
- 实现图象的平滑(去噪声),锐化 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib-The Method of Preserving Edge Smoothing
color2rgb
- 可以把彩色RGB影像分別抓出R,G,B 可以把彩色RGB影像分別抓出R,G,B-可以把彩色RGB影像分別抓出R,G,B
RGB_TO_ColorName
- It return the color name for the given R,G,B values.
ImageView
- 用vc开发的raw格式的图片的显示程序,此程序主要用于显示2048*768的图片,用画点法编写的-Vc developed with raw format images show the process, the process used to display 2048* 768 pictures, with a painting, the preparation method of
RStarTree.tar
- 经典索引方法,它是在R树的基础上进行改进,再次提高了查询速度,用VC编写,代码精炼。-Classic index method, which is in the R-tree based on the improved query speed once again increased, with VC development, refining the code.
ColorBlobExtractor
- This is a rudimentary color blob extractor. You may choose ExtractBlobs(int r, int g, int b) and call it with a tolerance for each value of red, green and blue channel. Afterwards you get the rectangles containing mainly this colors. Note: The
kalman_filter
- OPTIONAL INPUTS (string/value pairs [default in brackets]) model - model(t)=m means use params from model m at time t [ones(1,T) ] In this case, all the above matrices take an additional final dimension, i.e., A(:,:,m), C(:,:,m), Q(:,:,m), R
histgram
- 实现了图像的R、G、B三通道的提取,在实现灰度的基础上提取了一副bmp格式图像的三通道颜色特征-To achieve the image R, G, B three-channel extraction, in achieving the gray-scale based on the extracted a bmp format images of the three-channel color feature