Welcome![Sign In][Sign Up]
Location:
Search - 图像显示

Search list

[Graph program使用CImage类处理图像显示与格式转换的源码程序

Description: 这是一个使用CImage类处理图像显示与格式转换的源码程序,包含了许多可以让大家学习的内容-It is a category CImage processing and image display format conversion of source programs, including many so that we can study the contents
Platform: | Size: 112025 | Author: 王正 | Hits:

[Program doc基于DCMTK的DICOM医学图像显示及其调窗方法研究

Description: DICOM是医学图像存储和传输的国际标准,DCMTK是免费开源的针对DICOM标准的开发包。解读DICOM文件格式并解决DICOM医学图像显示问题是医学图像处理的基础,对医学影像技术的研究具有重要意义。解读了DICOM文件格式并介绍了调窗处理的原理,利用VC++和DCMTK实现医学图像显示和调窗功能
Platform: | Size: 240709 | Author: cys6139@sina.com | Hits:

[VHDL-FPGA-Verilog数字电子电路-VGA图像显示控制器

Description: 设计一个VGA图像显示控制器,使其实现以下功能---- 1. 显示模式为640╳480╳60Hz。 2. 用拨码开关控制R,G,B(每个2位),使显示器可以显示64种纯色。 3. 在显示器上显示横向彩条信号(至少六种颜色)。 4. 在显示器上显示纵向彩条信号(至少八种颜色)。 5. 在显示器上显示自行设定的图形,图像等。 6. 选做,自拟其他功能。 所利用到的元器件有: 电脑,显示器,vga接口转换模块, 数字电子电路实验开发板,30Mhz晶振,下载线,电源等
Platform: | Size: 837193 | Author: wangguangchao008@163.com | Hits:

[Special Effects里边附有100多个运用MATLAB进行图像处理的程序,包括图像显示,图像恢复,图像变换,图像压缩,图像重建

Description: 里边附有100多个运用MATLAB进行图像处理的程序,包括图像显示,图像恢复,图像变换,图像压缩,图像重建
Platform: | Size: 28322 | Author: haoren313 | Hits:

[CSharpQT+ARM图像显示

Description: 基于QT与ARM的摄像头图像显示程序
Platform: | Size: 42877 | Author: mibaozyyx@126.com | Hits:

[Graph Drawingbmp图像显示

Description: 一种简单的bmp图像显示程序,适合初学者学习参考
Platform: | Size: 46862 | Author: zhysheneng | Hits:

[Picture Vieweropencv图像输入

Description: opencv 显示图像的程序
Platform: | Size: 293941 | Author: lzpdz@sina.cn | Hits:

[CompiledMatlab 图像显示方法

Description: Matlab 图像显示方法
Platform: | Size: 21504 | Author: m13338457914@163.com | Hits:

[GDI-Bitmap百叶窗图片显示

Description: 百叶窗图像显示(源码)- Louver image display (source code)
Platform: | Size: 1479680 | Author: 右别林 | Hits:

[GDI-Bitmapdeal_bmp

Description: 一个图像显示的程序-an image display procedures
Platform: | Size: 1138688 | Author: diaojianxiang | Hits:

[Graph programDIBShow

Description: 实现图像显示的MFC源码-MFC source
Platform: | Size: 123904 | Author: 黄谦 | Hits:

[GDI-Bitmap有2d和3d的动态图形显示

Description: 一个有2D,3D动态图像显示控件的例子-a 2D, 3D Dynamic Image Display Control example
Platform: | Size: 187392 | Author: 张连成 | Hits:

[GDI-BitmapVC环境下显示图像

Description: 实现VC环境下的图像显示功能,只需要将代码溶入现有程序,就能实现显示功能。不需要额外工作量。-VC environment of image display functions, it is only necessary code into existing procedures, it will be able to display. No additional workload.
Platform: | Size: 144384 | Author: 李峰 | Hits:

[Graph Drawing三种图像处理

Description: 图像处理最基础的知识,如图像显示、图像边缘检测等。对初学者很有启发作用-image processing most basic knowledge, such as image display, image edge detection. For beginners very instructive role
Platform: | Size: 118784 | Author: 黄玫 | Hits:

[Picture Viewer如何显示位图

Description: 在vc下 实现图像显示 教你如何封装自己的DIB图像类-To realize icon s display and teach you how to package your own DIB class under VC s circumstance
Platform: | Size: 96256 | Author: 周贤 | Hits:

[GDI-Bitmap图形显示特技

Description: 演示图像的显示特效:水平向左,水平向右,水平百叶窗,垂直百叶窗和雨滴的图像显示效果。-demonstration showed images of effects : the level of the left, the right level, the level of blinds, vertical blinds and raindrop images show results.
Platform: | Size: 340992 | Author: 黄应 | Hits:

[Graph program使用CImage类处理图像显示与格式转换的源码程序

Description: 这是一个使用CImage类处理图像显示与格式转换的源码程序,包含了许多可以让大家学习的内容-It is a category CImage processing and image display format conversion of source programs, including many so that we can study the contents
Platform: | Size: 111616 | Author: 王正 | Hits:

[Special Effects【2】图像显示

Description: 通过VC++,实时有效的实现图像显示,非常有用,推荐推荐(Realize image display)
Platform: | Size: 176128 | Author: young泡泡羽 | Hits:

[Special Effects灰度图像显示

Description: 函数说明 : 显示函数为showGrayImg(),三个参数分别为,图像指针,图像宽度,以及图像高度。 显示图像中,首先调用 setBitMapInfo()函数设置图像的文件头,用于setDIBitsToDevice()函数的调用。 特别注意,后面的对于图像宽度为4的整数倍的调整,并将图像边界对齐,即图像每一行的存储大小都为4的整数倍。 到此,此函数便可以用于在程序中随时显示函数了,等同于matlab中的imshow()函数。(Function specification: The display function is showGrayImg (), and the three parameters are the image pointer, the image width, and the image height. In the display image, the first file that calls the setBitMapInfo () function to set the image is used for the call of the setDIBitsToDevice () function. Special attention is given to the subsequent integer adjustment of the image width of 4 and the alignment of the image boundaries, i.e., the storage size of each row of the image is an integral multiple of 4. Here, this function can be used to display functions at any time in a program, equivalent to the imshow () function in matlab.)
Platform: | Size: 1024 | Author: 931122 | Hits:

[Com PortKU_F804(BMP图像显示函数)

Description: 本程序为Franklin/keil C51源程序,可以在所有51系列(或兼容)单片机中运行 ,BMP图像数组名,由“京.BMP”转换得来的数组。(This procedure for franklin/keil c51 source program, can run in all 51 series (or compatible) single-chip microcomputer in the image array name, "Beijing. BMP" converted array.)
Platform: | Size: 13312 | Author: 梁国宇 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net