Skip to content

#3 Neural Networks for Beginners. Image manipulation in OpenCV. The Canny Edge Detector algorithm

Notifications You must be signed in to change notification settings

VolinNilov/Image_manipulation_in_OpenCV_The_Canny_Edge_Detector_Algorithm

Repository files navigation

Image manipulation in OpenCV The Canny Edge Detector Algorithm

#3 Neural Networks for Beginners. Image manipulation in OpenCV. The Canny Edge Detector algorithm

Всем привет, это третья статья серии введения в нейронные сети, "Нейронные сети для начинающих". Сегодня я хочу Вам представить 3 статью из серии в «Нейронные сети для начинающих». Приятного просмотра! В этой статье мы с Вами научимся обрабатывать изображения и сохранить результаты в отдельные файлы. И вот небольшой список задач, которые будут разобраны ниже:

  1. Преобразование изображения в оттенки серого
  2. Уменьшение размерность изображения (в пикселях) в 4 раза
  3. Нахождение и выделение (рамкой) самого темного объекта на изображении

Ссылка на статью: https://habr.com/ru/company/ruvds/blog/694994/

Hello all, this is the third article in the Introduction to Neural Networks series, Neural Networks for Beginners. Today I want to introduce you to the 3rd article in the series on Neural Networks for beginners". Приятного просмотра! In this article you and I will learn how to process images and save the results into separate files. And here's a short list of tasks that will be explained below:

  1. Converting the image to grayscale
  2. Reducing the size of the image (in pixels) by a factor of 4
  3. Finding and highlighting (framing) the darkest object in the image

Article Reference: https://habr.com/ru/company/ruvds/blog/694994/

About

#3 Neural Networks for Beginners. Image manipulation in OpenCV. The Canny Edge Detector algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages