CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - r

搜索资源列表

  1. consoledemo

    0下载:
  2. 端口监听器 第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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:32178
    • 提供者:张洪双
  1. 模式识别的一些预处理知识源程序

    0下载:
  2. 模式识别的一些预处理知识源程序.rar模式识别的一些预处理知识源程序.rar-pattern recognition pretreatment some knowledge source. Rar pattern recognition pretreatment some knowledge source. R ar
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:14861
    • 提供者:lxz
  1. ScreenColorPicker_src

    0下载:
  2. 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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:12661
    • 提供者:陈大头
  1. mean_shift

    0下载:
  2. 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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:27863
    • 提供者:zhaopeng
  1. SmithChart-VC

    1下载:
  2. 使用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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:43994
    • 提供者:高映军
  1. 简单的图象转换示例

    0下载:
  2. 一个简单的图象转换示例:利用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
  3. 所属分类:GDI/图象编程

    • 发布日期:2012-11-05
    • 文件大小:1671
    • 提供者:苏进
  1. image_color_to_gray

    0下载:
  2. 把彩色图像转换成灰度图象,使用公式:gray=0.30*R+0.59*G+0.11*B
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:12251
    • 提供者:yyf
  1. image

    0下载:
  2. 《数字图像处理》(美)kenneth r.castleman.djvu
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:9658583
    • 提供者:LQ
  1. DigitRec

    0下载:
  2. 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别) 第二步:识别。 首先,打开图像(256色) 再次,进行归一化处理。点击“一次性处理” 最后,点击“R”或者使用菜单找到相应项来进行识别 识别的结果显示在屏幕上,同时也输出到文件result.txt中 该系统的识别率一般为90% 另外,也可以单独对打开的图片一步一步进行图像预处理工作。但要注意,每一步工作只能执行一遍,而且
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:204563
    • 提供者:andy
  1. raw_bmp.rar

    2下载:
  2. raw图像格式与bmp图像格式的转换,matlab实现,具体参数详见m文件,raw image format and bmp image format conversion, implementate by matlab, the specific parameters detailed in m file
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-23
    • 文件大小:2826
    • 提供者:wenwen
  1. Teapot

    0下载:
  2. 本程序实习了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,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-22
    • 文件大小:694358
    • 提供者:卢成彪
  1. testconsole

    0下载:
  2. 是一个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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:892
    • 提供者:王冲
  1. r

    0下载:
  2. 实现图象的平滑(去噪声),锐化 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib-The Method of Preserving Edge Smoothing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:810918
    • 提供者:liang
  1. color2rgb

    0下载:
  2. 可以把彩色RGB影像分別抓出R,G,B 可以把彩色RGB影像分別抓出R,G,B-可以把彩色RGB影像分別抓出R,G,B
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:132885
    • 提供者:王大饅
  1. RGB_TO_ColorName

    0下载:
  2. It return the color name for the given R,G,B values.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:3665
    • 提供者:ganesh
  1. ImageView

    1下载:
  2. 用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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-14
    • 文件大小:3703221
    • 提供者:林宁
  1. RStarTree.tar

    0下载:
  2. 经典索引方法,它是在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.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:50285
    • 提供者:lyd
  1. ColorBlobExtractor

    0下载:
  2. 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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:1246
    • 提供者:dr4g0n76
  1. kalman_filter

    0下载:
  2. 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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:1224
    • 提供者:letian
  1. histgram

    0下载:
  2. 实现了图像的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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:2243286
    • 提供者:梁静
« 12 »
搜珍网 www.dssz.com