CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - basic processing image

搜索资源列表

  1. VC++image_enhance

    0下载:
  2. 图像直方图的基本概念和图像点处理运算中的增强、平滑、锐化概念和实现算法,并给处理实现代码和处理效果图-image histogram of the basic concept and image processing operations point of the increase, smoothing, sharpening concepts and algorithms, and to deal with codes and treatment plans
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:66404
    • 提供者:南仔
  1. TheResearchofALosslessCompressionMethodofHalftoneI

    0下载:
  2. 分形理论是现代非线性科学中的一个重要分支, 是科学研究中一种重要的数学工具和手段。介绍了 分形理论的基本概念, 给出了分形理论的重要参数分形维数的常见定义和计算方法。重点介绍了分形理论在图 像处理领域的应用情况。最后, 展望了分形理论的应用前景及其发展方向。-Fractal theory of modern nonlinear science is an important branch of scientific research is an important mathematica
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:68055
    • 提供者:xuhuoping
  1. GM7221SCH

    0下载:
  2. 视频编码电路主要实现接收8位CCIR656格式的YUV数据,(例如MPEG解码数据),并编码成亮度Y和色度信号C,以及合成CVBS信号,经过D/A转换后输出。基本的编码功能包括副载波产生,色差信号调制,同步信号内插。 主要应用在视频处理,军事图像处理。 GM7221设计原理图-Video encoding circuit main reception 8 CCIR656 format YUV data (such as MPEG decoding the data), and encod
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:206034
    • 提供者:刘星星
  1. DIP

    0下载:
  2. basic image processing
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2672707
    • 提供者:Lee
  1. 20071212104535bbpe

    0下载:
  2. 图像处理技术基础知识,介绍了图像处理采集、处理等相关知识。-Basic knowledge of image processing technology, image processing, introduced the collection, processing and other related knowledge.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:556254
    • 提供者:Janny
  1. penwujiao

    0下载:
  2. 实现图像基本处理,以及角度测量实现喷雾角度的测量!-image processing!Image processing, as well as the basic view Angle measurement realization of spray measuring!
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:4057092
    • 提供者:杨武
  1. aybook.cn_opeigdprogrma0630

    0下载:
  2. OpenGL编程指南第六版 ,英文电子书pdf格式-he OpenGL? Programming Guide, Sixth Edition, provides definitive and comprehensive information on OpenGL and the OpenGL Utility Library. The previous edition covered OpenGL through Version 2.0. This sixth edition of the best
  3. 所属分类:software engineering

    • 发布日期:2017-06-03
    • 文件大小:15385930
    • 提供者:陆天华
  1. bookexperiment

    0下载:
  2. 图像处理,拉普拉斯算子基本处理,改进型,可以提高图像锐化效果-Image processing, Laplacian basic processing, improved, can improve the image enhancement effect
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:558
    • 提供者:halrq
  1. VCpicture

    0下载:
  2. C++的图像处理程序,包含了C++所实现的图像的最基本非处理程序。-C++ image processing procedures, including the C++ by the non-realization of the basic image processing.
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3836089
    • 提供者:ShiXK
  1. MATLAB-in-imageprocessing

    0下载:
  2. 该文档详细介绍了MATLAB的用于进行图像处理的一些基础内容 ,简单实用-The document details the basic content of MATLAB for image processing, simple and practical
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:743459
    • 提供者:天天
  1. picture-handle

    0下载:
  2. 本文对图像处理系统的发展现状和所采用的主要技术进行了详细分析,为了为图像的各种后续处理提供良好的前期基础,设计了对应的结构和主要功能,以及对一些基础且重要的环节进行了算法的研究。系统在Windows平台下实现,采用Visual C++作为编程工具,使用面向对象的程序设计技术实现图像显示,图像处理和图像简单应用的应用软件。主要工作分为四类,包括各种类型图像的显示、图像格式的转换、简单的图像处理、图像简单应用。系统的优点有:充分体现了面向对象的设计思想,充分运用了C++的特性。程序结构清晰,可读性好
  3. 所属分类:Project Design

    • 发布日期:2017-12-05
    • 文件大小:2343854
    • 提供者:刘小龙
  1. JPEG-2000-

    0下载:
  2. 本文所做的主要工作为:研究了JPEG2000标准的原理和基本框架,对JPEG 2000标准的核心—小波变换压缩技术进行了分析研究,概要的介绍了小波理论。对EZW算法进行了详细分析和描述,包括零树的含义、结构及其扫描方法。并应用Matlab图像处理工具箱和小波分析工具箱对图像小波变换处理,并通过接口工具Mex实现在Matlab环境下对C程序EZW编码的调用,实现了应用零树小波编码算法对图像的压缩处理,简单地实现了对JPEG 2000的仿真。-The main work that this text
  3. 所属分类:Project Design

    • 发布日期:2017-10-31
    • 文件大小:665381
    • 提供者:路敬
  1. enhancement

    0下载:
  2. 图像增强最基础的相关函数的介绍,包括给图像加噪声的处理方法-Image enhancement of the introduction of the most basic function, comprising administering to the processing method of the image plus noise
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:92801
    • 提供者:涔曦
  1. OZ745

    0下载:
  2. 4k*2K zynq The OZ745 is a video development platform based around the Xilinx® Zynq-7045 FPGA. The kit includes all the basic components of hardware, design tools, IP, pre-verified reference designs and Board Support Package to rapidly devel
  3. 所属分类:Project Design

    • 发布日期:2017-11-14
    • 文件大小:685056
    • 提供者:iyandy
  1. IMAGE-PROCESSING-(2)

    0下载:
  2. Image processing is the processing and display of images Improving the visual appearance of images to a human observer, including their printing and transmission Preparing images for the measurement of the features and structures which they revea
  3. 所属分类:Project Design

    • 发布日期:2017-11-12
    • 文件大小:763321
    • 提供者:meow
  1. vc-image-processing

    0下载:
  2. 图像处理算法的基本文档说明,对于基本图形处理的同学很有帮助。-Basic documentation of image processing algorithms, the basic graphics helps the students.
  3. 所属分类:software engineering

    • 发布日期:2017-05-25
    • 文件大小:8557117
    • 提供者:sun
  1. Picture-matlab

    0下载:
  2. 利用Matlab进行基本的数字图像处理方法,例如图像载入、图像尺寸变换、图像相加、设置图像透明度的运算。- Using Matlab basic digital image processing methods, such as image loading, image resizing, adding an image, set the image transparent operations.
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:174837
    • 提供者:周一鸣
  1. fao_v59

    0下载:
  2. 包含位置式PID算法、积分分离式PID,计算互信息非常有用的一组程序,毕设内容,高光谱图像基本处理。- It contains positional PID algorithm, integral separate PID, Mutual information is useful to calculate a set of procedures, Complete set content, basic hyperspectral image processing.
  3. 所属分类:Software Testing

    • 发布日期:2017-12-13
    • 文件大小:5771
    • 提供者:刘小栋
  1. hiu_mj08

    0下载:
  2. 关于超声波倒车雷达测距的,毕设内容,高光谱图像基本处理,相控阵天线的方向图(切比雪夫加权)。- About ultrasonic parking radar ranging, Complete set content, basic hyperspectral image processing, Phased array antenna pattern (Chebyshev weights).
  3. 所属分类:software engineering

    • 发布日期:2017-12-15
    • 文件大小:7168
    • 提供者:王富杰
  1. beng_v40

    0下载:
  2. 毕设内容,高光谱图像基本处理,含噪脉冲信号进行相关检测,考虑雨衰 阴影 和多径影响。- Complete set content, basic hyperspectral image processing, Noisy pulse correlation detection signal, Consider shadow rain attenuation and multipath effect.
  3. 所属分类:Software Testing

    • 发布日期:2017-12-15
    • 文件大小:6144
    • 提供者:尚利建
« 12 »
搜珍网 www.dssz.com