搜索资源列表
EdgeCounterSobel
- 基于ti dsp图象处理专用芯片dm642上的sobel边缘检测算法,通过仿真器调试成功,保证能用-ti dsp-based image processing ASIC dm642 the pixel edge detection algorithm simulation to debug the success of guarantee can use
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
6416
- DSP6416图像处理用多种算法对图像边缘进行检测,能在DSPMCS6416处理平实时检测边缘。-between DSP6416 image processing algorithm using a variety of image edge detection, in DSPMCS6416-handling real-time edge detection.
SEED401_SobelEdge_all
- 编译环境: TI CCS2.20.18 芯片:TI64X系列都可 功能:实现采集图像的边沿检测-build environment : TI chip CCS2.20.18 : TI64X Series can function : Image Acquisition achieve Edge Detection
codeupload
- 上传源码文件为配合SeedVPM642板视频开发,从合众达公司购买的最新的源码库 除源码外,均配有使用说明,我已经搜索过,贵站应该没有相同的代码 在源码最后,上载了H.264标准白皮书 编译环境为CCS index 1.边缘检测程序(new) 2.运动检测程序 3.PC_VPM642 双向通信例程(TCPIP) 4.SEEDVPM642_loop(同步) 5.SEEDVPM642_loop3G2_图象拼接 希望站长能够开通我的会员帐号,谢谢
SEED401_SobelEdge_part
- CCS环境下图像的边缘检测 Sobel边缘检测算子-CCS environment Image Edge Detection Sobel Edge Detection Operator
Edge_detection
- This a source code for edge detection of a 2D image in CCS-This is a source code for edge detection of a 2D image in CCS
Lab0802-EdgeCount
- DSP下有关图像处理的图像边缘检测的C源程序-DSP image processing under the edge detection of the C source code
Roberts
- 本程序时DSP上实现的图像Roberts边缘检测,首先将dat文件导入TI开发的CCS上进行处理,其中在CCS上的编程用的是C语言编写。其中dat文件先通过matlab将图片转化得到的,并在matlab中做Roberts边缘处理以便于DSP处理结果对照。-This program is implemented on a DSP image edge detection Roberts, first dat file into the development of CCS on the TI de
SobelEdge
- 通过对该工程的代码学习,理解和掌握图像的边缘检测的原理和方法。-Understand and grasp the image edge detection principle and method.
src
- 基于DM642的图像边缘检测程序,应用于CCS软件-Image edge detection based on DM642 program, the software used in CCS
IMG_processing_SOBEL
- video processing in DM6437: sobel edge detection using IMGLIB Texas Instruments library. Spits the ouput video singal: in left side there is video analog input from camera, and the right side this video with edge detection. Also is used OSD for blend
SobelEdge_all
- 图像边缘检测(Sobel边缘算子),基于TMS320DM643平台,采用RF5框架,3个任务模块-The image edge detection (Sobel edge operator), based on TMS320DM643 platform, the RF5 framework, three task modules
DM642_LapLacianEdge
- TI DSP DM642下对图像做拉普拉斯边缘检测的使用实例,有很强的参考价值 -TI s DSP the DM642 image example of the use of the Laplace edge detection, there is a strong reference value
DM642_SobelEdge
- TI DSP DM642下对图像做Sobel边缘检测的使用实例,有很强的参考价值 -TI s DSP the DM642 image example of the use of the Sobel edge detection, there is a strong reference value
DSP-C6000-DM642DEMO
- 用DSP实现图像预处理的基本功能,比如灰度变换,边缘检测等。-DSP for image pre-processing of basic functions, such as gray-scale transformation, edge detection.
Vc_Text
- 图像矢量化程序开发 边缘检测 二值化 边缘追踪 边缘拟合 矢量化-Image vectorization program development edge detection binary edge tracking edge fitting vectorization
digital-image-processing
- 5509A开发板图像处理例程,包括边缘检测、直方图均衡化、锐化、反转.-5509A development board image processing routines, including edge detection, histogram equalization, sharpening, reversed.
Edge-Detection-and-Segmentation
- edge detection and segmentation is done for an image.Detect whether pedestrian is there in the image set
Image
- 索贝尔算子(Sobel operator)是图像处理中的算子之一,主要用作边缘检测。在技术上,它是一离散性差分算子,用来运算图像亮度函数的梯度之近似值。在图像的任何一点使用此算子,将会产生对应的梯度矢量或是其法矢量 Sobel算子有两个,一个是检测水平边沿的;另一个是检测垂直平边沿的。Sobel算子另一种形式是各向同性Sobel (Isotropic Sobel)算子,也有两个,一个是检测水平边沿的,另一个是检测垂直边沿的各向同性Sobel算子和普通Sobel算子相比,它的位置加权系数更为准