/home/amodigli/releases/xsh/1.2.10/pso/xsh.26608/xshp/xsh/xsh_spectrum.h File Reference
#include <cpl.h>
Go to the source code of this file.
Typedefs |
| typedef enum SPEC_SHADOWS | spec_shadows |
Enumerations |
| enum | SPEC_SHADOWS { TWO_SHADOWS,
ONE_SHADOW,
NO_SHADOW
} |
Functions |
| int | xsh_spectrum_find_brightest (const cpl_image *, int, spec_shadows, double, int, double *) |
| | Finds the brightest spectrum in an image.
|
| cpl_vector * | xsh_spectrum_detect_peaks (const cpl_vector *, int, double, int) |
| | Detect the brightest features in a spectrum.
|
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
| TWO_SHADOWS |
|
| ONE_SHADOW |
|
| NO_SHADOW |
|
Definition at line 41 of file xsh_spectrum.h.