Siddharth Chandraforchandraji.dev | Blogcodekaro.hashnode.net·Apr 17, 2021Let's Draw OpenCV Logo Using OpenCVOpenCV is an awesome, powerful image-processing, computer vision and deep learning library. It would not be a joke to say that it is the god of all computer vision libraries. In this article, we are going to look at the image drawing capabilities of ...shashank sharma and 2 others are discussing this3 people are discussing thisDiscuss·143 likes·343 readsComputer VisionPythonWow, super easy, super simple, kudos to you! Thanks for sharing. Will share it with my students as a learning activity. 4
Siddharth Chandraforchandraji.dev | Blogcodekaro.hashnode.net·Apr 20, 2021How To Create A Paint Brush Application Using OpenCVCreating a paintbrush application is one of the most fun activity while learning computer vision and image processing with a little bit of GUI concepts. Using OpenCV for such an application saves us a lot of time by not needing to know the basics of ...Victoria Lo and 2 others are discussing this3 people are discussing thisDiscuss·132 likes·419 readsComputer VisionPythonThis is amazing 💯 3
Siddharth Chandraforchandraji.dev | Blogcodekaro.hashnode.net·Apr 25, 2021How To Make A SlideShow Using OpenCVWe have been making slideshows for most of our college/office presentations to look great while presenting using Microsoft PowerPoint, let's take this as an image processing activity and see how we can achieve slide show utility using Python's OpenCV...saurabh sharma and 2 others are discussing this3 people are discussing thisDiscuss·92 likes·290 readsComputer VisionPython
Mike YoungforMikeLabsmikeyoung44.hashnode.net·Apr 23, 2023How to Generate Detailed Images from Scribbled Drawings with ControlNet ScribbleHave you ever had a hard time translating your scribbled drawings into detailed and clear images? Fear not, ControlNet Scribble is here to help! This AI model can take your rough sketches and turn them into fully realized images with a high level of ...DiscussArtificial Intelligence
Mike YoungforMikeLabsmikeyoung44.hashnode.net·Apr 23, 2023Creating Mind-Blowing Realistic Images From Simple Inputs with Stable DiffusionHave you ever wished you could just describe an image to your computer and have it magically appear before your eyes? Or turn a low-quality avatar or sketch into a high-quality shot with your face on it? Well, now you can! Stable Diffusion Realistic ...Discussai
Mike YoungforMikeLabsmikeyoung44.hashnode.net·Apr 12, 2023FeaturedCleaning up AI-generated Images with CodeFormer: A Complete GuideSometimes, AI-generated photos come out a little bit... wonky. Maybe they're low quality, or perhaps there are weird artifacts that make the image look less than perfect. But fear not! CodeFormer is here to save the day, helping you fix up those imag...Discuss·38 likes·183 readsai
Jatin RawatforThe Dev guyjatinrawat.hashnode.net·Apr 2, 2023Implement Progress Bar using React Hooks!One of the most common problems while using images of large size is, rendering takes time and you don't wish to view empty image tags to users instead you can use a loading bar. It looks clean and professional. In this post, we will be implementing a...DiscussReact
Rafi kadirforrafikadirrafikadir.hashnode.net·Mar 30, 2023The ultimate Guide to make images load faster on websiteImages are an important part of any website, but they can also slow down the loading speed of your pages. Slow loading times can negatively impact user experience and even affect your website's search engine rankings. In this ultimate guide, we'll co...Discussimage processing
David SerranoforDavid Serranosvprdga.hashnode.net·Mar 23, 2023Simplify image caching in Flutter with this packageIf your application showcases one or more images that are hosted on an internet server, it is generally wise to cache these images temporarily. This will prevent the need to repeatedly download them as the user navigates through your application. For...Discuss·144 readsFlutter
Dhalavai NforGreen_INFO_pediagreeninfopedia.hashnode.net·Mar 21, 2023Using OpenCV, turn photos into sketches and paintings.Have you ever wished to show off your artistic talent by turning your images into a sketch or painting? You can achieve that using several built-in OpenCV methods! A strong library for computer vision and image processing is OpenCV. You will learn ho...Discuss·37 readsGeneral Programming
MadzaforMadza's blogmadza.hashnode.net·Mar 14, 20234 Easy steps to train your AI model and create personal Avatar generator 😎✨1. Make the AI model Open tryleap.ai, create a new account and log in. Select "Image" -> "Fine Tune" and pick "Create Model". Assign your model a Name, and a Keyword for prompts and click "Create". 2. Provide samples Select "Upload samples", select...Discuss·76 likes·453 readsArtificial Intelligence
Sawan Kumar JhaforSawan Kumar Jhatechysawan.hashnode.net·Feb 24, 2023Advancements in computer vision and image recognition.Computer vision and image recognition have made significant advancements in recent years, with deep learning models achieving impressive results in a wide range of applications. Here are some examples of advancements in computer vision and image reco...Discussimage processing
Sumit ThokarforExploring Data: A Journeysumitdoblog.hashnode.net·Feb 23, 2023Image Augmentation: Simple and Cool way to Improve Computer Vision ModelsComputer Vision and Challenges Computer Vision is a field of artificial intelligence that focuses on enabling machines to interpret, understand, and analyze visual data from the world around them. This field has become increasingly popular in recent ...Discuss·58 readsComputer Vision