Welcome![Sign In][Sign Up]
Location:
Search - 数字图像编程

Search list

[GDI-Bitmap精通VC++数字图像编程

Description: 该源码为书《精通VC++数字图像编程》附盘 包括画图,图像变换,颜色处理,图像处理等功能。易操作的界面,也可作为处理图像的工具-source for the book "Digital Image VC proficient programming" - including the attached drawing, image transformation, color processing, image processing functions. Easy-to-use interface, but also as a tool for image processing
Platform: | Size: 431914 | Author: 胡清 | Hits:

[Graph programvisual c++ 数字图像编程基础

Description:

包含各种数字图像处理中的基本算法,如中值滤波,直方图均衡,插值,行程编码,哈弗曼编码等


Platform: | Size: 363006 | Author: xclxcl | Hits:

[Special Effects数字图像处理28个算法

Description: 数字图像处理的很多种算法,对MATLAB编程有很大作用
Platform: | Size: 1260141 | Author: yangzhiru | Hits:

[Graph program数字图像工程案例

Description: 数字图像工程案例,是一个有关图像领域的编程,包含细胞识别、相机调焦、运动检测、图案设计、人脸检测、数控仿真、各种特效、车牌识别(此例子未直接提供)-digital image project cases, the image is a field of programming, including cell recognition, focusing cameras, motion detection, designs, face detection, NC simulation, the various effects, LPR (These examples are not directly provide)
Platform: | Size: 5122048 | Author: | Hits:

[Graph program数字图像处理编程入门演示程序代码

Description: 对于图像处理入门非常好的一本电子书的随书的演示程序的代码,都已经编译过了的。-image processing for entry is a good e-book with the demo program code, have been compiled by the.
Platform: | Size: 359424 | Author: | Hits:

[DocumentsVC编程实现数字图像的边缘检测

Description: VC编程实现数字图像的边缘检测-VC Programming Digital Image Edge Detection
Platform: | Size: 2048 | Author: 洪宏 | Hits:

[Books数字图像处理编程入门

Description: 数字图像处理编程入门-digital image processing program entry
Platform: | Size: 1629184 | Author: 黄剑 | Hits:

[Graph program运用Visual C++完成基本数字图像处理

Description: 微软的新的.NET平台为开发者带来了许多新的诸如GDI+、Globalization之类的编程机制,同时还发明了一门全新的类似Java的编程语言-C++。对于这些新知识,我们应尽快了解、掌握并试图运用到实践项目中去,而通过实例学习的方法无疑是一个非常有效的途径。本文就通过一个简单的实例,向大家展示了在Visual C#中如何运用GDI+和Unsafe代码类等技术以实现简单的数字图像处理。 -Microsoft's new.NET platform for developers to bring as many new GDI, Globalization like programming mechanism, and also invented a new Java-like programming language-C++. These new knowledge, we should understand, grasp and tried to apply it in practice projects, and through the example of learning is a very effective way. This paper through a simple example to illustrate the Visual C# and how to use GDI Unsafe code for such technology to achieve simple digital image processing.
Platform: | Size: 4096 | Author: 郭指挥 | Hits:

[matlab数字图像处理Matlab编程

Description: 本程序是对一幅图像进行变灰度、旋转、锐化、在图像上画圆或椭圆、直线等操作的程序。 说明:要实现相应功能的操作,需要在输入框内输入正确的表达式。举例如下: 画直线:x1=20,y1=15,x2=150,y2=100 画圆:x=100,y=100,r=20 画椭圆:x=100,y=100,r=20,a=16,b=9 旋转:x=30(度数),ax=100,ay=90 锐化:x=80-this procedure is a gray image change, rotation, sharpening the image on the Circle or ellipse, straight line operational procedures. Note : To realize the corresponding function, the operation needs input box to input the correct expression. For example : painting line : 20 = x1, y1 = 15, = 150 x2, y2 = 100 Circle : x = 100, y = 100, r = 20 paintings elliptical : x = 100, y = 100, r = 20, a = 16, b = 9 rotation : x = 30 (degree), the ax = 100, ay = 90 Sharpening : x = 80
Platform: | Size: 7168 | Author: 代丛军 | Hits:

[GDI-BitmapVC数字图像处理编程入门

Description: 山东大学Visual C++数字图像处理编程入门,ppt讲义-Shandong University Visual C digital image processing program entry, ppt lectures
Platform: | Size: 13312 | Author: 赵辉 | Hits:

[GDI-Bitmap精通VC++数字图像编程

Description: 该源码为书《精通VC++数字图像编程》附盘 包括画图,图像变换,颜色处理,图像处理等功能。易操作的界面,也可作为处理图像的工具-source for the book "Digital Image VC proficient programming"- including the attached drawing, image transformation, color processing, image processing functions. Easy-to-use interface, but also as a tool for image processing
Platform: | Size: 432128 | Author: 胡清 | Hits:

[Special Effects精通Visual C++ 图像编程源码

Description: 很全的图象处理的代码 参考书为周长发的《〈精通Visual C++ 图像编程》》,为数字图象处理的经典作品-is all the image processing code reference books for the week long "<proficient in Visual C Programming images", "Digital Image Processing for the classic works! !
Platform: | Size: 574464 | Author: 孔维武 | Hits:

[Special Effects数字图像处理编程入门

Description: 数字图像处理编程入门, 包括教程和配套代码-digital image processing program entry, including tutorials and code matching
Platform: | Size: 2027520 | Author: singlesongs | Hits:

[Windows Develop数字图像几何变换

Description: 几何变换是最常见的图像处理手段,通过对变形的图像进行几何校正,可以得出准确的图像。常用的几何变换功能包括图像的平移、图像的镜像变换、图像的转置、图像的缩放、图像的旋转等等。目前数字图像处理的应用越来越广泛,已经渗透到工业、航空航天、军事等各个领域,在国民经济中发挥越来越大的作用。 作为数字图像处理的一个重要部分,本文介绍的工作是如何用Visual C++编程工具设计一个完整的应用程序,实现经典的图像几何变换功能。程序大概分为两大部分:读写BMP图像,和数字图像的几何变换。即首先用Visual C++创建一个多文档应用程序框架,在实现任意BMP图像的读写,打印,以及剪贴板操作的基础上,完成经典的图像几何变换功能。 -geometric transformation is the most common means of image processing, image deformation of geometric correction, can be an accurate picture. Transform common geometric features include image translation, the mirror image transform, image transfer home, image scaling, image rotation and so on. Current digital image processing applications have become wider, and have penetrated into the industrial, aerospace, military and other areas, the national economy will play an increasingly larger role. Digital image processing as a vital part of the work presented in this paper is how to use Visual C programming tools to design a complete application procedures and achieve the classic image geometry transform function. Procedures probably be divided into two parts : the reader BMP images, and digita
Platform: | Size: 909312 | Author: 陈万通 | Hits:

[GDI-Bitmap数字图像处理编程入门-做一个自己的photoshop

Description: 《数字图像处理编程入门-做一个自己的photoshop》一书的源代码,很通俗易懂-"digital image processing program entry-do a photoshop his book" source code very accessibly
Platform: | Size: 338944 | Author: ke | Hits:

[GDI-BitmapdigitalpicPro-chap02

Description: 这是数字图像编程与实现系列源码之一。请继续关注与之配套的系统源码的上传,下载完后细细欣赏其中的代码,一定会有所收获的,对机器视觉与图像编程的理解会加深大一步。-This is the Digital Image Series programming and achieve one source. Please continue supporting concern with the system source code upload, download, after careful to appreciate the code, there will be harvested, the machine vision and image understanding of the programming will deepen big step.
Platform: | Size: 32768 | Author: kendy | Hits:

[Special Effects数字图像复原算法研究_谢义方.caj

Description: 关于数字图像处理的算法研究(仅附录有两个Matlab编程案例),包括图像采样和降噪等等。(About digital image processing algorithm research (only the appendix has two Matlab programming case), including image sampling and noise reduction and so on.)
Platform: | Size: 7946240 | Author: heyheysher | Hits:

[Books数字图像处理编程入门(吕风军)

Description: 经典的数字图像处理入门书籍,书中的例程是window编程实现(Introduction to classic digital image processing)
Platform: | Size: 1978368 | Author: 晓肖 | Hits:

[Documents数字图像处理编程入门

Description: 数字图像处理编程教材,编程入门,编译语言C++,适合数字图像的初学者入门(The teaching material of digital image processing)
Platform: | Size: 2632704 | Author: Sharine | Hits:

[Other基于MATLAB的数字图像处理研究

Description: 在概述数字图像处理和MATLAB编程基础知识的基础上,主要围绕数字图像处理的主要内容图像增强、图像复原、图像编码与压缩、图像分割、图像形态学以及图像特征分析,系统阐述了数字图像处理技术的知识内容。(Based on an overview of digital image processing and the basic knowledge of MATLAB programming, mainly focus on the digital image processing of the main content of image enhancement, image restoration, image encoding and compression, image segmentation, image morphology and image feature analysis, introduced the knowledge of digital image processing technology.)
Platform: | Size: 26732544 | Author: miq | Hits:
« 12 3 4 5 6 7 8 9 10 ... 29 »

CodeBus www.codebus.net