ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Mastering OpenCV 4 with Python : A Practical Guide Covering Topics from Image Processing, Augmented Reality to Deep Learning with OpenCV 4 and Python 3. 7.

دانلود کتاب تسلط بر OpenCV 4 با پایتون: راهنمای عملی که موضوعاتی از پردازش تصویر، واقعیت افزوده تا یادگیری عمیق با OpenCV 4 و Python 3 را پوشش می دهد.

Mastering OpenCV 4 with Python : A Practical Guide Covering Topics from Image Processing, Augmented Reality to Deep Learning with OpenCV 4 and Python 3. 7.

مشخصات کتاب

Mastering OpenCV 4 with Python : A Practical Guide Covering Topics from Image Processing, Augmented Reality to Deep Learning with OpenCV 4 and Python 3. 7.

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781789349757, 1789349753 
ناشر: Packt Publishing Ltd 
سال نشر: 2019 
تعداد صفحات: 0 
زبان: English 
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 51 مگابایت 

قیمت کتاب (تومان) : 42,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 12


در صورت تبدیل فایل کتاب Mastering OpenCV 4 with Python : A Practical Guide Covering Topics from Image Processing, Augmented Reality to Deep Learning with OpenCV 4 and Python 3. 7. به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب تسلط بر OpenCV 4 با پایتون: راهنمای عملی که موضوعاتی از پردازش تصویر، واقعیت افزوده تا یادگیری عمیق با OpenCV 4 و Python 3 را پوشش می دهد. نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب تسلط بر OpenCV 4 با پایتون: راهنمای عملی که موضوعاتی از پردازش تصویر، واقعیت افزوده تا یادگیری عمیق با OpenCV 4 و Python 3 را پوشش می دهد.

تسلط بر OpenCV 4 با پایتون راهنمای جامعی است که به شما کمک می کند تا با الگوریتم های بینایی کامپیوتری مختلف که در زمان واقعی اجرا می شوند آشنا شوید. این کتاب به شما کمک می‌کند تا پروژه‌های کاملی در زمینه پردازش تصویر، تشخیص حرکت و تقسیم‌بندی تصویر بسازید تا بتوانید تکنیک‌های بینایی کامپیوتری پیشرفته را به دست آورید.


توضیحاتی درمورد کتاب به خارجی

Mastering OpenCV 4 with Python is a comprehensive guide to help you to get acquainted with various computer vision algorithms running in real-time. This book will help you to build complete projects on image processing, motion detection, and image segmentation where you can gain advanced computer vision techniques.



فهرست مطالب

Cover
Title Page
Copyright and Credits
About Packt
Contributors
Table of Contents
Preface
Section 1: Introduction to OpenCV 4 and Python
Chapter 1: Setting Up OpenCV
Technical requirements
Code testing specifications
Hardware specifications
Understanding Python
Introducing OpenCV
Contextualizing the reader
A theoretical introduction to the OpenCV library
OpenCV modules
OpenCV users
OpenCV applications
Why citing OpenCV in your research work
Installing OpenCV, Python, and other packages
Installing Python, OpenCV, and other packages globally
Installing Python Installing Python on LinuxInstalling Python on Windows
Installing OpenCV
Installing OpenCV on Linux
Installing OpenCV on Windows
Testing the installation
Installing Python, OpenCV, and other packages with virtualenv
Python IDEs to create virtual environments with virtualenv
Anaconda/Miniconda distributions and conda package-and environment-management system
Packages for scientific computing, data science, machine learning, deep learning, and computer vision
Jupyter Notebook
Trying Jupiter Notebook online
Installing the Jupyter Notebook
Installing Jupyter using Anaconda Installing Jupyter with pipThe OpenCV and Python project structure
Our first Python and OpenCV project
Summary
Questions
Further reading
Chapter 2: Image Basics in OpenCV
Technical requirements
A theoretical introduction to image basics
Main problems in image processing
Image-processing steps
Images formulation
Concepts of pixels, colors, channels, images, and color spaces
File extensions
The coordinate system in OpenCV
Accessing and manipulating pixels in OpenCV
Accessing and manipulating pixels in OpenCV with BGR images Accessing and manipulating pixels in OpenCV with grayscale imagesBGR order in OpenCV
Summary
Questions
Further reading
Chapter 3: Handling Files and Images
Technical requirements
An introduction to handling files and images
sys.argv
Argparse - command-line option and argument parsing
Reading and writing images
Reading images in OpenCV
Reading and writing images in OpenCV
Reading camera frames and video files
Reading camera frames
Accessing some properties of the capture object
Saving camera frames
Reading a video file
Reading from an IP camera
Writing a video file Calculating frames per secondConsiderations for writing a video file
Playing with video capture properties
Getting all the properties from the video capture object
Using the properties - playing a video backwards
Summary
Questions
Further reading
Chapter 4: Constructing Basic Shapes in OpenCV
Technical requirements
A theoretical introduction to drawing in OpenCV
Drawing shapes
Basic shapes --
lines, rectangles, and circles
Drawing lines
Drawing rectangles
Drawing circles
Understanding advanced shapes
Drawing a clip line
Drawing arrows
Drawing ellipses
Drawing polygons




نظرات کاربران