Best of Image Processing2022

  1. 1
    Article
    Avatar of mlnewsMachine Learning News·3y

    Meet This Artificial Intelligence Plugin Called Auto-Photoshop-StableDiffusion That Lets You Use The Capabilities of Automatic1111 Stable Diffusion in Photoshop

    Stable Diffusion is a technique used to smooth out images and reduce noise or graininess. Stable diffusion algorithms often try to balance the trade-off between preserving image detail and removing noise by applying a smoothing function that is more aggressive in areas of the image where there is less detail. The plugin can be downloaded from GitHub.

  2. 2
    Article
    Avatar of kdnuggetsKDnuggets·4y

    8 Best Python Image Manipulation Tools

    Images can be defined as a matrix of pixels, and each pixel represents a color that can be treated as a data value. Image Processing comes in handy to uncover underlying data from any image. The main objective of image processing is to uncover some valuable information from images.

  3. 3
    Article
    Avatar of glcGolang News·4y

    How to do Image Processing in Golang with some fun

    The author writes with you a small project, which draws images from other images, creating a mosaic. The task sounds like this: You need to get one image and draw each pixel from that image using a small image. You can use absolutely any images, as long as they are square and there are many.