万本电子书0元读

万本电子书0元读

顶部广告

OpenCV 3.0 Computer Vision with Java电子书

售       价:¥

33人正在读 | 0人评论 6.2

作       者:Daniel Lélis Baggio

出  版  社:Packt Publishing

出版时间:2015-07-30

字       数:42.1万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
If you are a Java developer, student, researcher, or hobbyist wanting to create computer vision applications in Java then this book is for you. If you are an experienced C/C++ developer who is used to working with OpenCV, you will also find this book very useful for migrating your applications to Java. All you need is basic knowledge of Java, with no prior understanding of computer vision required, as this book will give you clear explanations and examples of the basics.
目录展开

OpenCV 3.0 Computer Vision with Java

Table of Contents

OpenCV 3.0 Computer Vision with Java

Credits

About the Author

Acknowledgment

About the Reviewers

www.PacktPub.com

Support files, eBooks, discount offers, and more

Why subscribe?

Free access for Packt account holders

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Downloading the color images of this book

Errata

Piracy

Questions

1. Setting Up OpenCV for Java

Getting OpenCV for Java development

Building OpenCV from the source code

The Java OpenCV project in Eclipse

The NetBeans configuration

A Java OpenCV simple application

Building your project with Ant

The Java OpenCV Maven configuration

Creating a Windows Java OpenCV Maven project pointing to the Packt repository

Creating a Java OpenCV Maven project pointing to a local repository

Summary

2. Handling Matrices, Files, Cameras, and GUIs

Basic matrix manipulation

Pixel manipulation

Loading and displaying images from files

Displaying an image with Swing

Capturing a video from a camera

Video playback

Swing GUI's integration with OpenCV

Summary

3. Image Filters and Morphological Operators

Smoothing

Averaging

Gaussian

Median filtering

Bilateral filtering

Morphological operators

Flood filling

Image pyramids

Thresholding

Summary

4. Image Transforms

The Gradient and Sobel derivatives

The Laplace and Canny transforms

The line and circle Hough transforms

Geometric transforms – stretch, shrink, warp, and rotate

Discrete Fourier Transform and Discrete Cosine Transform

Integral images

Distance transforms

Histogram equalization

References

Summary

5. Object Detection Using Ada Boost and Haar Cascades

The boosting theory

AdaBoost

Cascade classifier detection and training

Detection

Training

References

Summary

6. Detecting Foreground and Background Regions and Depth with a Kinect Device

Background subtraction

Frame differencing

Averaging a background method

The mixture of Gaussians method

Contour finding

Kinect depth maps

The Kinect setup

The driver setup

The OpenCV Kinect support

The Kinect depth application

Summary

7. OpenCV on the Server Side

Setting up an OpenCV web application

Creating a Maven-based web application

Adding OpenCV dependencies

Running the web application

Importing the project to Eclipse

Mixed reality web applications

Image upload

Image processing

The response image

Summary

Index

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部