Reputation: 41
I am working on an algorithm that detects new objects in an image of stars. additionally I want my algo to detect if the stars have altered with age as they change their colors with time. hottest appear to be blue where as coldest appear to be red. Is there any way that you guys suggest to implement this using python? I personally think of two ways.
Upvotes: 0
Views: 100
Reputation: 30
Hello ı worked about color detection in python,I suggested to you cv2 and numpy library for this.Also you can look this link.That is give you clue you how to color detection and you can change the color link:https://github.com/mustafakendiguzel/OpenCv-Python-Color-Detection-Image-Processing-
Upvotes: 1