搜索资源列表
connected_components_image
- Implementation Of Labeling Connected Components 用C#实现图像的连通区域标定,可选4连通,8连通-Implementation Of Labeling Connected Components The algorithm is coded in C# using unsafe so the quality and speed of the program may not be affected. The class BitmapData i
ImageBrowser
- 在VC++6.0集成开发环境下编程实现了MITK在医学图像分割、配准和三维可视化(体绘制).利用MITK读取五种图片格式:PEG,DICOM,BMP,TIFF.RAW。-In VC++6.0 integrated development environment programming the MITK in medical image segmentation, registration and three-dimensional visualization (volume rendering)
VCDIBchap1
- 介绍了BMP文件结构,编程实现BMP文件读写及数据访问,解释了DIB与BMP之间的关系,并且分别用面向过程的方法和面向对象的方法实现图像的可视化编程。-Introduction of the BMP file structure, programming and implementation BMP file to read and write data access, explained the DIB and the relationship between BMP and were pro
ImgCenterDib
- 面向对象的DIB的读写及访问,实现图像的可视化编程-DIB object-oriented read and write and visit, to achieve the image of the visual programming
[2007-11-26]
- 在VC++6.0集成开发环境下编程实现了MITK在医学图像分割、配准和三维可视化(体绘制).利用MITK读取五种图片格式:PEG,DICOM,BMP,TIFF.RAW。-In VC++6.0 integrated development environment programming the MITK in medical image segmentation, registration and three-dimensional visualization (volume rendering)
MPEG-Chapter2
- MPEG图像的VC编程读取,以及显示。可实现多种格式MPEG压缩视频的读取-VC read and display for MPEG format video
tuxiangchuli
- 本段代码可实现图片基本处理,如图像读取、灰度化、二值化、滤波、去噪、边缘检测、特征提取等功能。-This code can realize pictures basic processing, such as image read, gray, the binary, filtering, denoising and edge detection, feature extraction, and other functions.
SARViewer
- 遥感信息工程学院微波遥感实习程序的源代码,通过GDAL读取常用遥感影像,如img,tiff 可实现读取显示和雷达影像处理的一些基本算法。-Microwave Remote Sensing Remote Sensing Information Engineering internship program source code, read through the GDAL commonly used remote sensing images, img, tiff can achieve some
BMPViewer222
- 24位BMP图象的读入与显示 BMP图象的读取 使用C语言对BMP图象进行读取和显示 将BMP图象内容写入到AVI文件中去 简单的可操作8位和24位bmp位图的图像类 图象处理程序, 能把16位或24位等图象转化为8位 bmp图象处理类,实现了bmp图象的读写操作-24 BMP images read into and display
CImageProcess
- 数字图像处理小程序,opencv写的,可实现各种格式图像的读入和线性变换-Digital image processing procedures opencv written can be read in the image of a variety of formats and linear transformation
fangwen
- 该源码实现对位图数据的访问,main()函数中,将读入的图像数据左下角1/4部分置成黑色并存盘,其他对位图的简单处理也可参考该源码,如实现反色,则改变所附的值即可。-Realize the source of the of bitmap data access, main () function in the lower left corner of the image data read 1/4 part set to black and archiving, and the other on
read-write
- 对PPM或PGM的包头进行识别,进而实现图形的读取。并可将PPG转存成PGM-The first step towards image and video processing is reading images from file and write them to file. There exist different standards that store the information in different formats before opening an image, kno
DLGPro_Matlab
- 《数字图像处理》课程Matlab项目框架 已测试,可适用于Matlab8.0及以后版本 Project 1. 实践主要内容: 1) 实现直方图均衡化. (3分) 读入一幅图像, 进行直方图统计, 求图像的均值和二阶矩. 2) 实现直方图规定化. 读入两幅图像, 分别进行直方图统计, 以其中一个为规定化直方图实现另一图像的直 方图规定化.-" Digital Image Processing" course the Matla
MatlabTest
- 交通视频车辆检测,实现步骤为: 1.读取视频文件 2.利用图像提取相关算法检测单帧图像中的车辆 3.车辆检测算法应用于视频图像中 4.将结果可视化-Traffic video vehicle detection, the steps of: 1. Read the video file 2. Image extracting the vehicle in a single image of the correlation algorithm detecting vehicle d
Digital-Image-Processing
- 数字图像处理算法,可实现一幅图片的读入及经过变换后的输出-Digital image processing algorithms to achieve a picture read and output after the transformed
SARViewer
- 通过GDAL读取常用遥感影像,如img,tiff,可实现读取显示和雷达影像处理的一些基本算法-Read through GDAL common remote sensing images, such as img, tiff, read the display and radar can achieve some of the basic image processing algorithms
pca
- 本文实现了众所周知的PCA算法。它返回一个减少号尺寸/特征数据集。折减系数,即多少特征最终/减少集应该包含可由用户选择。 它包含一个面说明数据集(脸。垫)(请参阅自述文件)如何使用。-this implements the well known PCA algorithm. It returns a Dataset with reduced no. of dimensions/features. The reduction factor i.e how many features the f
O_LoadDicomSeries
- 用Matlab实现的读取三维图像序列的code,可实现通过DICOM信息,按序读取图像序列中的每一层-Using Matlab read three-dimensional image sequence code, can be achieved by DICOM information sequentially read image in the sequence of each layer
imlook3dv12
- 用Matlab实现的3D图像三维重建与显示,可读取3D图像序列并进行三维显示-3D image reconstruction using Matlab achieve and display can be read 3D image sequence and three-dimensional display
readBMP
- 用C语言实现位图格式的图像读取功能,可直接使用。(read BMP by C ,can be used directly.)