ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب OpenCV 2 Computer Vision Application Programming Cookbook: Over 50 recipes to master this library of programming functions for real-time computer vision

دانلود کتاب کتاب آشپزی برنامه نویسی نرم افزار OpenCV 2 Computer Vision: بیش از 50 دستور العمل برای تسلط بر این کتابخانه از توابع برنامه نویسی برای دید رایانه در زمان واقعی

OpenCV 2 Computer Vision Application Programming Cookbook: Over 50 recipes to master this library of programming functions for real-time computer vision

مشخصات کتاب

OpenCV 2 Computer Vision Application Programming Cookbook: Over 50 recipes to master this library of programming functions for real-time computer vision

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781849513241 
ناشر: Packt Publishing 
سال نشر: 2011 
تعداد صفحات: 304 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 7 مگابایت 

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



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

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


در صورت تبدیل فایل کتاب OpenCV 2 Computer Vision Application Programming Cookbook: Over 50 recipes to master this library of programming functions for real-time computer vision به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب کتاب آشپزی برنامه نویسی نرم افزار OpenCV 2 Computer Vision: بیش از 50 دستور العمل برای تسلط بر این کتابخانه از توابع برنامه نویسی برای دید رایانه در زمان واقعی نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب کتاب آشپزی برنامه نویسی نرم افزار OpenCV 2 Computer Vision: بیش از 50 دستور العمل برای تسلط بر این کتابخانه از توابع برنامه نویسی برای دید رایانه در زمان واقعی

کتاب آشپزی OpenCV 2 Computer Vision Application Programming Cookbook شما را با الگوریتم های بینایی کامپیوتری متعدد موجود در کتابخانه OpenCV آشنا می کند. شما یاد خواهید گرفت که چگونه تصاویر را بخوانید، بنویسید، ایجاد کنید و دستکاری کنید. شما تکنیک های مختلفی را که معمولا در تجزیه و تحلیل تصویر استفاده می شود و اینکه چگونه می توان آنها را به طور موثر در C++ پیاده سازی کرد، بررسی خواهید کرد. این کتاب معرفی کاملی از کتابخانه OpenCV ارائه می دهد و نحوه ساخت اولین برنامه بینایی کامپیوتری خود را توضیح می دهد. با انواع الگوریتم های بینایی کامپیوتری به شما ارائه می شود و در معرض مفاهیم مهم در تجزیه و تحلیل تصویر قرار می گیرید که به شما امکان می دهد برنامه های بینایی کامپیوتری خود را بسازید.


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

OpenCV 2 Computer Vision Application Programming Cookbook will introduce you to numerous computer vision algorithms included in the OpenCV library. You will learn how to read, write, create and manipulate images. You will explore different techniques commonly used in image analysis and how they can be effectively implemented in C++. The book provides a complete introduction to the OpenCV library and explains how to build your first computer vision program. You will be presented with a variety of computer vision algorithms and be exposed to important concepts in image analysis that will enable you to build your own computer vision applications.



فهرست مطالب

Cover\r......Page 1
Copyright......Page 3
Credits......Page 4
About the Author......Page 5
About the Reviewers......Page 6
www.PacktPub.com......Page 8
Table of Contents......Page 10
Preface......Page 14
Introduction......Page 20
Installing the OpenCV library......Page 21
Creating an OpenCV project with MS Visual C++......Page 24
Creating an OpenCV project with Qt......Page 32
Loading, displaying, and saving images......Page 39
Creating a GUI application using Qt......Page 43
Introduction......Page 50
Accessing pixel values......Page 51
Scanning an image with pointers......Page 54
Scanning an image with iterators......Page 62
Writing efficient image scanning loops......Page 64
Scanning an image with neighbor access......Page 68
Performing simple image arithmetic......Page 72
Defining regions of interest......Page 76
Introduction......Page 82
Using the Strategy pattern in algorithm design......Page 83
Using a Controller to communicate with processing modules......Page 89
Using the Singleton design pattern......Page 93
Using the Model-View-Controller architecture to design an application......Page 95
Converting color spaces......Page 98
Computing the image histogram......Page 102
Applying look-up tables to modify image appearance......Page 109
Equalizing the image histogram......Page 114
Backprojecting a histogram to detect specific image content......Page 116
Using the mean shift algorithm to find an object......Page 121
Retrieving similar images using histogram comparison......Page 125
Introduction......Page 130
Eroding and dilating images using morphological filters......Page 131
Opening and closing images using morphological filters......Page 135
Detecting edges and corners using morphological filters......Page 138
Segmenting images using watersheds......Page 144
Extracting foreground objects with the GrabCut algorithm......Page 150
Introduction......Page 154
Filtering images using low-pass filters......Page 155
Filtering images using a median filter......Page 160
Applying directional filters to detect edges......Page 161
Computing the Laplacian of an image......Page 169
Introduction......Page 176
Detecting image contours with the Canny operator......Page 177
Detecting lines in images with the Hough transform......Page 180
Fitting a line to a set of points......Page 191
Extracting the components\' contours......Page 195
Computing components\' shape descriptors......Page 199
Introduction......Page 204
Detecting Harris corners......Page 205
Detecting FAST features......Page 216
Detecting the scale-invariant SURF features......Page 219
Describing SURF features......Page 225
Introduction......Page 230
Calibrating a camera......Page 232
Computing the fundamental matrix of an image pair......Page 241
Matching images using random sample consensus......Page 246
Computing a homography between two images......Page 255
Introduction......Page 260
Reading video sequences......Page 261
Processing the video frames......Page 264
Writing video sequences......Page 274
Tracking feature points in video......Page 279
Extracting the foreground objects in video......Page 285
Index......Page 292




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