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 ...

Get Hands-On Computer Vision with Julia now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.