Stars | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Stars

Lets say I have a picture of the sky and I want to write a program that finds the stars and counts them then gives the location of them, what should be used to solve such a thing? I have no idea If u could just tell me what is used here, like open cv or something, it would reaaally help

5th Mar 2020, 8:51 PM
Zohal
Zohal - avatar
1 Answer
+ 1
According to me this process is divided into 2 stages: 1) Capturing the image and processing it using pillow library of python to first find out the number of stars. Then we will mark the star position with red color using pillow library. 2) In second stage we will place our processed image in GIS(geographic information system) for finding the location. GIS is actually a virtual map which is used in aerospace engineering. Thank you. Upvote and follow me for more details.
6th Mar 2020, 4:47 PM
Sanchay Kumar
Sanchay Kumar - avatar