#include <LL.h>
#include <vector>
#include "extremaConfig.h"
Namespaces | |
namespace | extrema |
Classes | |
struct | extrema::t_ipoint |
Internal structure, holds 2D point coordinates. More... | |
struct | extrema::s_sortpixels |
Internal structure with intensity histogram. More... | |
struct | extrema::s_region |
Internal region structure. More... | |
struct | extrema::s_region_equiv |
Internal structure with a node of the label equivalency tree. More... | |
struct | extrema::s_thresh_par |
Internal structure with processed detector's parameters. More... | |
struct | extrema::s_borderpixel |
Structure with pixel of the extended boundary. More... | |
struct | extrema::s_thresh_def |
Internal structure holding threshold paramaters. More... | |
Defines | |
#define | c_maxByte 256 |
Typedefs | |
typedef unsigned int | extrema::t_label |
typedef extrema::s_sortpixels | extrema::t_sortpixels |
Internal structure with intensity histogram. | |
typedef unsigned int | extrema::t_mregion |
typedef extrema::s_region | extrema::t_region |
Internal region structure. | |
typedef extrema::s_region_equiv | extrema::t_region_equiv |
Internal structure with a node of the label equivalency tree. | |
typedef extrema::s_thresh_par | extrema::t_thresh_par |
Internal structure with processed detector's parameters. | |
typedef extrema::s_borderpixel | extrema::t_borderpixel |
Structure with pixel of the extended boundary. | |
typedef std::vector< t_borderpixel > | extrema::point_vector |
Vector with extended boundary. | |
typedef extrema::s_thresh_def | extrema::t_thresh_def |
Internal structure holding threshold paramaters. |
#define c_maxByte 256 |