From f5dc7fc2a1058c77051ced7eb6ceae62cba89320 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 24 Jun 2021 03:59:30 +0800 Subject: [PATCH] Update README.md --- image-processing/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/image-processing/README.md b/image-processing/README.md index eba23f83eb..12b061bf41 100644 --- a/image-processing/README.md +++ b/image-processing/README.md @@ -8,3 +8,4 @@ This module contains articles about image processing. - [Optical Character Recognition with Tesseract](https://www.baeldung.com/java-ocr-tesseract) - [How Can I Resize an Image Using Java?](https://www.baeldung.com/java-resize-image) - [Adding Text to an Image in Java](https://www.baeldung.com/java-add-text-to-image) +- [Capturing Image From Webcam In Java](https://www.baeldung.com/java-capture-image-from-webcam)