Specialized Advance tutorials :: Computer Vision :: Image Processing.
Artificial Intelligence :: Smart Advanced Programming

AI - Computer Vision :: Image processing - Image Analysis || Face Recognition -4- lesson 19 -
Python - PyCharm.


Using Python
Computer vision is a field of artificial intelligence (AI) that enables computers and systems to derive meaningful information from digital images, videos and other visual inputs — and take actions or make recommendations based on that information.

A facial recognition system is a technology capable of matching a human face from a digital image or a video frame against a database of faces, typically employed to authenticate users through ID verification services, works by pinpointing and measuring facial features from a given image.

Image processing is a method to perform some operations on an image, in order to get an enhanced image or to extract some useful information from it. It is a type of signal processing in which input is an image and output may be image or characteristics/features associated with that image.

Landmark detection is the task of detecting key landmarks on the object and tracking them (being robust to rigid and non-rigid deformations due to head movements and expressions).
• OpenCV
• Face Recognition
• Draw Rectangles around the faces
• Type names.
• Using a dataset to build a model.
• pickle library.
• file

Create a new dataset:
• Donald Trump.
• Barack Obama.
• Hillary Clinton

The link of the dataset:
https://drive.google.com/file/d/1abQgtYRChJMCNGT0OIXtFHRir0y8qsBG/view?usp=sharing

البرامج التعليمية المتخصصة المتقدمة :: الرؤية الحاسوبية :: معالجة الصور.
الذكاء الاصطناعي :: البرمجة الذكية المتقدمة

الذكاء الاصطناعي - الرؤية الحاسوبية :: معالجة الصور - تحليل الصورة و التعرف و إدراك الوجوه - الدرس التاسع عشر - الجزء الرابع


الرؤية الحاسوبية هي مجال للذكاء الاصطناعي يمكّن أجهزة الكمبيوتر والأنظمة من استخلاص معلومات ذات مغزى من الصور الرقمية ومقاطع الفيديو والمدخلات المرئية الأخرى - واتخاذ إجراءات أو تقديم توصيات بناءً على تلك المعلومات.

نظام التعرف على الوجه عبارة عن تقنية قادرة على مطابقة وجه بشري من صورة رقمية أو إطار فيديو مع قاعدة بيانات للوجوه ، تُستخدم عادةً لمصادقة المستخدمين من خلال خدمات التحقق من الهوية ، وتعمل عن طريق تحديد ميزات الوجه وقياسها من صورة معينة.

معالجة الصور هي طريقة لإجراء بعض العمليات على صورة ما ، للحصول على صورة محسنة أو لاستخراج بعض المعلومات المفيدة منها. إنه نوع من معالجة الإشارات يكون فيه الإدخال صورة وقد يكون الإخراج صورة أو خصائص / ميزات مرتبطة بتلك الصورة.

إنشاء قاعدة معطيات يدوية:
• دونالد ترامب
• باراك أوباما
• هيليري كلينتون

رابط قاعدة البيانات:
https://drive.google.com/file/d/1abQgtYRChJMCNGT0OIXtFHRir0y8qsBG/view?usp=sharing