Common Image Processing Techniques

Common Image Processing Techniques

Click the above “Beginner’s Guide to Vision“, select to add “Star” or “Top“ Essential content delivered at the first opportunity In this article, let us learn the following content. Using some common image processing techniques through PIL and OpenCV, such as converting RGB images to grayscale, rotating images, denoising images, detecting edges in images, and … Read more

Image Recognition System Using Python

Image Recognition System Using Python

Click the above “Beginner Learning Vision” to select and add a star or “top” Important content delivered first Editor’s Recommendation The project will use Python 3 to identify whether the image is pornographic, utilizing the PIL image processing library and writing an algorithm to delineate the skin areas of the image. Reprinted from丨Coder Xiao Ming … Read more

Creating a Programming Language: Pinecone

Creating a Programming Language: Pinecone

Click the image to sign up for the Guangzhou & Zhuhai Innovation Conference For the past six months, I have been working on developing a programming language called Pinecone. I can’t say it is fully mature yet, but it already has enough features (for a programming language) in use, such as: Variables Functions User-defined structs … Read more