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

AI - Computer Vision :: Image processing - Image Segmentation -2- lesson 6 -
Python - Anaconda - jupyter notebook
Matlab.

Using Anaconda - Jupyter Notebook - 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.

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.

In digital image processing and computer vision, image segmentation is the process of partitioning a digital image into multiple segments (sets of pixels, also known as image objects). The goal of segmentation is to simplify and/or change the representation of an image into something that is more meaningful and easier to analyze. Image segmentation is typically used to locate objects and boundaries (lines, curves, etc.) in images. More precisely, image segmentation is the process of assigning a label to every pixel in an image such that pixels with the same label share certain characteristics.
• PyTorch
• Torchvision
• Resnet


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

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

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

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

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