• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

PacktPublishing/Hands-On-Computer-Vision-with-Julia: Hands-On Computer Vision wi ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

PacktPublishing/Hands-On-Computer-Vision-with-Julia

开源软件地址:

https://github.com/PacktPublishing/Hands-On-Computer-Vision-with-Julia

开源编程语言:

Julia 100.0%

开源软件介绍:

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.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap