Tagged articles
2 articles
Page 1 of 1
Huolala Tech
Huolala Tech
Aug 2, 2022 · Frontend Development

How to Build a Lightweight Canvas Mosaic Tool for Image Redaction

This article explains how to implement an in‑platform image masking solution using a small JavaScript mosaic library, covering the background problem, design choices, core canvas algorithms, key code snippets, dynamic brush size handling, and practical integration steps.

CanvasPixel Manipulationimage-mosaic
0 likes · 14 min read
How to Build a Lightweight Canvas Mosaic Tool for Image Redaction
Python Crawling & Data Mining
Python Crawling & Data Mining
Jul 5, 2020 · Artificial Intelligence

Unlock Python OpenCV: Load, Resize, Threshold, and Transform Images

This tutorial demonstrates how to use Python's OpenCV library to read and display images, perform resizing, convert to HSV, apply binary thresholding, execute erosion and dilation, and replace specific pixel colors, providing step-by-step code examples and visual results for each operation.

Image ProcessingOpenCVPixel Manipulation
0 likes · 8 min read
Unlock Python OpenCV: Load, Resize, Threshold, and Transform Images