|
file | labeling/all.hh [code] |
| File that includes all labeling routines.
|
|
file | background.hh [code] |
| Connected component labeling of the background in a binary image.
|
|
file | labeling/blobs.hh [code] |
| Connected component labeling of the binary objects of a binary image using a queue-based algorithm.
|
|
file | blobs_and_compute.hh [code] |
| Label an image and compute given accumulators.
|
|
file | colorize.hh [code] |
| Fill an image with successive values.
|
|
file | labeling/compute.hh [code] |
| Compute accumulators onto sites/values of each labeled component of an image.
|
|
file | compute_image.hh [code] |
| Compute accumulators onto sites/values of each labeled component of an image and return a new image where labels are replaced by the result of the accumulator.
|
|
file | compute_in_window.hh [code] |
| Compute an accumulator for each image pixel values using neighbor pixel values.
|
|
file | labeling/essential.hh [code] |
| File that includes essential labeling routines.
|
|
file | fill_holes.hh [code] |
| Filling holes of a single object in a binary image.
|
|
file | flat_zones.hh [code] |
| Connected component labeling of the flat zones of an image.
|
|
file | foreground.hh [code] |
| Connected component labeling of the object part in a binary image.
|
|
file | mean_values.hh [code] |
| Construct from a labeled image a new image, the labels values are replaced by the components mean values.
|
|
file | n_max.hh [code] |
| Construct from a count accumulator of a labeled image an array with the ordered n biggest labels.
|
|
file | pack.hh [code] |
| Remove components and relabel a labeled image in order to have a contiguous labeling.
|
|
file | regional_maxima.hh [code] |
| Connected component labeling of the regional maxima of an image.
|
|
file | regional_minima.hh [code] |
| Connected component labeling of the regional minima of an image.
|
|
file | relabel.hh [code] |
| Remove components and relabel a labeled image.
|
|
file | labeling/superpose.hh [code] |
| Superpose two labeled images.
|
|
file | labeling/value.hh [code] |
| Connected component labeling of image sites at a given value.
|
|
file | value_and_compute.hh [code] |
| Connected component labeling of image sites at a given value.
|
|
file | weighted_mean_values.hh [code] |
| Construct from a labeled image a new image, the labels values are replaced by the components mean values.
|
|
file | labeling/wrap.hh [code] |
| Wrap labels such as 0 -> 0 and [1, lmax] maps to [1, Lmax] (using modulus).
|
|