搜索资源列表
-
1下载:
这里提供的是一个视频编解码与传输的Demo程序,分为两部分,分别是Server和Client端,演示了视频编码、传输、解码以及视频显示等功能。
该程序采用了VFW(Video For Windows)体系结构进行编程,编译工具为VC++6.0或以上,视频编码采用了VFW体系下的DivX,当然你也可以根据需要改为Xvid或是其它,由于这份Demo以前写得较匆忙,没有留下任何文档,主要是因为程序非常的简单,但是对于没有VC++基础或是对VFW不太熟悉的朋友可要仔细看了,有问题就到中华视
-
-
0下载:
通过摄像头监视路由器指示灯的状况:将摄像头捕捉的路由器图像信息实时传输到客户端,识别指示灯位置,并即时判断指示灯状态。其中使用了directshow对摄像头进行捕捉,图像处理部分采用了intel的opencv库,网络模块采用winsock编程实现,具有相当高的参考价值-through camera surveillance router indicator of situation : The first camera will capture images of the router real
-
-
0下载:
神经网络编程, 用c语言写的, 还有注释,Neural network programming, using c language, as well as the Notes
-
-
0下载:
继续神经网络编程,bp算法,delphi 2005下编译通过-Continue to neural network programming, bp algorithm, delphi 2005 under the compiler through
-
-
0下载:
本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。涉及的技术有:小波分析,尺度缩减模型(PCA,LDA,ICA),人工神经网络(ANN),支持向量机(SVM),SSE编程,图像处理,直方图均衡,图像滤波,C++编程,还有一下其它的人脸检测的背景知识-The purpose of this paper is to provide an I developed SSE optimized, C++ library, used for face d
-
-
0下载:
该软件可以对测井曲线进行直方图、小波变换,曲线拉伸、均值绿波、中值滤波、Kalman滤波以及插值等等操作,程序里还包含了神经网络的内容,非常丰富,是您学习VC++编程和数据处理的好资料!绝对超值!-I read the time to write a master s degree, it can log on for histogram, wavelet transform, Tensile curves, the Green Wave mean, median filtering, Kalm
-
-
0下载:
文章介绍如何使用CUDA实现神经网络,并把他应用在GPU图像处理单元上。
-An Artificial Neural Network is an information processing method that was inspired by the way biological nervous systems function, such as the brain, to process information. It is composed of a large number of
-
-
0下载:
这是关于神经网络算法实现程序。是用C语言编程的。虽然不是什么好程序。但对于初学者来说应该会有所帮助。-This is the process of neural network algorithm. Is written in C language programming. Although not a good program. But for beginners should be helpful.
-
-
0下载:
BP神经网络在图像处理中的应用,及介绍处理的方法和编程的步骤。-The BP neural network application in image processing, and introduces the method and the programming of processing steps.
-
-
0下载:
BP神经网络的设计实例(MATLAB编程),两种不同的训练算法-BP neural network design examples (MATLAB Programming), two different training algorithms
-
-
0下载:
本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。涉及的技术有:小波分析,尺度缩减模型(PCA,LDA,ICA),人工神经网络(ANN),支持向量机(SVM),SSE编程,图像处理,直方图均衡,图像滤波,C++编程,还有一下其它的人脸检测的背景知识。-Face expression identification code, part of the realization of the algorithm and write the purpo
-
-
0下载:
自己编程实现的K_means、BP神经网络对Irisic数据分类、4点交比、单个神经细胞的线性分类’以及LOG与Lap的效果比较。并附有代码所使用的irisic的数据-Own programming of K_means, BP neural network Irisic data classification, 4:00 cross-ratio, a single linear classification of nerve cells' and the comparison of t
-
-
0下载:
易语言多页面浏览器源码,易语言编写的网络相关编程,很好的参考。-Easy language multi page browser source code, network programming easy language, a good reference.
-
-
0下载:
易语言万能搜索小助手v1.1源码,易语言编写的网络相关编程,很好的参考。-Easy language universal search little helper v1.1 network programming source code, easy language, a good reference.
-
-
0下载:
控制h.264网络高清摄像机的DEMO程序及源码、工程SDK编程手册等-Control h.264 network HD cameras DEMO program and source code, project SDK programming manuals
-
-
0下载:
TQ2440平台,基于LINUX 嵌入式系统的UDP通信源代码,是网络编程入门的好资料-TQ2440 platform for embedded systems based on LINUX UDP communication source code, network programming a good data entry
-
-
1下载:
基于BP神经网络的车牌识别,采用MATLAB编程-License plate recognition based on BP neural network using MATLAB programming
-
-
0下载:
Visual C++/MATLAB图像处理与识别实用案例精选,第1-6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别。第7-10章是图像处理与识别的工程实例。第11、12章介绍了Visual C++实现的基于神经网络的文字识别系统和车牌定位系统2个综合性较强的实例。-C++/MATLAB Visual image processing and recognition of practical case selection, c
-
-
0下载:
C#是微软公司发布的一种面向对象的、运行于.NET Framework之上的高级程序设计语言。并定于在微软职业开发者论坛(PDC)上登台亮相。C#是微软公司研究员Anders Hejlsberg的最新成果。C#看起来与Java有着惊人的相似;它包括了诸如单一继承、接口、与Java几乎同样的语法和编译成中间代码再运行的过程。但是C#与Java有着明显的不同,它借鉴了Delphi的一个特点,与COM(组件对象模型)是直接集成的,而且它是微软公司 .NET windows网络框架的主角。-C# is
-