#include <mr_elements_detector.h>
Data Fields | |
MrImage * | pattern |
MrImage * | partition |
int | px |
int | px_end |
int | py |
float | MaxEnergy |
MrVector * | elements |
float | MinEnergy |
float | WidthScaling |
float | HeightScaling |
|
current elements detected |
|
height scaling of the pattern from the spacing between lines |
|
normalisation factor |
|
minimum percentage energy required to match the pattern |
|
the b/w partition image |
|
the pattern used to match |
|
current x position |
|
last x position |
|
current y position |
|
width scaling of the pattern from the spacing between lines |