Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Computer Vision with Julia

You're reading from   Hands-On Computer Vision with Julia Build complex applications with advanced Julia packages for image processing, neural networks, and Artificial Intelligence

Arrow left icon
Product type Paperback
Published in Jun 2018
Publisher Packt
ISBN-13 9781788998796
Length 202 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Dmitrijs Cudihins Dmitrijs Cudihins
Author Profile Icon Dmitrijs Cudihins
Dmitrijs Cudihins
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Getting Started with JuliaImages FREE CHAPTER 2. Image Enhancement 3. Image Adjustment 4. Image Segmentation 5. Image Representation 6. Introduction to Neural Networks 7. Using Pre-Trained Neural Networks 8. OpenCV 9. Assessments
10. Other Books You May Enjoy

Assessments

Chapter 1

  1. Which package(s) are required to load an image from a disk?

    In order to load an image you are required to have Images.jl package.
  2. Which package is required to download a file from the internet?

    No packages are required. download function is part of Julia Base package.
  3. Which types of files/file extensions are returned by the readdir function?

    readdir returns all files in a folder.
  4. Which function is used to save an image to disk? What are the prerequisites for saving a file to disk?

    save function is used to save file to disk. It accepts 2 parameters - destination path with file name in one of the image formats, such as png or jpg and image in Julia Images file. Destination path (folder) should exist on disk.
  5. What is the most noticeable difference when saving images in JPG or PNG formats?

    There are few noticeable difference - first PNG can keep the transparency...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at R$50/month. Cancel anytime