Jan-03-2025, 12:42 AM
Hey all -
I am guessing this is going to include numpy but it may just be a simple math function.
I need to count the number of pixels from a red dot (a reflector) to the center of the picture. The red dot can move as the camera moves toward or away from the reflector.
2 questions:
1) Which is better, numpy or just a simply counting like pixel =+ 1?
2) How can I dentify the proper color?
I am guessing this is going to include numpy but it may just be a simple math function.
I need to count the number of pixels from a red dot (a reflector) to the center of the picture. The red dot can move as the camera moves toward or away from the reflector.
2 questions:
1) Which is better, numpy or just a simply counting like pixel =+ 1?
2) How can I dentify the proper color?