Coder Social home page Coder Social logo

olummy / hands-on-computer-vision-with-julia Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/hands-on-computer-vision-with-julia

0.0 0.0 0.0 1.39 MB

Hands-On Computer Vision with Julia, published by Packt

License: MIT License

Julia 100.00%

hands-on-computer-vision-with-julia's Introduction

Hands-On Computer Vision with Julia

Hands-On Computer Vision with Julia

This is the code repository for Hands-On Computer Vision with Julia, published by Packt.

Build complex applications with advanced Julia packages for image processing, neural networks, and Artificial Intelligence

What is this book about?

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 covers the following exciting features:

  • 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

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

using Images
sample_image_path = "sample-images/cats-3061372_640.jpg";
sample_image = nothing
if isfile(sample_image_path)
 sample_image = load(sample_image_path);
else
 info("ERROR: Image not found!")
end

Following is what you need for this book: 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.

With the following software and hardware list you can run all code files present in the book (Chapter 1-9).

Software and Hardware List

Chapter Software required OS required
1 - 9 Julia 0.6.3 Windows 7+, macOS 10.8+, Linux 2.6.18+, Ubuntu Linux 16.04
7 MXNet 1.2.0 Windows 7+, macOS 10.8+, Linux 2.6.18+, Ubuntu Linux 16.04
9 Open CV 3.2.0 macOS 10.8+, Linux 2.6.18++ GUI, Ubuntu Linux 16.04+(desktop version)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Dmitrijs Cudihins is a skilled data scientist, machine learning engineer, and software developer with more than eight years' commercial experience. His started off as a web developer, but later switched to data science and computer vision. He has been a senior data scientist for the last three years, providing consultancy services for a state-owned enterprise. There, he uses Julia to automate communication with citizens, applying different CV techniques and scanned image processing.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781788998796

hands-on-computer-vision-with-julia's People

Contributors

abhishek1373 avatar dmitrijsc avatar heliosdrm avatar lazylance3 avatar packt-itservice avatar packtutkarshr avatar subhankarghosh avatar supriyathabe avatar tjburch avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.