Tag

Canny Edge Detection

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Feb 9, 2018 · Artificial Intelligence

Implementing a WeChat Jump Game Bot Using Python and OpenCV

This article explains how to use Python and OpenCV to automatically locate the player character and the next landing platform in the WeChat Jump game by applying template matching, Canny edge detection, image cropping, and pixel analysis to calculate the required press duration.

Canny Edge DetectionComputer VisionPython
0 likes · 9 min read
Implementing a WeChat Jump Game Bot Using Python and OpenCV