#include <mr_vector.h>
#include <mr_image.h>
#include <mr_score.h>
Go to the source code of this file.
Data Structures | |
struct | MrElementsDetector |
Typedefs | |
typedef MrElementsDetector | MrElementsDetector |
Functions | |
MrElementsDetector * | mr_elements_detector_new () |
void | mr_elements_detector_free (void *o) |
void | mr_elements_detector_clear (MrElementsDetector *ed) |
unsigned int | mr_elements_detector_size (MrElementsDetector *ed, unsigned int pos) |
short int | mr_elements_detector_origin (MrElementsDetector *ed, unsigned int pos) |
short int | mr_elements_detector (MrImage *image, MrScore *score, MrElementsDetector *ed) |
float | mr_elements_detector_match (MrElementsDetector *model, unsigned int posm, MrElementsDetector *object, unsigned int poo, float scale_factor) |
|
|
|
Extracts notes from an image where lines was previously detected and grouped in a partition. |
|
Destroy elements previously detected. |
|
Destroy a notes detector |
|
Match a graphic music element. This will be soon moved in another module. |
|
Creates a new notes detector |
|
Translate elements in x so the left most element will have its x coordinate to 0. |
|
Returns the number of graphics elements |