首頁 > 計(jì)算機(jī)網(wǎng)絡(luò) >
編程語言與程序設(shè)計(jì)
> OpenCV 3.0 Computer Vision with Java最新章節(jié)目錄
舉報(bào)

會(huì)員
OpenCV 3.0 Computer Vision with Java
最新章節(jié):
Index
IfyouareaJavadeveloper,student,researcher,orhobbyistwantingtocreatecomputervisionapplicationsinJavathenthisbookisforyou.IfyouareanexperiencedC/C++developerwhoisusedtoworkingwithOpenCV,youwillalsofindthisbookveryusefulformigratingyourapplicationstoJava.AllyouneedisbasicknowledgeofJava,withnopriorunderstandingofcomputervisionrequired,asthisbookwillgiveyouclearexplanationsandexamplesofthebasics.
目錄(64章)
倒序
- 封面
- 版權(quán)信息
- Credits
- About the Author
- Acknowledgment
- www.PacktPub.com
- Preface
- Chapter 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
- Summary
- Chapter 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
- Chapter 3. Image Filters and Morphological Operators
- Smoothing
- Morphological operators
- Flood filling
- Image pyramids
- Thresholding
- Summary
- Chapter 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
- Chapter 5. Object Detection Using Ada Boost and Haar Cascades
- The boosting theory
- Cascade classifier detection and training
- Detection
- Training
- References
- Summary
- Chapter 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
- Summary
- Chapter 7. OpenCV on the Server Side
- Setting up an OpenCV web application
- Mixed reality web applications
- Image processing
- Summary
- Index 更新時(shí)間:2021-07-16 13:17:43
推薦閱讀
- TypeScript Essentials
- Java范例大全
- Python 3.7網(wǎng)絡(luò)爬蟲快速入門
- Learning Chef
- PHP程序設(shè)計(jì)(慕課版)
- 營銷數(shù)據(jù)科學(xué):用R和Python進(jìn)行預(yù)測分析的建模技術(shù)
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- C語言程序設(shè)計(jì)同步訓(xùn)練與上機(jī)指導(dǎo)(第三版)
- Hands-On Nuxt.js Web Development
- 從零開始學(xué)Python網(wǎng)絡(luò)爬蟲
- Java并發(fā)實(shí)現(xiàn)原理:JDK源碼剖析
- SQL Server 2014 Development Essentials
- 詩意的邊緣
- Mastering Magento Theme Design
- 計(jì)算機(jī)教學(xué)研究與實(shí)踐:2017學(xué)術(shù)年會(huì)論文集
- Data Visualization:Representing Information on Modern Web
- HTML 5與CSS 3權(quán)威指南(第3版·下冊)
- Python架構(gòu)模式:精通基于Python的API設(shè)計(jì)、事件驅(qū)動(dòng)架構(gòu)和包管理
- LabVIEW虛擬儀器項(xiàng)目開發(fā)與實(shí)踐
- WooCommerce Cookbook
- 點(diǎn)云庫PCL從入門到精通
- LLVM Essentials
- jQuery EasyUI開發(fā)指南
- Kafka進(jìn)階
- 吃透Ansible:核心源碼剖析與項(xiàng)目實(shí)戰(zhàn)
- Kali Linux 2:Assuring Security by Penetration Testing(Third Edition)
- Expert Delphi
- Learning Angular
- C#深入詳解
- Xamarin 4 By Example