python imageprocessing
this repository contains separate executable files, except for those associated with PIDpoint.json and logPIDpoint.json
some brief explanation about python files
- RGB detector: detects the color of a predetermined 1 pixel on a screen.
- arduino_logPIDpoint : this file is actually a log result from my research on YOLOX, where arduino with python will run the servo according to the recorded coordinates.
- ball tracker - PID Controler JSON : detects objects in the form of red and green circles, by implementing a PID controller and storing them in a JSON file (which I said earlier)
- ball tracker - Arduino PID Controller: almost similar to the 3rd file but here I directly connect it to Arduino
- ball tracker - PID Controller: not much different from files 4 and 3
- countpixel_warnatarget : counts the total of certain pixels in a frame
- interactive mouse: using the tkinter module, with this file, you will easily determine the coordinates of a screen
- oepncamera_opencv : basic code for the opencv module to open the camera, select index camera to choose which camera you want to open using the opencv module
- simple eye detection: opencv module that can detect eyes
November 2022