برنامه OpenCV؛ پروژههای بینایی رایانهای با پایتون
با OpenCV، کاربردهای جذاب بینایی رایانهای را درک و به واقعیت تبدیل کنید.
این مسیر یادگیری، برای کسانی است که یک دانش عملی از پایتون دارند و میخواهند OpenCV را امتحان کنند.
کتاب برنامه OpenCV، شما را از یک مبتدی به یک متخصص در حوزه کاربردهای بینایی رایانهای با استفاده از OpenCV تبدیل میکند.
کاربرد OpenCV، بسیار عظیم است. این برنامه یک کتابخانه بهروز در حوزه بینایی رایانهای است که تنوع عظیمی از عملیات پردازش تصویر و ویدئو را شامل میشود و کتاب حاضر بهترین منبع برای آشنایی کامل شما با آن میباشد و شما را قادر میسازد تا الگوریتمهای بینایی رایانهای را در زمان واقعی، اجرا کنید. این کتاب در نظر دارد تا موضوعات زیر را آموزش دهد:
در ابتدا، یاد خواهید گرفت که چگونه با OpenCV و اپلیکیشنهای OpenCV3 پایتون، کار خود را آغاز کنید و یک اپلیکیشن بینایی رایانهای را توسعه دهید که بخشهای بدن را دنبال میکند. سپس اپلیکیشنهای بینایی رایانهای چشمگیری در سطح متوسط خواهید ساخت، مانند ساخت شیای که از یک تصویر، ناپدید میشود، شناسایی اشکال مختلف، بازسازی یک نقشه سهبعدی از تصاویر و ساخت یک اپلیکیشن واقعیت افزوده. درنهایت، به سمت پروژههای پیشرفتهتر حرکت خواهید کرد مانند تشخیص حرکت دست، ردیابی اشیاء برجسته بصری، همچنین شناسایی علائم ترافیکی و احساسات چهرهها، بهترتیب با استفاده از ماشینهای بردار پشتیبانی و پرسپترونهای چندلایه.
این مسیر یادگیری، برای کسانی است که یک دانش عملی از پایتون دارند و میخواهند OpenCV را امتحان کنند.
کتاب برنامه OpenCV، شما را از یک مبتدی به یک متخصص در حوزه کاربردهای بینایی رایانهای با استفاده از OpenCV تبدیل میکند.
کاربرد OpenCV، بسیار عظیم است. این برنامه یک کتابخانه بهروز در حوزه بینایی رایانهای است که تنوع عظیمی از عملیات پردازش تصویر و ویدئو را شامل میشود و کتاب حاضر بهترین منبع برای آشنایی کامل شما با آن میباشد و شما را قادر میسازد تا الگوریتمهای بینایی رایانهای را در زمان واقعی، اجرا کنید. این کتاب در نظر دارد تا موضوعات زیر را آموزش دهد:
در ابتدا، یاد خواهید گرفت که چگونه با OpenCV و اپلیکیشنهای OpenCV3 پایتون، کار خود را آغاز کنید و یک اپلیکیشن بینایی رایانهای را توسعه دهید که بخشهای بدن را دنبال میکند. سپس اپلیکیشنهای بینایی رایانهای چشمگیری در سطح متوسط خواهید ساخت، مانند ساخت شیای که از یک تصویر، ناپدید میشود، شناسایی اشکال مختلف، بازسازی یک نقشه سهبعدی از تصاویر و ساخت یک اپلیکیشن واقعیت افزوده. درنهایت، به سمت پروژههای پیشرفتهتر حرکت خواهید کرد مانند تشخیص حرکت دست، ردیابی اشیاء برجسته بصری، همچنین شناسایی علائم ترافیکی و احساسات چهرهها، بهترتیب با استفاده از ماشینهای بردار پشتیبانی و پرسپترونهای چندلایه.
سال انتشار: 2016 | 570 صفحه | حجم فایل: 14 مگابایت | زبان: انگلیسی
OpenCV: Computer Vision Projects with Python
نویسنده
Joseph Howse
ناشر
Packt Publishing
ISBN10:
1787125491
ISBN13:
9781787125490
قیمت: 16000 تومان
برچسبها: OpenCV بینایی کامپیوتر پایتون
Get savvy with OpenCV and actualize cool computer vision applicationsAbout This Book
Use OpenCV's Python bindings to capture video, manipulate images, and track objects
Learn about the different functions of OpenCV and their actual implementations.
Develop a series of intermediate to advanced projects using OpenCV and PythonWho This Book Is For
This learning path is for someone who has a working knowledge of Python and wants to try out OpenCV. This Learning Path will take you from a beginner to an expert in computer vision applications using OpenCV. OpenCV's application are humongous and this Learning Path is the best resource to get yourself acquainted thoroughly with OpenCV.What You Will Learn
Install OpenCV and related software such as Python, NumPy, SciPy, OpenNI, and SensorKinect - all on Windows, Mac or Ubuntu
Apply "curves" and other color transformations to simulate the look of old photos, movies, or video games
Apply geometric transformations to images, perform image filtering, and convert an image into a cartoon-like image
Recognize hand gestures in real time and perform hand-shape analysis based on the output of a Microsoft Kinect sensor
Reconstruct a 3D real-world scene from 2D camera motion and common camera reprojection techniques
Detect and recognize street signs using a cascade classifier and support vector machines (SVMs)
Identify emotional expressions in human faces using convolutional neural networks (CNNs) and SVMs
Strengthen your OpenCV2 skills and learn how to use new OpenCV3 featuresIn Detail
OpenCV is a state-of-art computer vision library that allows a great variety of image and video processing operations. OpenCV for Python enables us to run computer vision algorithms in real time. This learning path proposes to teach the following topics. First, we will learn how to get started with OpenCV and OpenCV3's Python API, and develop a computer vision application that tracks body parts. Then, we will build amazing intermediate-level computer vision applications such as making an object disappear from an image, identifying different shapes, reconstructing a 3D map from images , and building an augmented reality application, Finally, we'll move to more advanced projects such as hand gesture recognition, tracking visually salient objects, as well as recognizing traffic signs and emotions on faces using support vector machines and multi-layer perceptrons respectively.
This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products:
OpenCV Computer Vision with Python by Joseph Howse
OpenCV with Python By Example by Prateek Joshi
OpenCV with Python Blueprints by Michael BeyelerStyle and approach
This course aims to create a smooth learning path that will teach you how to get started with will learn how to get started with OpenCV and OpenCV 3's Python API, and develop superb computer vision applications. Through this comprehensive course, you'll learn to create computer vision applications from scratch to finish and more!.