搜索资源列表
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
VideoMotionDetect
- 运动图象检测,运用IDMA规范综合JPEG编码和解码库,了解使用XDIAS接口实现与算术库的协调工作。-Moving Image Detection and use IDMA norms integrated JPEG encoding and decoding library understanding of the use of XDIAS interface with math libraries coordination.
c_fusejiance
- 此程序使用的集成环境为TI公司的CCS。程序的平台是使用合众达的VPMDM642 c_fusejiance是用DSP进行肤色检测。人体的皮肤颜色是人体的一个重要特征,肤色检测被广泛的应用于人脸跟踪、人脸检测、手语识别、敏感图像过滤等领域中. -use of this procedure for the integrated environment TI's CCS. Procedures for the use of the platform is up to the UCO i
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
c_beijingchafen
- 此程序使用的集成环境为TI公司的CCS,硬件平台为合众达的vpmdm642 程序实现的功能为图像的背景差分,这主要是应用于运动检测中-use of this procedure for the integrated environment TI's CCS, hardware platform for the UCO vpmdm642 procedures to achieve the function of the background image difference, This
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
SEED401_SobelEdge_all_2
- DM642视频图像开发处理系统中边界检测的程序,程序正确,能在板子上跑-DM642 video image development processing system of boundary detection programs, procedures correctly, can run in the board
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
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算子相比,它的位置加权系数更为准