搜索资源列表
usb程序相关的库和头文件打包
- xp下usb 相关的程序开发所需要的库和头文件 一般提供的程序实例都没带这些编译往往少文件,这个里我从xp ddk 2600 提取出来的,方便大家使用,取下ddk太麻烦了而去也很大 usb用得上的就这些了。
OpenCV角点检测代码
- OpenCV角点检测代码,利用intel图形处理库opencv对彩色图像中物体的角和边进行检测,可以用在车辆的检测中-OpenCV corner detection code, the use of graphics processing for Intel OpenCV right color images of objects in the angle and edge detection, can be used in the detection vehicle
QuickCD_v1_00_VC6
- VC实现的碰撞检测库,速度很快,可以给出碰撞反应-VC for the collision detection, very fast, it is reaction collision
I_COLLIDE.1.3.tar.gZ
- 实现的碰撞检测库,可以实现快速的碰撞检测,碰撞反应信息能够给出。-achieve the collision detection, you can achieve rapid collision detection, collision reaction to the information presented.
Opcode
- 用visual C++实现的一个碰撞检测库,采用AABB包围盒实现-using visual C + + realization of a collision detection basement, surrounded by boxes used to achieve AABB
OpcodeDemo
- 使用opcode库的一个碰撞检测实例,和其它碰撞检测库如rapid 等一些的对比实例-use of the opcode of a collision detection example, and other collision detection for rapid as some other examples of the contrast
CDTestFramework
- 这是利用碰撞检测库做的一个碰撞检测环境,有可以选择多种算法进行实验。
Opcode
- 这是一个AABB碰撞检测库,实现了多种模型之间的碰撞检测
基于Win下的VS内存检测工具
- 这是一款在Windows下的内存检测工具,能具体定位到哪一行代码有泄漏。用法很简单,将库Lib路径设置好,并在你要检测的工程里include 就可以了。工程执行完后退出便可看到内存是否泄漏。
镜头检测使用OPENCV
- 能进行镜头边界的检测,使用OPENCV库。
rapid2.01
- 碰撞检测库
人体姿态跟踪图像库
- 内含924张不同姿态不同光照不同背景下的各色人种的图像,可以用于姿态跟踪或者人脸检测
DetectionLibrary
- Chesnokov Yuriy写的人脸检测库,内容涵盖肤色检测、运动估计、SVM分类、PCA/LDA/ICA特征提取以及神经网络分类器等。-The article demonstrates face detection SSE optimized C++ library for color and gray scale data with skin detection, motion estimation for faster processing, small sized SVM and NN
MIT人脸库
- 用于人脸识别,较好的检测库,在面部表情的识别以及面部的光亮都有变化(For face recognition, better detection library, facial expression recognition and facial brightness change)
GPIO输入—按键检测
- stm32 库开发,工程模板GPIO输入—按键检测(STM32 library development, engineering templates, GPIO input - key detection)
FaceMorph
- 使用C++实现将一个人的脸变成另一个人的脸,要求输入1.jpg,2.jpg输出一系列合成图像并生成一个avi,使用人脸关键点检测库dlib和opencv(Use C++ to morph a person's face into another person's face, requiring input 1.jpg, 2.jpg output a series of synthetic images and generate a avi, using face key points detec
脏污检测
- 基于视觉库halcon,对图像进行脏污检测处理。(Detection and disposal of image dirt.)
OPENCV_行人流量检测
- 使用C++ OpenCV库进行行人检测,并且计数人流量个数(Use C++ OpenCV library for pedestrian detection and count the number of human traffic)
基于深度学习的二进制代码漏洞检测系统
- 二进制代码漏洞检测是一个重要的研究问题。针对当前基于静态分析的二进制代码漏洞检测系统普遍存在误报率高,检测粒度粗,且依赖专家经验等问题,提出了用库/API函数调用程序切片细粒度表示二进制程序,并引入深度学习技术,自动检测二进制程序中库/API函数调用相关漏洞,设计并实现了一个基于深度学习的二进制代码漏洞检测系统——BVDetector。该系统通过对二进制程序进行控制流和数据流分析,从程序中提取库/API函数调用的程序切片,并为程序切片添加有无漏洞的标签;然后将程序切片转换成符合漏洞检测深度学习模