搜索资源列表
kalmanfiler
- 卡尔曼滤波C程序 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filtering C program Kalman filter is
CSharpNetworkProgrammingBasic
- 《C#网络应用编程基础》 一个幻灯片讲义 第1章 概述 第2章 C#数据类型 第3章 面向对象的编程基础 第4章 面向对象的高级编程 第5章 Windows窗体界面设计 第6章 目录与文件管理 第7章 正则表达式与Internet操作 第8章 ADO.NET与SQLServer 第9章 二维图形图像处理 第10章 基于组件的开发技术 第11章 网站建设与网页制作 第12章 ASP.NET Web服务器控件 第13章 ASP.NET W
c++
- 数字图像处理,此种专业必修课啊,很好的书啊,不可多得。
xapp529_6_1
- 一些有用的IP核,本人也是刚涉及FPGA到开发,特别希望前辈们能够共享一些关于图像处理方面的IP核-Some useful IP core, and I was just involved in FPGA to development, particularly the older generation to share some information about aspects of image processing IP core
SEED601_Complexiondetect
- 在视频显示任务的循环中,程序首先将视频数据从输入缓冲区读入自己开设的临时图像 处理缓冲区,再在临时图像处理缓冲区上进行处理,处理后的数据再输出到输出缓冲区。 本程序还对肤色范围进行了判断计算,并将肤色区域用方框标出。 具体详见:dm642main.c 程序清单。 -Mission in the video display of the cycle, the program will be the first video data read from the input buff
TMS320C64xImage_VideoProcessingLibrary(IMGLIB)Exam
- 基于TI公司DSP64x的图像处理程序库-TI 64x-based image processing library
qiuchuandibibao
- 数字图像处理课上讲到图像和视觉基础时涉及到了离散数学中的一个概念: 传递闭包。刚好我的C语言刚看到数组,就编来看看吧。-Digital Image Processing class visual sense to the base image and involves a discrete mathematics concepts: the transitive closure. Just me just to see the array of C language, on the alloca
Lab0801-Histogram
- DSP下有关图像处理中的直方图统计C源程序-DSP image processing under the histogram in C source code
Lab0802-EdgeCount
- DSP下有关图像处理的图像边缘检测的C源程序-DSP image processing under the edge detection of the C source code
Lab0803-Sharp
- DSP中的图像处理技术中的图像锐化的C源程序-DSP in image processing technology of image sharpening of C source code
Lab0804-Reverse
- DSP中进行图像处理方法之图像反转C源程序-DSP, image processing method of image inversion C source code
JEPGdec
- 基于DSP++平台的图像处理源代码及资料,用c编写,希望对大家有帮助。-Platform based on DSP++ source code and data image processing, using c write, we want to help.
Median
- 中值滤波,纯C语言实现,DSP优化,工业智能相机图像处理开发-Median filter, pure C language, DSP optimization, industrial smart camera image processing development
ourdev_511981
- 介绍一种嵌入式数字图象处理平台的实现方案, 通过 A R M和C P L D 技术,构造一个具有 通用性、可扩充性、灵活的数字图像处理平台作为嵌入式机器人控制系统的一个子系统-Introduction of an embedded platform for the realization of digital image processing program, through the ARM and CPLD technology, to construct a versatile, sca
drawmode
- 自己写的关于dsp平台图像处理方面的程序,希望有用,-this is the C++ about DSP
TMS320C6416V1.1
- 数字信号处理器(DSP)作为一种可编程专用芯片,是数字信号处理理论实用化过程的重要技术工具,在语音处理、图像处理等技术领域得到了广泛的应用。但对于算法设计人员来讲,利用汇编语言或C 语言进行DSP 功能开发,具有周期长、效率低的缺点,不利于算法验证和产品的快速开发.C6000是高性能数字信号处理器。-Digital signal processor ( DSP ) as a programmable chip, digital signal processing theory practical
c
- TI特别为C6000系列 编写的图像处理相关函数-these image processing functions are TI specifically write for the C6000 series DSP
video_Algorithm
- 图像处理如:灰度化,二值化,中值滤波,边缘检测,直方图,哈夫变换等(for dsp video algorithm)
C语言图像处理
- 用C语言编写图像处理经典算法,可用VC运行,本科资料
C语言实现连通域算法
- C语言实现连通域算法,运行速度快,适合灰度图像以及彩色图像处理。