Skip to content

Int-Mosfet/star_count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

star_count

Counting the number of stars in a picture of the sky at night by grayscaling an image,
then when a bright pixel is encountered, look around that pixel to see if it's darker,
then it's assumed that that is a star. It could be unreliable if there are a bunch of
stars with different shapes.

Notice in the original image that there was some light pollution that would affect the filter.
Using a gaussian filter (big help) and some "denoise" setting made the image much easier to process
and my results would be more accurate.

These images are pretty hard to see, so apologies for that.

Original image:
orig_image

Image with gaussian filter and "denoised":
gauss&denoised

About

Counting the number of stars in a picture of the sky at night

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages