دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Emenwa Global
سری:
ناشر: Independently published
سال نشر: 2022
تعداد صفحات: 177
زبان: English
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 4 Mb
در صورت تبدیل فایل کتاب Face Detection And Image Processing In Python: Computer Vision In Python به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب تشخیص چهره و پردازش تصویر در پایتون: بینایی کامپیوتری در پایتون نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Introduction What is OpenCV? What can you do with OpenCV? Chapter 1: Setting up OpenCV Setting Up Windows How to Install Pip Setting Up OpenCV on Mac Setting Up Linux Chapter 2: Reading Images and Video How OpenCV Displays Images With Colour Spaces Reading Videos in OpenCV Chapter 3 - Resizing and Rescaling Frames Resizing Images Rescaling a Video Chapter 4 - Drawing Shapes & Putting Text on Images Starting Using Colours Draw a line Draw A Rectangle Filling the Rectangle with Colour Draw a Circle Write Text on Image Chapter 5 – Basic Functions You Must Use in OpenCV Converting An Image to Greyscale Blurring an image Creating Edge Cascade How to Dilate an Image Erosion Resize and Crop an Image Rotation Chapter 6 - Contour Detection ADVANCED SECTION Chapter 7 - Color Spaces BGR to HSV BGR to LAB BGR to RGB HSV to BGR Chapter 8 - Color Channels Splitting Channels Merging Color Channels Reconstructing Color Channels Chapter 10 – The Magic of Blurring Concepts of Blurring in OpenCV Averaging Blurring or Averaging an Image Gaussian Blur Median Blur Bilateral Blurring Chapter 11 – Bitwise Operations Create A Rectangle and Circle Bitwise AND Bitwise OR Bitwise XOR Bitwise NOT Chapter 12 - Masking Image Masking with OpenCV Chapter 13 - Histogram Computation Working with CalcHist() Method Histogram for Grayscale Images Histogram Computation for RGB Images Chapter 14 - Thresholding/Binarizing Images Simple Thresholding Adaptive Thresholding Chapter 15 – Gradients and Edge Detection in OpenCV How Do We Detect the Edges? Laplacian Edge Detector Sobel Edge Detection Section #3 - Faces: Chapter 16 - Face Detection with Haar Cascades Face Detection Haar Cascade Classifier Integral Images Detecting Faces Chapter 17 - Object Recognition with OpenCV's built-in recognizer OpenCV Built-in Face Recognizers EigenFaces Face Recognizer FisherFaces Face Recognizer Local Binary Patterns Histograms (LBPH) Face Recognizer Collecting Images Preparing training data Training The Face Recognizer Face Recognition Testing Chapter 17 – Capstone - Computer Vision Project: The Simpsons Setting Up Getting Data Training Data Features and Labels Normalize FeatureSet Create Training & Validation Data Image Data Generator Creating The Model Training The Model Testing and Predicting End Game