搜索资源列表
MyCxImage_Frame
- 一个图像处理的框架,可以读取bmp图像,图像数据存放在一数组中,后续的操作可以在这个基础上进行-an image processing framework that can be read bmp image, image data stored in an array. the follow-up operation at this on the basis of
characteristicdistill
- 矩特征提取算法代码。分别提取两类不同的特征,用二维数组矩阵提取矩特征再进行二值化处理图像。-moments feature extraction algorithm code. Extract two different characteristics, and using two-dimensional matrix array Moment Feature Extraction further two binary image processing.
IDL-Array-operation
- 由于自带了很多的函数,IDL 在数组或矩阵的创建、运算操作中有着一系列 的技巧。要写出一个高效的IDL 程序,必须知道怎么用数组来进行数据处理, 对数组的创建和运算等进行了总结-Comes with a lot of functions because, IDL array or matrix in the creation, operation operation has a series of skills. IDL to write an efficient program, yo
video_process_base_on_DSPandFPGA
- 基于高速数字信号处理器(DSP) 和大规模现场可编程门阵列( FPGA) ,成功地研制了小型 化、低功耗的实时视频采集、处理和显示平台. 其中的DSP 负责图像处理,其外围的全部数字逻辑功能都集成在一片FPGA 内,包括高速视频流FIFO、同步时序产生与控制、接口逻辑转换和对视频编/ 解码器进行设置的I2 C 控制核等. 通过增大FIFO 位宽、提高传输带宽,降低了占用EMIF 总线的时间 利用数字延迟锁相环逻辑,提高了显示接口时序控制精度. 系统软件由驱动层、管理层和应用层组成,使得硬件管
NoiseReductionUsingaMedianFilter
- 本实验要求编写一个中值滤波的程序,并对产生的椒盐噪声的图像进行中值滤波处理。中值滤波是基于统计学的一种非线性滤波方法。我们还需要知道一个按大小排列的数组中间位置上的数据称为是中值。通过修改在实验project03-04的程序实现3*3中值滤波。-Prepared in this experiment, a median filtering process, and salt and pepper noise generated by the image processing median fil
BitmapTransform
- bitmap图片处理工具,可将bitmap图标处理为数组,供系统显示使用-bitmap image processing tools can be treated as an array of bitmap icon for the system shows the use of
MinMaxFilterFolder
- Min/Max filter,最大最小滤波器,说明看英文,只是国外的人写的代码, -Descr iption The filter computes the minima and/or maxima of an array over sliding window with a given size. Multidimensional array is fully supported: running filter in 1D, 2D filter for image process
CCD
- 线阵CCD检测技术中二值化方法的研究,将图像处理成为而为数组存储数据-Linear CCD detection method in binarization research into image processing and data storage for the array
ConvolutionCUDA
- Convolution filtering is a technique that can be used for a wide array of image processing tasks, some of which may include smoothing and edge detection. In this document we show how a separable convolution filter can be implemented in NVIDIA CUD
FPGAtuxingchuli
- 为了实现图像的实时处理,常采用现场可编程门阵列FPGA对采集到的图像数据进行预处理。以对 Micron MT9V112传感器的Bayer图像数据处理为例-In order to achieve real-time image processing, often using field programmable gate array FPGA the collected image data pre-processing. To Bayer for Micron MT9V112 image
ArrayMinMax
- 用来计算二维数组中的最大最小值,可以在图像处理中用这个程序来实现种子点的选取-Used to calculate the maximum and minimum in two-dimensional array, using this procedure to select the seed point in image processing
BMPOfData
- 在进行图像处理时,操作图像中的像素值就要得到图像阵列;经过处理后的图像的像素值需要存储起来;显示图像时要正确实现调色板、得到位图的尺寸信息等。结合这些问题,下面我们针对性的给出了操作灰度BMP图像时的部分函数实现代码及注释。-During image processing, the operation of the image pixel values will be the image array processed image pixel values R
iMAGE_Processing
- 图像处理,自动爆光,自动白平衡,CMOS pixel Array,时序处理 DAVINCI-Image processing, auto-exposing, auto white balance, CMOS pixel Array, timing of treatment DAVINCI
Sensor-Array-Signal-Processing
- Sensor Array Signal Processing Sensor Array Signal Processing
cmake-2.8.4
- 用于数字图象处理,可以结合opencv进行相关的数组图像编程-For digital image processing, can be associated with an array of images opencv program
hdrmerge
- HDR图片合成技术,是日本索尼公司图片处理算法。原理是放置两张曝光图片:一张暗和一张亮。经过合成处理生成一张更加接近现实美观的图片。此技术常用于改造照相机 opencv下编译通过,调用方法如下 /*iplImages图片数组,这里有两张:一张曝光亮的,一张曝光暗的*/ HDRMerger hdrMerge = hmCreateMerger(iplImages,length) /*对齐(解决抖动图片合成错位),第2个参数是宽度,第3个参数是高度*/ hmAlign(hdr
IMSHOW_NUMERIC
- IMSHOW_NUMERIC is a MATLAB program which displays a numeric array as a grayscale image.MATLAB s Image Processing Toolbox works with images stored as 2D or 3D arrays of a special type, typically "uint8", that is, an unsigned 8 bit integer whose values
FormatConvertor
- 图像处理类。用于将数字图像转化为矩阵形式。以一维和二维数组的形式进行储存。-Image processing class. For digital images into a matrix form. The form of a one-dimensional and two-dimensional array to store.
image
- 图像处理中对坐标处理的相关源码 32bit转8bit AVI 去除数组中NAN 二值化图像 去除数组中重复值(提取单点) 遍历数组查找存在点坐标-Image processing source 32bit coordinate treatment turn 8bit AVI to remove array NAN binarization image to remove duplicate values in the array (extracted single p
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
