Java: Gaussian Blur, part-2 | How to Code in Java Tutorial using Buffered Image

Поділитися
Вставка
  • Опубліковано 28 лют 2023
  • This is a follow-on video to the first Gaussian blur video. Here, I explain a Gaussian blur using a 5x5 pixel grid to increase the blur effect, and show how to code it in Java using the Buffered Image library.
    This Java image processing series will explain how to write image filters using the Java BufferedImage library. Videos will teach how to edit individual pixels in an image in Java code. All code is provided free on GitHub. We'll write image filters to:
    - load and display an image;
    - convert an image to grayscale;
    - pixelate an image;
    - shrink or resize an image;
    - apply a gaussian blur;
    - brighten an image; and
    - do edge detection in an image.
    which we'll later use for pattern recognition.
    After this series, follow-on videos will teach ways to recognize license plate numbers by coding our own machine learning algorithms in Java.
    All the code in this playlist was written in SublimeText on a MacBook, and can be downloaded at the link below.
    Code: github.com/joeyajames/Java/tr...
    #java #images

КОМЕНТАРІ •