搜索资源列表
In_out_Image
- 本文主要介绍了在VC++开发环境下,如何从数据库中读取图像和如何显示数据库中的图像。
1234
- 介绍MT9V011 CMOS数字图像传感器在一个基于低端ARM7处理器和CPLD(可编程逻辑器件)的嵌入式系统中的应用。通过一片CPLD读取MT9V011采集的图像并缓存到存储器以备后续的处理。利用PC平台验证了图像采集功能。给出了一个在低端嵌入式系统中增加图像采集功能的实现方案。
vc++读取图像
- vc++的读取图像的算法程序综合,很实用的,我个人积累的
leaning_OpenCV
- 该文档主要介绍了OPENCV的基础知识和一些基本操作(如图像、视频读取以及图像处理等)-This document focuses on the OPENCV basic knowledge and some basic operations (such as images, video, read, and image processing, etc.)
tuxiang2
- matlab读图像和图像信息,函数imread可以从任何Matlab支持的图像文件格式中,以任意位深度读取一幅图像。-matlab read images and image information, the function imread Matlab support from any image file format to read any bit depth of an image.
Readgrayscaleimagedata
- 调用此程序可以在OPENCV上直接读取图像的像素数据-Read grayscale image data
testfn
- C++(MFC)对BMP图像文件的操作,读取BMP文件。-C++ (MFC) the operation of the BMP image file, read the BMP file.
javaPdicom
- java实现dicom格式读取与医学图像dicom格式转换软件的设计与实现论文-java dicom format to read and realize dicom medical image format conversion software design and implementation of
OpenCV-and-Matlab
- MATLAB与opencv的通讯 包括读取视频 图像处理等-MATLAB and opencv communication include read video and image processing
OpenCV-for-a-game
- 基于Opencv和MFC的分形图像压缩实现程序,Opencv用于读取图像-Implementation of fractal image compression based on Opencv and MFC programs, Opencv is used to read images
2-1
- 实例教程,opencv读取图像并进行显示,帮助初学者容易的入门。-Tutorial examples, opencv read image and show the to help beginners easy entry.
Directshow
- 数字图像的大作业,能够读取图像,显示,并且能够锐化,锐化程度可以调节-Digital image of the big jobs, be able to read the image, display, and can sharpen Sharpness can be adjusted
MATLAB
- matlab初步认识,利用matlab进行图像读取、保存一些基本操作-the matlab preliminary understanding, matlab image reading, save some of the basic operations
bmp
- 解析了BMP 图像的格式, 用c 语言按照BMP 格式读取其数据, 并利用读得的数据 实现图像的空间域的变换。-typedef struct tagBITMAPINFOHEADER
LJdushipin
- 获取摄像头的内部参数,有摄像头读取视频图像,且改变参数修改视频的帧数-Access to the internal parameters of the camera, read camera video images, and change the parameters to modify the number of frames of the video
0
- 利用主元分析和奇异值分解进行人脸特征提取的方法(并详细阐述其在PQRSQT中的实现过程(包括读取图像文件U计算均值脸U求特征值和特征向量(计算人脸特征参数-实现过程均给出了MATLAB代码-Using principal component analysis and singular value decomposition facial feature extraction method (and detail its in the PQRSQT in the implementation pr
Digital-image-processing
- 掌握图像文件的读取与写入,掌握图像文件的显示、翻转、缩放、叠加。-Master image file read and write, master image file display, flip, zoom, overlay.
VCPPseismic-SEGY
- 地震勘探采集的地震数据一般以地震道为单位进行组织,采用SEG-Y文件格式存储。SEG-Y格式是由SEG (Society of Exploration Geophysicists)提出的标准磁带数据格式之一,它是石油勘探行业地震数据的最为普遍的格式。读取数据后经过处理可以得到有关地下构造和岩性等大量有用信息信息。但是原始数据数据量庞大而且杂乱无章,为了使大量的数据变得直观、易于理解,揭示数据间的内在联系,必须对原始数据经过一系列变换转换成图形图像,将信息以更容易理解的形式展现出来。VC++功能强