728x90 반응형 Category25 OpenCV + Python Contour Detection and Labeling - 2 Hello. This is codingwalks.In this article, I will continue writing from the previous article. OpenCV + Python Contour Detection and Labeling - 1Hello. This is codingwalks.In the field of computer vision, edge detection and labeling are key technologies for image analysis and object recognition. These two technologies can be used to extract the boundaries and shapes of objects in images, and to .. 2024. 10. 31. OpenCV + Python Contour Detection and Labeling - 1 Hello. This is codingwalks.In the field of computer vision, edge detection and labeling are key technologies for image analysis and object recognition. These two technologies can be used to extract the boundaries and shapes of objects in images, and to analyze each object separately. In particular, edge detection using OpenCV and Python is widely used in various industries and research fields, a.. 2024. 10. 30. OpenCV + Python Morphology Hello. This is codingwalks.Image processing plays an important role in various fields, and among them, morphological operations and watershed algorithms are very useful techniques for analyzing the structural characteristics of images and separating objects. Morphological operations are used to adjust the shape of objects, distinguish boundaries between objects, and remove image noise. This arti.. 2024. 10. 25. OpenCV + Python Binarization (Thresholding) Hello. This is codingwalks.Image thresholding is one of the important techniques in image processing. It is used to remove unnecessary information and extract only the key part by converting pixel values into two values, black and white. Binarization is useful for solving various problems such as noise removal, object detection, and boundary extraction. In this article, we will learn how to us.. 2024. 10. 25. OpenCV + Python Edge detection and Hough transform Hello. This is codingwalks.Accurately detecting the boundaries of objects is utilized in various applications and is one of the core processes of image understanding. Edge detection is a representative method of boundary detection technology, and the technique used to find geometric shapes through the detected boundaries is Hough transform. Edge detection is the process of finding sudden changes.. 2024. 10. 25. OpenCV + Python Filters and Convolutions Hello. This is codingwalks.In this article, we will learn about various image filtering techniques using OpenCV and Python. We will understand and implement filtering techniques through the basic theory, mathematical expressions, and actual code of filtering. In particular, we will cover sharpening and unsharp masking. 1. Image FilteringImage filtering is the operation of manipulating the pixel .. 2024. 10. 24. OpenCV + Python Color recognition and drawing using a webcam (practical) Hello. This is codingwalks.The following is a color recognition and drawing exercise using a webcam. This mini-project uses OpenCV and Python to detect colors and create a simple program that draws points at the locations where the colors are detected to create a picture. We will proceed with the project step by step through theoretical explanations and Python code. 1. Project OverviewThe projec.. 2024. 10. 24. OpenCV + Python Color space conversion and color detection Hello. This is codingwalks.In this article, we will learn about color spaces, especially the widely used RGB, CMYK, HSV, YUV, and CIELab color spaces. Additionally, we will introduce a method to detect specific colors in images using the OpenCV library. We will also explain why each color space is suitable for color detection and its application fields, and cover real-world use cases. To do this.. 2024. 10. 24. OpenCV + Python Crop and resize images Hello. This is codingwalks.Image resizing and cropping are some of the most basic and important tasks in image processing. In many fields such as web development, design, data analysis, and artificial intelligence, there are many cases where you need to resize an image or use only a specific part of it. In particular, in computer vision tasks, it is essential to optimize the size or remove unnec.. 2024. 10. 24. 이전 1 2 3 다음 728x90 반응형