-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
27 lines (18 loc) · 741 Bytes
/
README
File metadata and controls
27 lines (18 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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! :)