搜索资源列表
NxOgre_BloodyMess1.5.5
- NxOgre BloodyMess 1.5.5最后版本,NxOgre的指南没有说清楚,仅有BloodyMess是无法编译通过的,首先需要2.8.4的Physx,以及1.7.0以上的Ogre,还有编译BloodyMess所需的RC包。这里一并附上!另外说一下,NxOgre的官网已经被和谐了...www.nxogre.org,而最新的NxOgre可以在这里获得https://github.com/betajaen/nxogre。以及与Ogre结合所需的https://github.com/betaj
proton_sdk_source-master
- Proton 3d engine impelement irrlicht 1.9.0 with OGLES1.0, OGLES2.0 and OpenGL You can build on Win32, MacOS, Android, Ios. https://github.com/fatalfeel/proton_sdk_source -Proton 3d engine impelement irrlicht 1.9.0 with OGLES1.0, OGLES2.0 and Op
RoundedImageView-master
- 可将平常的图片显示乘圆角矩形,或者圆形。github开源代码-You can take the usual picture shows a rounded rectangle, or circle. github source code
d3-master
- 数据可视化工具,可以将数据展现为HTML、SVG和CSS wiki地址https://github.com/mbostock/d3/wiki-D3.js is a Javascr ipt library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS. D3’s emphasis on web standards gives you the f
Gesture_Recognition-master
- github上opencv做的基于MFC的石头剪刀布-download github
CNN
- 卷积神经网络代码,Java版。改自Deep Learning Toolbox的matlab代码。-CNN code with Java. From github deep learning toolbox
BruTile-master
- BruTile完全最新源码欢迎大家下载学习,谢谢。-This project has move to github: https://github.com/BruTile/BruTile All code here has been removed to avoid confusion. This repository still holds the history but the history was also imported into github. So this r
kinect2_tracker--mcgi5sr2-y15m5git
- kinect2_tracker github.com/mcgi5sr2 use-libfreenect2-y15m5git-kinect2_tracker using depth data Kinect. use libfreenect2 github.com/mcgi5sr2/-y15m5git
caffe_src_LandMark(5pt)_vs2013
- 是github上的开源的人脸关键点定位,5点。用vs2013编译,我把整个依赖打包,因此你可以直接编译-The key point is the human face of the open source positioned on github, 5:00. With vs2013 compiler, I rely on the whole package, so you can compile
SunFounder_Drawing_Script-master
- 简易绘图脚本,使用python2.7开发,使用pygame库作为图像显示工具,可用于多种带显示器的设备如PC,树莓派,Mac等。Github地址:https://github.com/sunfounder/SunFounder_Drawing_scr ipt-Simple drawing scr ipt, use python2.7 development, using pygame library as an image display tools that can be used with
SelectiveSearchCodeIJCV
- selectiveSearch code (github)(selectiveSearch code github)
opencv-samples-master
- Opencv examples master from github
FaceDetect-master
- 面部检测,基于图像的人脸识别,opencv2 cv3(If you want to understand how the code works, the details are here: https://realpython.com/blog/python/face-recognition-with-python/ Update: Now supports OpenCV3. This change has been made by furetosan ( https://git
gnebehay-OpenTLD-v1.4.0-23-g160a7e2
- 运动跟踪算法,TLD,跟踪-学习-检测算法(This will be a C++ implementations of the OpenTLD (aka Predator) This is a work in progress, as of right now the code is functional but pretty slow. Installation Notes git clone git@github.com:alantrrs/OpenTLD.git cd OpenTLD
FCIS-master
- 语义分割FCIS算法实现,可以在我的github上找到这个详细用法(Fully Convolutional Instance-aware Semantic Segmentation)
tesseract-ocr-setup-4.00.00dev
- This package contains an OCR engine - libtesseract and a command line program - tesseract. The lead developer is Ray Smith. The maintainer is Zdenko Podobny. For a list of contributors see AUTHORS and GitHub's log of contributors. Tesseract has
ParticleFilter-master
- 用于追踪的粒子滤波程序,来自GITHUB(The particle filter program for tracking .comes from GITHUB)
Auto_GUI
- PyAutoGUI 自动化 : 一个纯Python的GUI自动化工具,其目的是可以用程序自动控制鼠标和键盘操作,多平台支持(Windows,OS X,Linux)。可以用pip安装,Github上有源代码。(PyAutoGUI automation: A pure Python GUI automation tool, which aims to automatically control mouse and keyboard operations with programs, mult
UPGDSED-master
- windows uac bypass exploit source codes from github
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会