搜索资源列表
image-read
- 读图像,霍夫变换算法实现方块,圆形的识别,读bmp图像,显示具体坐标-Reading image, Hough transform algorithm box, round recognition, reading bmp image to show the specific coordinates
NIfTI-MR-Image
- Tools for NIfTI (ANALYZE) MR image Matlab实现NIfTI(ANALYZE)核磁共振图像读取保存制作 这个Matlab程序包用于处理核磁共振图像,可以读取显示、保存、制作该图像。-Tools for NIfTI (ANALYZE) MR image Matlab implementation NIfTI (ANALYZE) MR image read save making the Matlab package for processi
readRaw
- RAW图像是一种仅有原始数据的图像,本程序可读写RAW图像程序,也可读出Java支持的所有图像.-RAW image is a picture of only the original data, the program can read and write process RAW images, but also read out the Java support for all images.
Visual C++ for image processing -v2
- 《 Visual C++数字图像处理(第二版)》一书源代码 该书主要讲述如何使用Visual C++进行数字图像处理。全书共11章,分别介绍了图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀算法、细化算法、边缘检测与提取、轮廓跟踪、图像分析、图像复原和图像的压缩编码技术,对每种常用的数字图像处理方法,本书都提供了完整的源代码。 本书内容丰富,叙述详细,实用性强,适合于数字图像处理工作者阅读参考。- How "Visual C Numeral Picture Processing (Se
Read
- 这是一个有关实时模拟和数字图像处理的fpga程序-This is a real-time analog and digital image processing procedures for the FPGA
TestIDLENVI
- C#与ENVI函数结合读取遥感影像,C#提供界面,调用ENVI函数读取影像,可为遥感工程开发提供很好参考-C# Function combined with the ENVI remote sensing image read, C# Provide interface, called ENVI function to read images, remote sensing can provide a good reference Project Development
tuxiangdeduquyuxianshi
- 利用VC进行图像的读取与显示,内含源代码-VC image using the read and display that contains the source code
image
- 应用matlab或VC语言编制图像处理软件,软件功能如下: 一、实验类型 1. 读入图像,并对灰度图像或彩色图像进行显示,对彩色图像可以转化为灰度图像;(8学时) 2. 对读入的图像可以实现减小和提高图像分辨率的功能(16学时) 3. 计算灰度图像的直方图并进行显示,讨论不同图像灰度分布的直方图特征(16学时) 4. 对上述图像进行直方图均衡化处理,分析直方图均衡化的处理结果;(16学时) 5. 对给定的彩色图像,显示其R、G、B三分量图像的噪声图像及H、S、I三分量完成
image
- 并行计算程序 Descr iption: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image
NIfTI-MR-Image
- 这个Matlab程序包用于处理核磁共振图像,可以读取显示、保存、制作该图像。-The Matlab package for processing magnetic resonance images, you can read the display, storage, production of the image.
read
- 图片预处理,包括二值化、归一、去噪、细化全操作。-Image pre-processing
ImageIOExample
- this application using how to read image
Image-AVI
- 包括两个MATLAB程序,一个读取AVI视频,并转换成一帧帧图片;两一个程序读取图片,并把这些图片转换成视频。-Consists of two MATLAB program, a read AVI video, and convert it into a frame picture 21 program reads the image and put these pictures into video.
VC.XML.file.image.code
- VC编程XML文件读写图像经典代码VC Programming XML file to read and write image classic code -VC Programming XML file to read and write image classic code
BMPimage-read
- BMP图像读取程序,包括程序的打开和处理-BMP image read
image-read
- 根据bmp的header(长宽 位数 信息) 开始读文件 读出每个位置点的RGB分量,用3个3维数组,R[x][y][val],G[x][y][val],B[x][y][val] RGB组合成像素值(可能要求你输出灰度值),一个3维数组,P[x][y][val] -image read
image-segment
- 选取读入一份彩色图像,在运行Untitled.m程序时先用鼠标交互的选取一个颜色区域作为你要与其他色彩分割的目标,进行分割,鼠标选取好后,按ENTER健后出现分割节后。-Select a color image read in the first run Untitled.m program interacts with the mouse as you select a color region segmentation of color with other objectives, segm
Read-a-frame-of-video
- 读取视频中的某一帧图像,用户可以从视频中截取一副图片。-Read a frame of video,user image from the video in the interception,and can get details of the image.
image-read
- 实现图像的读取操作,方便初学者清晰的研究图像数据读取的原理。-realize the input and read of the images
read image in c
- The bitmap header begins with the size of the header, which is then followed by the width and the height of the image data. If the height is a negative number, the image is stored from bottom to up. Usually the number of color planes is one.