搜索结果
找到约 450 项符合
opencv 的查询结果
按分类筛选
- 全部分类
- 技术资料 (195)
- 其他 (28)
- VC书籍 (20)
- 人工智能/神经网络 (19)
- 图形图像 (18)
- 其他书籍 (16)
- 软件设计/软件工程 (15)
- 文章/文档 (13)
- 文件格式 (11)
- 数值算法/人工智能 (8)
- 系统设计方案 (8)
- 图形图像 (7)
- 电子书籍 (7)
- 书籍 (6)
- 技术书籍 (6)
- 网络 (6)
- Delphi/CppBuilder (6)
- 学术论文 (5)
- 技术教程 (4)
- Java编程 (4)
- 数学计算 (4)
- 源码 (3)
- 嵌入式/单片机编程 (3)
- 数据结构 (3)
- 无线通信 (2)
- 教材/考试/认证 (2)
- 软件工程 (2)
- 实用工具 (2)
- Linux/Unix编程 (2)
- 中间件编程 (2)
- VIP专区 (2)
- 软件 (1)
- PCB相关 (1)
- C/C++语言编程 (1)
- 设计相关 (1)
- DSP编程 (1)
- 加密解密 (1)
- 书籍源码 (1)
- 其他文档 (1)
- 资料/手册 (1)
- 测试测量 (1)
- 计算机相关 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 可编程逻辑 (1)
- 压缩解压 (1)
- *行业应用 (1)
- 汇编语言 (1)
- 通讯编程文档 (1)
- 其他行业 (1)
- 生物技术 (1)
- 精品软件 (1)
技术资料 在Android系统下的人脸检测
本文提出一种基于开源计算机视觉库 OpenCV(Open Source Computer Vision)实现 Android 系统下人脸检测的方
法。简单介绍了开发环境搭建以及利用 Android 程序框架实现此应用程序的过程,同时详细阐述了利用 JNI(Java Native Interface)
调用 OpenCV 相关函数的具体步骤,以及采用 Android NDK(Native Development Kit ...
Linux/Unix编程 This distribution contains source code for a simple object tracking program using particle filterin
This distribution contains source code for a simple object tracking
program using particle filtering. You need to have the OpenCV Library
and the GNU Scientific Library (GSL) installed to compile and use the
programs. See the below two links:
人工智能/神经网络 人脸检测的C/C++源代码
人脸检测的C/C++源代码,曾发表于 OPENCV 的 MAILING LIST,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。这个程序所使用的 Paul Viola 提出(该论文“Rapid Object Detection using a Boosted Cascade of Simple Features”发表在 CVPR 01)的 Ada Boosted Cascade 算法可以说是目 ...
Java编程 A java based programming environment - processing - free from processing.org. here it uses a free l
A java based programming environment - processing - free from processing.org.
here it uses a free library - OpenCV - to detect blobs in a live video capture - some parts like - hands or head or the entire human are evidenced through some visual effects.
其他书籍 matlabBank-Based Kalman Filtering Technique for] - A Filter-Bank-Based Kalman Filtering Technique fo
matlabBank-Based Kalman Filtering Technique for] - A Filter-Bank-Based Kalman Filtering Technique for Wavelet Estimation and Decomposition of Random Signals.pdf
[DIP_dg.rar] - JPEG图像压缩像素之扫描方法之一(zigzag scan)这是用的循环法
[imagethreshold.zip] - 老外编写的阈值分割代码,非常的好,强烈推 ...
技术资料 机器视觉的开源软件库
·详细说明:一个基于openCV的图像处理程序,包含有边缘检测,图像匹配,形态学变换,金字塔采样,视频采集,相机标定等各种函数。
系统设计方案 这是从中国优秀硕博论文库下载的
这是从中国优秀硕博论文库下载的,是关于OpenCV(Intel CPU优化的图像、计算机视觉的库)论文!感觉不错,跟大家分享一下!
Java编程 A java application - processing which can be downloaded free from processing.org Here it uses a fre
A java application - processing which can be downloaded free from processing.org
Here it uses a free library - OpenCV - made by intel. .. to convert all the pixels in an image - in fact in a movie - a capture from the webcam. If the color of a pixel is "higher" comparing to a threshold it turns blac ...