Rakshith S Nadiger·1 day agoExploring the Application of Spatial Domain Filters in Image ProcessingDigital Image processing refers to the manipulation and analysis of digital images using various techniques and algorithms. It involves the use of computer algorithms to enhance, alter, and extract information from images, with the aim of improving their quality, extracting useful features, or facilitating interpretation by humans or other computer…Image Processing5 min readImage Processing5 min read
Vijay Vignesh·17 hours agoIntroduction to Computer VisionComputer vision (CV) is a field of computer science that focuses on enabling computers to understand and interpret visual data from images or video. It basically tries to replicate human vision capabilities in various visual tasks such as object detection and recognition, image classification, object tracking and so on. …Image Processing4 min readImage Processing4 min read
Van Julius Leander Lopez·1 hour agoColor Chronicles: Chromaticity Sorcery and Image Alchemy(Unraveling Image Enigmas through Color Conjuring and Pixel Puzzlery) — To continue our journey into exploring Image Segmentation, we will delve deeper into two intriguing topics: Chromaticity Segmentation and Image Differencing. Building upon the foundation laid in the first part of our Image Segmentation series (If you haven’t visited Part 1 click here!: Slice, Dice and Segment-ize), we continue to…Image Processing9 min readImage Processing9 min read
Dallin Stewart·7 hours agoPerforming Facial Recognition Without Machine LearningLeveraging the Eigenfaces method to perform facial recognition without machine learning techniques | View Code “The Matrix is everywhere. It is all around us. Even now, in this very room. You can see it when you look out your window, or when you turn on your television. You can feel…Image Processing9 min readImage Processing9 min read
Thiago Santos Figueira·7 hours agoThe alpha channel and transparencyGreetings! When defining a color in a computer system, we generally use the RGBA system. Each letter of the acronym stands for the colors red (R), green (G), blue (B), and sometimes an alpha (A) value which represents transparency. “When an image has an alpha channel on it, it means…Image Processing3 min readImage Processing3 min read
Van Julius Leander Lopez·19 hours agoSlice, Dice, and “Segment-ize”: Unmasking Image Brilliance!(Carving Out Clarity, Piecing Together Perfection, and Unlocking the Art of Segmentation) — As we move forward in our series of unlocking the true potential of your images, we are going to focus on image segmentation! Today, we’ll explore two powerful techniques: thresholding and color image segmentation. Thresholding allows you to separate objects from the background based on pixel intensity, using methods like…Image Processing8 min readImage Processing8 min read
imgproxy·1 day agoSupabase — the open source Firebase alternative — picks imgproxySupabase bills itself as an open source alternative to Firebase, offering users a rapidly scalable solution that simplifies the web and mobile development process, handling common backend tasks like database management, authentication, real-time data synchronization, storage, and much more. …Image Processing2 min readImage Processing2 min read
Dasamukha·21 hours agoApple Unveils Apple Vision Pro: Revolutionizing the Future of Visual TechnologyIn an exciting announcement today, Apple introduced its latest breakthrough innovation: Apple Vision Pro. This cutting-edge technology sets new standards in the realm of visual technology, offering users an unparalleled experience that pushes the boundaries of what’s possible. Apple Vision Pro is designed to revolutionize how we perceive and interact…Image Processing3 min readImage Processing3 min read
Tyler Yang·1 day agoThe Fourier Transform in Image ProcessingI’ve been working on some projects using data science in biology, and I have had a lot of questions about the methods used to process images of cells. I downloaded some fluorescent microscopy images from the internet (http://amsacta.unibo.it/id/eprint/6706/), and I also downloaded ImageJ because I heard that it was a…Image Processing3 min readImage Processing3 min read
Koray Kara·2 days agoUnderstanding and Implementing Flood Fill AlgorithmIntroduction Welcome to my blog post about understanding and implementing the flood fill algorithm! Whether you’re just starting out with coding or looking to improve your algorithmic skills, this article will walk you through a specific problem from LeetCode that involves flood fill. …Image Processing8 min readImage Processing8 min read