 build | |
  SLIPConfig.h | |
 src | |
  Algorithm | |
   apply.hpp | Provides some algorithms to apply C like functions to ranges |
   arithmetic_op.hpp | Provides some algorithms to computes arithmetical operations on ranges |
   border_treatment.hpp | Provides some algorithms to handle the border conditions of ranges |
   bspline_interpolation.hpp | Provides some bspline interpolation algorithms |
   camera_algo.hpp | Provides a camera algorithms |
   color_spaces.hpp | Provides some functors to change of color space |
   compare.hpp | Provides some algorithms to compare ranges |
   complex_cast.hpp | Provides some macros which are used for using complex as real |
   convolution.hpp | Provides some convolution algorithms |
   copy_ext.hpp | Provides some STL copy extension algorithms adapted to slip containers and iterators |
   correlation.hpp | Provides some auto and cross correlation algorithms |
   derivatives.hpp | Provides some derivative algorithms and derivative functors |
   dynamic.hpp | Provides algorithms and functors to change the dynamic of ranges |
   FFT.hpp | Provides some FFT algorithms |
   FFTPACK.hpp | |
   gram_schmidt.hpp | Provides some Gram Schmidt orthogonalization and orthonormalization algorithms |
   histo.hpp | Provides some algorithms to compute histograms |
   interpolation.hpp | Provides some interpolation algorithms |
   io_tools.hpp | Provides some input/ouput algorithms |
   levenberg_marquardt.hpp | Provides a simple implementation of the Levendberg-Marquardt algorithm |
   linear_algebra.hpp | Provides common linear algebra algorithms |
   linear_algebra_eigen.hpp | Provides some algorithms to computes eigenvalues and eigenvectors |
   linear_algebra_qr.hpp | Provides some QR decomposition algorithms |
   linear_algebra_svd.hpp | Provides some Singular Value Decomposition (SVD) algorithms |
   linear_algebra_traits.hpp | |
   linear_least_squares.hpp | Provides some linear least square algorithms |
   macros.hpp | Provides some mathematical functors and constants |
   neighborhood.hpp | Provides functors getting the classical image processing neighborhood |
   noise.hpp | Provides some algorithms to add noise to ranges |
   norms.hpp | Provides some algorithms to compute norms |
   pca.hpp | Provides some Principal Component Analysis algorithms |
   polynomial_algo.hpp | Provides some polynomial algorithms |
   statistics.hpp | Provides some statistics algorithms |
   stl_algo_ext.hpp | Provides some extension to STL algorithms |
   stl_numeric_ext.hpp | Provides some numeric extensions to STL algorithms |
   tecplot_binaries.hpp | Provides some tecplot binary input/ouput algorithms |
   threshold.hpp | Provides some threshold and binarization algorithms |
  Container | |
   Array.hpp | Provides a class to manipulate 1d dynamic and generic arrays |
   Array2d.hpp | Provides a class to manipulate 2d dynamic and generic arrays |
   Array3d.hpp | Provides a class to manipulate 3d dynamic and generic arrays |
   Array4d.hpp | Provides a class to manipulate 4d dynamic and generic arrays |
   Block.hpp | Provides a class to manipulate 1d static and generic arrays |
   Block2d.hpp | Provides a class to manipulate 2d static and generic arrays |
   Block3d.hpp | Provides a class to manipulate 3d static and generic arrays |
   Block4d.hpp | Provides a class to manipulate 4d static and generic arrays |
   Box.hpp | Provides an abstract class to manipulate nd box |
   Box1d.hpp | Provides a class to manipulate 1d box |
   Box2d.hpp | Provides a class to manipulate 2d box |
   Box3d.hpp | Provides a class to manipulate 3d box |
   Box4d.hpp | Provides a class to manipulate 4d box |
   CameraModel.hpp | Provides an abstract class to model cameras |
   Color.hpp | Provides an class to manipulate Colors |
   ColorHyperVolume.hpp | Provides a class to manipulate Color volumes |
   ColorImage.hpp | Provides a class to manipulate Color images |
   Colormap.hpp | Provides a class to manipulate colormap |
   ColorVolume.hpp | Provides a class to manipulate Color volumes |
   component_iterator2d_box.hpp | Provides a class to iterate a 2d MultiComponentContainer into a slip::Box2d |
   component_iterator2d_range.hpp | Provides a class to iterate a 2d multicomponent container into two Ranges |
   component_iterator3d_box.hpp | Provides a class to iterate a 3d MultiComponentContainer into a slip::Box3d |
   component_iterator3d_range.hpp | Provides a class to iterate a 3d multicomponent container into three Ranges |
   component_iterator4d_box.hpp | Provides a class to iterate a 4d MultiComponentContainer into a slip::Box4d |
   component_iterator4d_range.hpp | Provides a class to iterate a 4d multicomponent container into four Ranges |
   container_cast.hpp | Provides some algorithms to get the default iterators associated with containers |
   CUFTree.hpp | Provides an union find tree data structure |
   DenseVector2dField2d.hpp | Provides a class to manipulate 2d dense vector fields |
   DenseVector3dField2d.hpp | Provides a class to manipulate dense 2d fields containing 3d vectors |
   DenseVector3dField3d.hpp | Provides a class to manipulate 3d dense vector fields |
   DistortionCamera.hpp | Provides a class to model distorsion camera |
   DPoint.hpp | Provides an abstract class to modelize the difference of slip::Point |
   DPoint1d.hpp | Provides a class to modelize the difference of slip::Point1d |
   DPoint2d.hpp | Provides a class to modelize the difference of slip::Point2d |
   DPoint3d.hpp | Provides a class to modelize the difference of slip::Point3d |
   DPoint4d.hpp | Provides a class to modelize the difference of 4d points |
   error.hpp | Provides SLIP error messages |
   GenericMultiComponent2d.hpp | Provides a class to manipulate multicomponent 2d containers |
   GenericMultiComponent3d.hpp | Provides a class to manipulate multicomponent 3d containers |
   GenericMultiComponent4d.hpp | Provides a class to manipulate multicomponent 4d containers |
   GrayscaleImage.hpp | Provides a class to manipulate grayscale images |
   HyperVolume.hpp | Provides a class to manipulate 4d dynamic and generic containers |
   iterator2d_box.hpp | Provides a class to manipulate iterator2d within a slip::Box2d. It is used to iterate throw 2d containers |
   iterator2d_range.hpp | Provides a class to manipulate iterator2d within a slip::Range. It is used to iterate throw 2d containers |
   iterator3d_box.hpp | Provides a class to manipulate iterator2d within a slip::Box3d. It is used to iterate throw 3d containers |
   iterator3d_plane.hpp | Provides a class to iterate 3d containers throw a planes |
   iterator3d_range.hpp | Provides a class to manipulate iterator3d within a slip::Range. It is used to iterate throw 3d containers |
   iterator4d_box.hpp | Provides a class to manipulate iterator4d within a slip::Box4d. It is used to iterate throw 4d containers |
   iterator4d_range.hpp | Provides a class to manipulate iterator4d within a slip::Range. It is used to iterate throw 4d containers |
   iterator_types.hpp | Provides a class to tag SLIP iterators |
   kstride_iterator.hpp | Provides a class to iterate a 1d range according to a constant step |
   KVector.hpp | Provides a class to manipulate static and generic vectors |
   Matrix.hpp | Provides a class to manipulate Numerical Matrix |
   Matrix3d.hpp | Provides a class to manipulate Matrix3d |
   Matrix4d.hpp | Provides a class to manipulate Matrix4d |
   MultispectralImage.hpp | Provides a class to manipulate 2d Multispectral Images |
   MultivariatePolynomial.hpp | Provides a class to manipulate multivariate polynomial |
   neighbors.hpp | Provides a class to manipulate neighbourhood configurations |
   PinholeCamera.hpp | Provides a Pinhole camera model class |
   PinholeDLTCamera.hpp | Provides a Pinhole Direct Linear Transformation (DLT) camera model class |
   PinholeFaugerasCamera.hpp | Provides a Pinhole Faugeras camera model class |
   Point.hpp | Provides an abstract class to modelize nd points |
   Point1d.hpp | Provides a class to modelize 1d points |
   Point2d.hpp | Provides a class to modelize 2d points |
   Point3d.hpp | Provides a class to modelize 3d points |
   Point4d.hpp | Provides a class to modelize 4d points |
   Polynomial.hpp | Provides a class to manipulate monovariate polynomial |
   Pyramid.hpp | Provides a generic pyramid data structure |
   Range.hpp | Provides a class to manipulate Ranges |
   RegularVector2dField2d.hpp | Provides a class to manipulate 2d Fields containing slip::Vector2d associated with a regular grid |
   RegularVector3dField3d.hpp | Provides a class to manipulate 3d Fields containing slip::Vector3d associated with a regular grid |
   Signal.hpp | Provides a class to manipulate signals |
   SoloffCamera.hpp | Provides a polynomial (Soloff) camera model class |
   stride_iterator.hpp | Provides a class to iterate a 1d range according to a step |
   Vector.hpp | Provides a class to manipulate numerical vectors |
   Vector2d.hpp | Provides a class to manipulate 2d Vector |
   Vector3d.hpp | Provides a class to manipulate 3d Vector |
   Vector4d.hpp | Provides a class to manipulate 4d Vector |
   Volume.hpp | Provides a class to manipulate 3d dynamic and generic containers |
  io | |
   AvReader.hpp | Containers reader from video files (according to libav capability) It includes avcodec.h, avformat.h, swscale.h and pixfmt.h from libav |
   AvWriter.hpp | Containers writer from av files |
   ContainerReader.hpp | Contains the container reader base class |
   ContainerWriter.hpp | Contains the container writer base class |
   FITSDef.hpp | Some definitions specific to FITS format |
   FITSReader.hpp | Containers reader from fits files (read only Single Image FITS file) |
   FITSWriter.hpp | Containers writer into fits files (write only Single Image FITS file) |
   JpegDef.hpp | Some definitions specific to libjpeg |
   JpegReader.hpp | Containers reader from jpeg files It includes jpeglib.h from libjpeg |
   JpegWriter.hpp | Containers writer from jpeg files It includes jpeglib.h from libjpeg |
   NetCDFDef.hpp | Some definitions specific to NetCDF format |
   NetCDFReader.hpp | Containers reader from netcdf files It includes netcdfcpp.h |
   NetCDFWriter.hpp | Containers writer into netcdf files |
   PngDef.hpp | Some definitions specific to libpng |
   PngReader.hpp | Containers reader from png files It includes png.h from libpng |
   PngWriter.hpp | Containers writer from png files It includes png.h from libpng |
   WavDef.hpp | Some definitions specific to wav files manipulations |
   WavReader.hpp | Containers reader from wav files |
   WavWriter.hpp | Containers writer from wav files |
  slip.hpp | Include slip headers |