Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - image
Search - image - List
这是教材《精通Visual C++图像处理编程》 (第二版)的所有源代码。本教材经典!-"proficient image processing Visual C Programming" (second edition), all source code. The classic textbook!
Update : 2024-05-19 Size : 15366144 Publisher : 止水

DL : 0
使用MAPINFO软件进行的图像配准过程,本人做了一个比较适合初学者的配准过程-use MapInfo software for image registration process. I did a comparison for beginners to the registration process
Update : 2024-05-19 Size : 22528 Publisher : jevons

DL : 0
书名为数字图像处理 K.R.Castleman著,朱志刚翻译 prentice hall出版 图像处理入门非常经典的国外教材 该书既不是单纯的强调理论,也不是注重实际应用的工程指导,而是强调理论如何用于解决工程或研究中常见的实际问题 本书附有书后的习题解答-title of digital image processing with K. R. Castleman, Zhu Zhigang translation Prentice hall published image processing very classic entry of foreign materials alone is not the book pure stress theory, nor pay attention to the practical application of engineering guidance, the emphasis is on how to resolve the theory or research projects of common practical problems with the book after the book to answer the questions
Update : 2024-05-19 Size : 25699328 Publisher : 张健

本程序是我用mfc实现的图像处理的一系列功能,如平滑,分割,编码等乖,可用于一般的实验测试,并实现了一篇论文的自动阈值选取算法。-this procedure is used mfc I realized a series of image processing functions, such as smoothing, segmentation, clever coding, can be used for general laboratory tests and realized a paper automatic threshold selection algorithm.
Update : 2024-05-19 Size : 526336 Publisher : wuhq

这是我做的图像压缩程序,可以看到结果,效果还不错!-This is what I do image compression procedures, we can see results, the results were pretty good!
Update : 2024-05-19 Size : 210944 Publisher : 马慧

本文件是关于《图像模式识别VC++实现》一书的配套源码-this document on the "image pattern recognition VC++," a book supporting FOSS
Update : 2024-05-19 Size : 17945600 Publisher : et

DL : 0
数字图象处理的一些源码,包括图象操作,立体匹配-digital image processing of source, including images operation, stereo matching
Update : 2024-05-19 Size : 2053120 Publisher : 刘永哲

DL : 0
本文件中包含的是《数字图像处理(matlab版)》一书中的源代码-this document is included in the "Digital Image Processing (Matlab version)," a book of source code
Update : 2024-05-19 Size : 377856 Publisher : et

// The strategy here is to use ::GetDIBits to convert the // image into a 24-bit DIB one scan line at a time. A pleasant // side effect of using ::GetDIBits in this manner is that RLE- flybianhuan -//The strategy here is to use : : GetDIBits to convert the// image into a 24-bit D IB scan one line at a time. A pleasant// side effe ct of using : : GetDIBits in this manner is that RLE- flybianhu an
Update : 2024-05-19 Size : 184320 Publisher : dao

DL : 0
基于小波零树的图像压缩算法,使用visalc++开发。-Zerotree based on wavelet image compression algorithm, visalc development.
Update : 2024-05-19 Size : 19456 Publisher : 杨晓明

离散余弦变换(D iscrete Cosine Transform )简称D CT,是一种实数域变换,其变换核为实数的余弦函数,除了具有一般的正交变换性质外,它的变换阵的基向量能很好地描述图像信号的相关特征,所以在图像信号的变换中,D CT变换被认为是一种准最佳变换。 -discrete cosine transform (D iscrete Cosine Transform) referred D CT it is a real domain transform, transform its nuclear real number of cosine function, in addition to the general nature of the orthogonal transformation, its transformation matrix-vector can be a good image to describe the relevant characteristics of the signal, the image signal transformation, D CT transformation has been seen as a potential best transformation.
Update : 2024-05-19 Size : 291840 Publisher : 刘东

DL : 0
提供了关于图像抽样、量化、均匀化、规定化及获得图像位面图的程序-provided on the image sampling, quantization, homogenization, and provides access to images of surface spaces of the processes
Update : 2024-05-19 Size : 2048 Publisher : 王严

DL : 0
上传的是C编写的FFT算法,在图象处理方面常用到,希望对你有用-upload is prepared by the C FFT algorithm, the image processing used to the hope that useful to you
Update : 2024-05-19 Size : 4096 Publisher : 廖和

DL : 0
上传的是C编写的DCT算法,在图象处理方面常用到,希望对你有用-upload is prepared by the C DCT algorithm, the image processing used to the hope that useful to you
Update : 2024-05-19 Size : 1024 Publisher : 廖和

基于影像匹配技术的前方交汇程序,可以对九个外方位元素进行结算。-Image Matching technology based on the convergence front procedures can be right nine position outside elements settlement.
Update : 2024-05-19 Size : 2048 Publisher : 陈正松

实现简单的图象处理功能,如锐化,柔化,马赛克等.可以绘制图象的直方图.由于时间仓促,代码未进行优化,图象处理速度较慢.-simple image processing functions, such as sharpening, soft, such mosaics. mapped image histogram. Because time is so short, not code optimization, image processing speed is slower.
Update : 2024-05-19 Size : 122880 Publisher : 清灵五月

一个演示图像融合操作的非常完美的源程序,不仅界面漂亮,还能更换皮肤,但最突出的就是功能强大,包括主成份变换、三角HIS变换等八种常用的图像融合变换技术。-a demonstration of the operation of Image Fusion is the perfect source, not only beautiful interface, but also the replacement of the skin, However, the most outstanding is the powerful, including principal component transform, Triangle HIS transform from eight common transform image fusion technology.
Update : 2024-05-19 Size : 740352 Publisher : 万鹏

数字图像处理实验 根据原图像的直方图,发现背景和目标的分割值大约在130左右,并将灰度图像转为二值图像,分割效果比较理想。 图像处理实验(六)图像压缩与编码 实验目的: 学习JPEG压缩编码 实验内容: 一.实现基本JPEG的压缩和编码分三个步骤: 1. 首先通过DCT变换去除数据冗余; 2. 使用量化表对DCT系数进行量化; 3. 对量化后的系数进行Huffman编码。-digital image processing experiments based on the original image histogram, found background and objectives of the divided about the value of around 130 and two gray-scale image to image, Segmentation more satisfactory results. Image processing experiments (6) Image Compression and Coding of the experiment : Learning JPEG compression coding experiment : one. Basically JPEG compression and coding in three steps : 1. First through DCT remove data redundancy; 2. Using quantitative table right DCT coefficient quantization; 3. Right quantized coefficients of Huffman coding.
Update : 2024-05-19 Size : 4096 Publisher : qq

DL : 0
java开发的二值图像细化算法程序,能够从二值图像中提取图像骨架-java development of the binary image thinning algorithm procedures, from the binary image extracted image skeleton
Update : 2024-05-19 Size : 365568 Publisher : mete

Developer s Image Library Developer s Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter and display a variety of images with ease.-Developer s Image Library Developer s Imag e Library (DevIL) is a cross-platform image lib LogicLibrary utilizing a simple syntax to load, save, convert, manipulate, filter and display a variety of images with ease .
Update : 2024-05-19 Size : 3687424 Publisher : shan
« 1 2 ... 44 45 46 47 48 4950 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.