搜索资源列表
VideoEdgeCounterSobel
- 视频图象边缘检测,基于DM642芯片。算法为SOBEL算子希望对学习DSP的朋友有所帮助-video edge detection, based on the DM642 chip. Algorithm SOBEL Operators hope to learn DSP help of a friend
SobelEdge
- 此程序使用的集成环境为TI公司的CCS,硬件平台使用的是合众达的VPMDM642 此程序实现的功能是图像的边缘检测 利用的算子为sobel-use of this procedure for the integrated environment TI's CCS, the hardware platform is the use of up to the UCO VPMDM642 this program is the function of the image edge det
Lab15-VideoEdgeCounterSobel
- 基于DM642的视频图象处理-边缘检测(Sobel 算子)源码1(VDParamForPAL.c)
Sobel.rar
- 适用于ti公司dm642芯片的sobel算子例程很好的资料,Ti apply DM642 chip companies sobel operator routines very good information
SEED401_SobelEdge_part
- CCS环境下图像的边缘检测 Sobel边缘检测算子-CCS environment Image Edge Detection Sobel Edge Detection Operator
IP401_SobelEdge
- DM642的边缘检测算法,基于sobel算子!-DM642' s edge detection algorithm, based on the sobel operator!
xinjiajiasobel
- 成功的SOBEL算子边缘化程序。在C2000\C6000下编译无误-Successful SOBEL operator marginalization process. In the C2000 \ C6000 compile correctly
sobel
- 使用ADSP-21535实现图像边缘检测 算法的Sobel算子的汇编代码-Using the ADSP-21535 to achieve the Sobel edge detection algorithm is operator of the assembly code
SEED401_SobelEdge_part
- 基于DSPDM642边缘检测的代码,算法为Sobel算子,包含DSP运行所需的所有工程文件-DSPDM642 edge detection based on the code, the algorithm for the Sobel operator, contains the DSP to run all the project files needed
LAB4
- 用dsp对图像进行处理,用sobel算子处理图像,主要用c语言进行编写,给出了编写的步骤,很详细供约读者参-Using DSP of image processing, image processing with sobel operator, basically use c language to write, gives the steps, very detailed written for readers and about
SobelEdge_all
- 图像边缘检测(Sobel边缘算子),基于TMS320DM643平台,采用RF5框架,3个任务模块-The image edge detection (Sobel edge operator), based on TMS320DM643 platform, the RF5 framework, three task modules
Sobel
- Sobel算子边缘检测,在CCS中队图像进行边缘检测,适于6713-Sobel operator edge detection
SobelEdge_all
- 基于dsp c64的边缘检测算法的实现 Sobel边缘算子 两个卷积形成sobel算子,图像中每个点都用这两个核做卷积,一个核对同常的垂直边缘相应最大,而另一个对水平边缘相应最大。-Dsp c64 edge detection algorithm to achieve Sobel edge operator the two convolutional formation sobel operator, for each point in the image with the convolutio
Lab524-VideoEdgeCounterSobel
- DM642边缘检测,用于检测边缘,采用全新的SOBEl算子进行快速的图像检测,效果好,速度快-DM642 EdgeCounterSobel
vmd642_video_out0_SobelEdge
- CCS图像处理算法例程 视频图像经sobel算子处理 显示 可自行修改算法 达到其他效果 针对芯片DM642-CCS routines video image processing algorithms by sobel operator can modify the display processing algorithms to achieve other effects for chip DM642
vmd642_video_out0_SobelEdge
- 基于dm642的一种改进的Sobel算子边缘检测源码-Based on dm642 is an improved Sobel edge detection operator source code
Sobel
- 利用Sobel算子进行边缘检测,文件包括实验指导书,实验程序以及相关文献-Use Sobel operator edge detection, documentation including test instructions, test procedures and related documents
Image
- 索贝尔算子(Sobel operator)是图像处理中的算子之一,主要用作边缘检测。在技术上,它是一离散性差分算子,用来运算图像亮度函数的梯度之近似值。在图像的任何一点使用此算子,将会产生对应的梯度矢量或是其法矢量 Sobel算子有两个,一个是检测水平边沿的;另一个是检测垂直平边沿的。Sobel算子另一种形式是各向同性Sobel (Isotropic Sobel)算子,也有两个,一个是检测水平边沿的,另一个是检测垂直边沿的各向同性Sobel算子和普通Sobel算子相比,它的位置加权系数更为准