Tagged articles
3 articles
Page 1 of 1
Python Crawling & Data Mining
Python Crawling & Data Mining
Sep 11, 2021 · Artificial Intelligence

How to Preprocess Captcha Images with OpenCV for Python Scraping

This tutorial explains how to collect captcha images, preprocess them with OpenCV—including grayscale conversion, median blur, binarization, contour detection, and character segmentation—and provides core Python code and visual results for building a reliable Python web‑scraping pipeline.

CaptchaOpenCVWeb Scraping
0 likes · 7 min read
How to Preprocess Captcha Images with OpenCV for Python Scraping
MaGe Linux Operations
MaGe Linux Operations
Dec 27, 2020 · Fundamentals

Boost Image Preprocessing Speed in Python with Just 3 Lines of Code

Learn how to accelerate Python image preprocessing by leveraging the built‑in concurrent.futures module to run tasks across all CPU cores, turning a single‑core script that takes seconds into a multi‑core version that finishes in under two seconds with only three extra lines of code.

Performance Optimizationconcurrent.futuresimage preprocessing
0 likes · 7 min read
Boost Image Preprocessing Speed in Python with Just 3 Lines of Code
360 Quality & Efficiency
360 Quality & Efficiency
Sep 18, 2020 · Artificial Intelligence

Data Augmentation Techniques for Improving Object Detection Model Robustness

To enhance object detection robustness, the article discusses various data augmentation methods—including rotation, flipping, random cropping, scaling, color jitter, blurring, transparency adjustment, and image partitioning—providing code examples and illustrating their impact on model performance with before‑and‑after results.

Computer VisionPythondata augmentation
0 likes · 7 min read
Data Augmentation Techniques for Improving Object Detection Model Robustness