自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

YiYueHuan的专栏

为人当似竹

  • 博客(1)
  • 资源 (25)
  • 收藏
  • 关注

原创 Databases

CVonline: Image Databases Yet Another Computer Vision Index To Datasets (YACVID)

2016-09-26 16:00:55 801

opencv.rar

如果有使用 **opencv_contrib** 可能会出现某些文件下载不成功的问题,目前发现的有以下格式的文件: - boostdesc_* - vgg_generated_* - face_landmark_model.dat

2020-11-30

Effective Modern C++

Learn how to program expertly with C++ with this practical book from Scott Meyers, one of the world's foremost authorities on this systems programming language. Scott Meyers takes some of the most difficult pieces of C++ code and unfurls them so that you can see how to manipulate your own project code. This is the first book to contain content written with the C++14 standard., Tackle 42 separate C++ problems and solutions, Learn critical techniques for success on topics from smart pointers to lambda expressions, Understand key concepts by taking the C++ 98 standard to C++ 11 and then to C++ 14

2017-01-21

OpenCV Computer Vision Application Programming Cookbook Second Edition

OpenCV2计算机视觉编程手册《OpenCV 2 Computer Vision Application Programming Cookbook》的第二版

2016-01-30

Computer Organization and Design - The Hardware Software Interface

Computer Organization and Design - The Hardware Software Interface(计算机组成与设计:硬件:软件接口) 压缩包中包含该书的第3、4、5版(英文原版)

2015-09-09

Intel 64 and IA-32 Architectures Software Developer's Manual

This document contains the following: Volume 1: Describes the architecture and programming environment of processors supporting IA-32 and Intel 64 architectures. Volume 2: Includes the full instruction set reference, A-Z, in one volume. Describes the format of the instruction and provides reference pages for instructions. Volume 3: Includes the full system programming guide, Parts 1, 2, and 3, in one volume. Describes the operating-system support environment of Intel 64 and IA-32 architectures, including: memory management, protection, task management, interrupt and exception handling, multi-processor support, thermal and power management features, debugging, performance monitoring, system management mode, virtual machine extensions (VMX) instructions, and Intel® Virtualization Technology (Intel® VT).

2015-08-31

OpenCL Programming by Example_code

This book follows an example-driven, simplified, and practical approach to using OpenCL for general purpose GPU programming. If you are a beginner in parallel programming and would like to quickly accelerate your algorithms using OpenCL, this book is perfect for you! You will find the diverse topics and case studies in this book interesting and informative. You will only require a good knowledge of C programming for this book, and an understanding of parallel implementations will be useful, but not necessary.

2015-07-02

OpenCL Programming by Example

This book follows an example-driven, simplified, and practical approach to using OpenCL for general purpose GPU programming. If you are a beginner in parallel programming and would like to quickly accelerate your algorithms using OpenCL, this book is perfect for you! You will find the diverse topics and case studies in this book interesting and informative. You will only require a good knowledge of C programming for this book, and an understanding of parallel implementations will be useful, but not necessary.

2015-07-02

scikit-learn Cookbook

Machine Learning in Python Simple and efficient tools for data mining and data analysis

2015-05-29

Stereo Vision:Algorithms and Applications.pdf

Stereo Vision:Algorithms and Applications

2015-03-25

Hough Forest 霍夫森林目标检测算法代码 win系统

Hough Forest目标检测由Juergen Gall在2009的CVPR上提出。作者给出的源码是基于linux系统的,在这里做了相应的修改使其能够在win系统上能够正常工作,只上传了修改后的代码及测试数据,需要自己另外配置opencv。我的环境是64位Win7+vs2010+opencv2.4.9。

2015-03-13

Hough Forest 霍夫森林 目标检测算法代码 win系统

Hough Forest目标检测一种比较时兴的目标检测算法,Juergen Gall在2009的CVPR上提出。作者给出的源码是基于linux系统的,在这里做了相应的修改使其能够在win上能够正常工作,只上传了修改后的代码及测试数据,需要自己另外配置opencv。 PS:我的环境是 Win7 64位 vs2010 opencv2.4.9">Hough Forest目标检测一种比较时兴的目标检测算法,Juergen Gall在2009的CVPR上提出。作者给出的源码是基于linux系统的,在这里做了相应的修改使其能够在win上能够正常工作,只上传了修改后的代码及测试数据,需要自己另外配置openc [更多]

2015-03-13

Feature Extraction and Image Processing 2nd

Feature Extraction and Image Processing 2nd

2014-11-17

遗传算法原理及应用

遗传算法原理及应用,书很薄,是个小册子,但是内容描述很清晰,同时不缺深度,非常容易上手。最有价值的是最后的C语言的遗传算法源代码,结构清晰,并且可以正确运行,非常适合初学者。

2014-08-21

A Practical Introduction to Computer Vision with OpenCV

A Practical Introduction to Computer Vision with OpenCV

2014-07-29

《小波十讲》 中文版和英文版

中文版和英文版 1.小波十讲 2.Ten Lectures of Wavelets

2013-12-09

小波分析经典书籍

小波分析导论 小波分析导论An.Introduction.to.Wavelets 小波十讲 小波十讲Ten Lectures of Wavelets 高维小波分析 An Introduction to Frames and Riesz Bases

2013-12-09

opencv相关的书籍

Learning OpenCV computer vision with the OpenCV library.pdf Mastering OpenCV with Practical Computer Visi.pdf OpenCV 2 Computer Vision Application Programming Cookbook.pdf (--OpenCV 2 计算机视觉编程手册) Opencv-reference-manual-2.3.1.pdf OpenCV 2 计算机视觉编程手册(随书源码及图片) OpenCV教程-基础篇.pdf

2013-10-19

OpenCV 2 计算机视觉编程手册(英文版)

OpenCV 2 计算机视觉编程手册(英文版),由于书是13年才出版的,暂时只有英文版的。

2013-10-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除