Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

Introduction
============
This is the implementation of a modified version for the sunspot detection
algorithm described in the article "Automatic Sunspots Detection on Full-Disk
Solar Images using Mathematical Morphology", written by J.J. Curto, M. Blanca
and E. Martínez.
The paper (in portuguese) produced from this project is available at
https://github.com/walac/wvcbook.
Building
========
Our software build tool is cmake, you also need OpenCV to build this code.
If you run a debian based machine, you can install the dependecies typing
this on command line:
> sudo apt-get install gcc g++ cmake make libcv-dev libhighgui-dev
After that, enter in the build subdirectory and type:
> cmake ..
> make
That's it... Have fun! :)

About

An implementation of sunspot detection algorithm for SOHO full disk white light solar images

Resources

Stars

5 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages