Milena (Olena)  User documentation 2.0a Id
 All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
data Directory Reference

Directories

directory  approx
 
directory  naive
 

Files

file  data/abs.hh [code]
 Apply the absolute value (abs) function to image pixel values.
 
file  data/all.hh [code]
 File that includes all data-related routines.
 
file  apply.hh [code]
 Apply a function-object onto image pixel values.
 
file  compare.hh [code]
 Comparison operators between the pixel values of images.
 
file  data/compute.hh [code]
 Compute an accumulator onto image pixel values.
 
file  mln/data/convert.hh [code]
 Convert the contents of an image into another one.
 
file  data/essential.hh [code]
 File that includes essential data-related routines.
 
file  fast_median.hh [code]
 Fast Median filtering of an image.
 
file  data/fill.hh [code]
 Fill an image, that is, set pixel values.
 
file  fill_with_image.hh [code]
 Fill an image with the values from another image.
 
file  fill_with_value.hh [code]
 Fill an image with a value, that is, set all pixel values to the given value.
 
file  median.hh [code]
 Median filtering of an image.
 
file  memcpy_.hh [code]
 Same as std::memcpy but for fastest images.
 
file  memset_.hh [code]
 Same as std::memset but for fastest images.
 
file  paste.hh [code]
 Paste the contents of an image into another one.
 
file  paste_without_localization.hh [code]
 Paste the contents of an image into another one without taking into account the localization of sites.
 
file  replace.hh [code]
 Replace the contents of an image into another one.
 
file  data/saturate.hh [code]
 Apply a saturation function to image pixel values.
 
file  sort_offsets.hh [code]
 Sort_Offsets the contents of an image into another one.
 
file  sort_psites.hh [code]
 Sort_Psites the contents of an image into another one.
 
file  split.hh [code]
 Split a color image into 3 images.
 
file  stretch.hh [code]
 Transform linearly the contents of an image into another one in a stretching way.
 
file  data/to_enc.hh [code]
 Transform with fun::v2v::enc the contents of an image into another one.
 
file  data/transform.hh [code]
 Transform the contents of an image into another one.
 
file  transform_inplace.hh [code]
 Transform inplace the contents of an image through a function.
 
file  update.hh [code]
 Update an accumulator with image pixel values.
 
file  was.median.hh [code]
 Obsolete routines for median filtering.
 
file  data/wrap.hh [code]
 Routine to wrap values such as 0 -> 0 and [1, lmax] maps to [1, Lmax] (using modulus).