搜索资源列表
DM642tuxiangfenge
- 给出了基于DsP的图像分割算法的实现方法,以高性能数字媒体处理器DM642为核心搭建系统平台。先用MATLAB语言实现图像分割算法,再通过特定的命令加参数,以及转换 程序,将该程序转化为CCs所支持的程序,经调试、编译、链接通过后,将程序下载到DsP中,完成算法在DSP中的快速实现。实验结果表明,在DSP平台中实现图像分割算法,大大提高了运算速度,对于提高图像处理的实时性和促进图像处理系统的产品化,都具有重大意义。-DsP image is presented based on divisi
Ostu
- otsu图像处理源码,用于图像分割 otsu图像处理源码,用于图像分割-otsu image processing source code, for image segmentation
pic_magnify
- 在CCS平台上优化过的基于C64x+的图像放大程序,用双线性插值法。-In the CCS platform optimized based on C64x+ The image to enlarge procedures, using bilinear interpolation.
otsu
- 最大类间方差法,给出了详细的介绍,希望能对大家学习图像处理有帮助-Otsu law, gives a detailed introduction to all of us hope to be helpful to learn image processing
imageviewer
- imageviwersrc.zip: === === === This file contains a full source project. To run the image viewer from source: ==================================== 1] unzip the source file into any directory 2] import "Existing Project into Workspace"
VideoReverse
- 这个是图像处理的程序,主要是实现对图像的取反操作的,在CCS环境下使用-This is the image processing procedures, mainly for the images taken to achieve the anti-operation in the CCS environment
vga_loop
- CCS环境下调试成功的,适用于达芬奇DVS6446 ARM端的视频采集回放程序,实现了图像的灰度化,阈值处理和直方图均衡化-Debugging environment, the success of CCS applied to Leonardo da Vinci DVS6446 ARM side of the video capture playback program to realize the gray of the image, the threshold processing and
Sobel
- 用sobel的算子进行图像边缘检测的代码,开发环境是dm642的ccs。-Sobel operator with the edge detection for image code, development environment is dm642 of ccs.
dm642mainJUNZHI
- 在ccs编程环境中,用c语言实现对图像均值滤波的处理。-In ccs programming environment, using c language mean filtering the image processing.
dm642mainGAOSI
- 在ccs编程环境中。用c语言实现对图像的高斯滤波的主程序。-Programming environment in ccs. C language with the image of the Gaussian filtering of the main program.
dm642mainfanzhuan
- 在ccs编程环境中。用c语言实现对图像的翻转的主程序。-Programming environment in ccs. With the c language on the image reversal of the main program.
dm642mainlashen
- 在ccs编程环境中。用c语言实现对图像的拉伸的主程序。-Programming environment in ccs. C language using the image of the stretched main program.
DSP-ImageProcess
- 本代码包括两个工程,其中CIamgeRGB是VC++ 6.0编译的,主要实现的功能是将RGB图像转为YUV格式的dat文件,以便在CCS中读取;ImageTest是CCS工程,它读取上述转换的YUV格式的图像数据,方便开发人员在脱离硬件仿真环境的情况下开发适合DSP平台的图像处理算法-The code includes two projects, which CIamgeRGB is VC++ 6.0 compiler, the main function is to achieve the R
ccs_simple_image_processing
- 这是一些很有参考价值的CCS下编写的简单图像处理的源码实例,对于初学者很有帮助。-This is the reference value of the CCS some very simple image processing to prepare the source code examples, very helpful for beginners.
dspappliation
- 把含有数字的图像,如车牌,身份证等读取到DSP的SDRAM中,利用图像处理算法把数字从图像中定位出来 首先把图像二值化,二值化算法选择固定阈值、直方图或最大类间方差法,比较各个二值化算法的效果;对二值化的图像做边缘提取,选择Sobel或者Laplace边缘提取算法并比较效果;经过二值化和边缘提取后的图像,利用投影法定位数字在图像中的位置,并给出数字在图像中的外接矩形;利用CCS把处理结果显示出来。-To contain digital images, such as license plates
3.6.3-Threshold
- 基于CCS开发环境对视频图像的阈值处理,代码的要求是CCS要3.3以上版本-CCS-based development environment on the threshold of the video image processing, code requirements are CCS to 3.3 or later
dat_to_bmp
- 将CCS保存的.dat文件(16位的图像数据),转化为.BMP格式的图片 -CCS saved. Dat files (16-bit image data), converted to BMP format images
jiami
- ccs 读取图像及进行图像加密,是个不错的程序,供初学者使用-ccs image encode
digital-image-processing
- 基于Tms3205509a的关于数字图像处理的ccs程序-digital image processing based on dsp 5509a
用ccs进行图像平滑处理
- 图像噪声会使原图像形成虚假的边缘或轮廓。减弱、抑制这类噪声改善图像质量的方法称为图像平滑。采用邻域平均法对含有随机噪声的图像进行平滑处理,在CCS中观察结果并进行分析。(Image noise causes false edges or contours of the original image. Image smoothing is a way to reduce and suppress such noise and improve image quality. Neighborhood