Book description
Explore the various packages in Julia that support image processing and build neural networks for video processing and object tracking.
About This Book- Build a full-fledged image processing application using JuliaImages
- Perform basic to advanced image and video stream processing with Julia's APIs
- Understand and optimize various features of OpenCV with easy examples
Hands-On Computer Vision with Julia is for Julia developers who are interested in learning how to perform image processing and want to explore the field of computer vision. Basic knowledge of Julia will help you understand the concepts more effectively.
What You Will Learn- Analyze image metadata and identify critical data using JuliaImages
- Apply filters and improve image quality and color schemes
- Extract 2D features for image comparison using JuliaFeatures
- Cluster and classify images with KNN/SVM machine learning algorithms
- Recognize text in an image using the Tesseract library
- Use OpenCV to recognize specific objects or faces in images and videos
- Build neural network and classify images with MXNet
Hands-On Computer Vision with Julia is a thorough guide for developers who want to get started with building computer vision applications using Julia. Julia is well suited to image processing because it's easy to use and lets you write easy-to-compile and efficient machine code.
This book begins by introducing you to Julia's image processing libraries such as Images.jl and ImageCore.jl. You'll get to grips with analyzing and transforming images using JuliaImages; some of the techniques discussed include enhancing and adjusting images. As you make your way through the chapters, you'll learn how to classify images, cluster them, and apply neural networks to solve computer vision problems. In the concluding chapters, you will explore OpenCV applications to perform real-time computer vision analysis, for example, face detection and object tracking. You will also understand Julia's interaction with Tesseract to perform optical character recognition and build an application that brings together all the techniques we introduced previously to consolidate the concepts learned.
By end of the book, you will have understood how to utilize various Julia packages and a few open source libraries such as Tesseract and OpenCV to solve computer vision problems with ease.
Style and approachReaders will be taken through various packages that support image processing in Julia, and will also tap into open-source libraries such as Open CV and Tesseract to find the optimum solution to problems encountered in computer vision.
Table of contents
- Title Page
- Copyright and Credits
- Packt Upsell
- Contributors
- Preface
- Getting Started with JuliaImages
- Image Enhancement
- Image Adjustment
- Image Segmentation
- Image Representation
- Introduction to Neural Networks
-
Using Pre-Trained Neural Networks
- Technical requirements
- Introduction to pre-trained networks
- Predicting image classes using Inception V3
- Predicting an image class using MobileNet V2
- Extracting features generated by Inception V3
- Extracting features generated by MobileNet V2
- Transfer learning with Inception V3 
- Summary
- Questions
- Further reading
- OpenCV
- Assessments
- Other Books You May Enjoy
Product information
- Title: Hands-On Computer Vision with Julia
- Author(s):
- Release date: June 2018
- Publisher(s): Packt Publishing
- ISBN: 9781788998796
You might also like
book
Learning Julia
Learn Julia language for data science and data analytics About This Book Set up Julia's environment …
book
Hands-On Computer Vision with TensorFlow 2
A practical guide to building high performance systems for object detection, segmentation, video processing, smartphone applications, …
book
Julia: High Performance Programming
Leverage the power of Julia to design and develop high performing programs About This Book Get …
book
Hands-On GPU-Accelerated Computer Vision with OpenCV and CUDA
Discover how CUDA computing platform allows OpenCV to handle rapidly growing computer and machine vision complex …