Tag

ImageProcessing

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Apr 15, 2025 · Artificial Intelligence

Automatic Math Expression Grading with Python, CNN and Image Processing

This tutorial explains how to generate synthetic digit fonts, build a convolutional neural network to recognize handwritten arithmetic expressions, segment images using projection methods, evaluate the results with Python's eval function, and overlay feedback symbols on the original image, providing a complete end‑to‑end solution.

AutomationCNNImageProcessing
0 likes · 27 min read
Automatic Math Expression Grading with Python, CNN and Image Processing
Python Programming Learning Circle
Python Programming Learning Circle
Mar 28, 2025 · Fundamentals

Python Tutorial: Create a Panda‑Head Emoji by Merging Images with OpenCV and Pillow

This tutorial demonstrates how to import a foreground photo, resize, binarize, rotate, clean, and combine it with a panda‑head background using OpenCV, then add English and Chinese text with Pillow, and finally save the resulting emoji image.

ImageProcessingTutorialemoji
0 likes · 9 min read
Python Tutorial: Create a Panda‑Head Emoji by Merging Images with OpenCV and Pillow
Python Programming Learning Circle
Python Programming Learning Circle
Mar 28, 2023 · Fundamentals

10 Useful Python Automation Scripts for Everyday Tasks

This article presents ten practical Python automation scripts covering image and video processing, PDF conversion, API interaction, system notifications, grammar and spell correction, downloading, news fetching, and GUI creation, each accompanied by concise code examples for quick implementation.

APIAutomationGUI
0 likes · 12 min read
10 Useful Python Automation Scripts for Everyday Tasks
Top Architect
Top Architect
Dec 12, 2022 · Backend Development

SpringBoot Image Processing with Thumbnailator, FastDFS, and Asynchronous Thread Pool

This article demonstrates how to integrate Thumbnailator for image watermarking and thumbnail generation, configure a SpringBoot thread pool, and use asynchronous @Async methods together with FastDFS storage to efficiently handle bulk image uploads in a backend service.

BackendImageProcessingSpringBoot
0 likes · 12 min read
SpringBoot Image Processing with Thumbnailator, FastDFS, and Asynchronous Thread Pool
Xianyu Technology
Xianyu Technology
Jun 1, 2022 · Mobile Development

PowerImage: High‑Performance Flutter Image Library Using FFI and Texture Integration

PowerImage is a stable, high‑performance Flutter image library that combines native FFI and texture integration to eliminate cache conflicts, enable simulator support, provide custom image channels, preload and animate images, unify memory management, reduce Dart code, achieve extensive test coverage, and invite open‑source contributions for future enhancements.

FFIFlutterImageProcessing
0 likes · 12 min read
PowerImage: High‑Performance Flutter Image Library Using FFI and Texture Integration
IEG Growth Platform Technology Team
IEG Growth Platform Technology Team
Feb 28, 2022 · Frontend Development

Handling Binary Data in Frontend: ArrayBuffer, Blob, File, and Image Processing

This article explains how JavaScript processes binary data for front‑end image handling, covering core APIs such as ArrayBuffer, TypedArray, DataView, Blob, File, and FileReader, and demonstrates practical techniques for previewing, downloading, converting, compressing, and detecting image formats using code examples.

ArrayBufferBinaryDataFileReader
0 likes · 9 min read
Handling Binary Data in Frontend: ArrayBuffer, Blob, File, and Image Processing
Java Captain
Java Captain
Jan 30, 2022 · Backend Development

Java Random "Fu" Character Generator – Code Tutorial

This article introduces a Java-based 'Fu' character generator that randomly renders the Chinese 福 character with varying fonts and colors, explains the supporting FontUtil and ImgTool utility classes, provides the full source code, and demonstrates how to run and test the application using the space key.

DesktopAppImageProcessingJava
0 likes · 6 min read
Java Random "Fu" Character Generator – Code Tutorial
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jan 28, 2022 · Mobile Development

Overview of Android Camera2 Image Capture and Face Recognition Pipeline

The article outlines Android’s Camera2‑based 2D face‑recognition image‑capture pipeline, detailing the Camera HAL and v2 API architecture, YUV_420_888 data handling, ImageReader capture and preview workflow, surface handle transmission to the Face framework, and provides reference resources for developers.

AndroidCamera2FaceRecognition
0 likes · 11 min read
Overview of Android Camera2 Image Capture and Face Recognition Pipeline
Python Programming Learning Circle
Python Programming Learning Circle
Apr 11, 2020 · Backend Development

Solving Weibo's Four‑Grid Hand‑Drawn Captcha with Python Selenium and Image Matching

This article explains how to automate the extraction and recognition of Weibo's four‑grid hand‑drawn captcha by enumerating all 24 possible patterns, capturing the captcha image with Selenium, and performing template matching using pixel‑wise comparison in Python.

AutomationImageProcessingSelenium
0 likes · 11 min read
Solving Weibo's Four‑Grid Hand‑Drawn Captcha with Python Selenium and Image Matching
360 Quality & Efficiency
360 Quality & Efficiency
Apr 11, 2018 · Frontend Development

Automating Frontend Screenshot Capture and Image Cropping with Selenium and PIL

This article explains how to automate frontend page testing by installing PIL, using Selenium to capture full‑page or region screenshots, applying PIL's grab and crop functions, and troubleshooting common issues such as missing imaging modules and coordinate type errors.

AutomationImageProcessingPIL
0 likes · 5 min read
Automating Frontend Screenshot Capture and Image Cropping with Selenium and PIL