| amanatidesWoo2D.h [code] | Header file declaring AmanatidesWoo2D class |
| amanatidesWoo2DIterator.h [code] | Header file declaring AmanatidesWoo2DIterator class |
| amanatidesWoo3D.h [code] | Header file declaring AmanatidesWoo3D class |
| amanatidesWoo3DIterator.h [code] | Header file declaring AmanatidesWoo3DIterator class |
| argumentDescription.h [code] | Header file declaring functions which can be used to describe arguments in stack traces |
| array1D.h [code] | Header file declaring Array1D class |
| array2D.h [code] | Header file declaring Array2D class |
| array3D.h [code] | Header file declaring Array3D class |
| automaticMain.cpp [code] | |
| autoregister.cpp [code] | Source file allowing control of what gets run by the main() routine in libdlrTestAutomaticMain |
| autoregister.h [code] | Header file allowing control of what gets run by the main() routine in libdlrTestAutomaticMain |
| bilinearInterpolator.h [code] | Header file declaring BilinearInterpolator class |
| broadcastQueue.h [code] | Header file declaring BroadcastQueue class |
| bSpline.h [code] | Header file declaring the BSpline class |
| byteOrder.h [code] | Header file declaring some useful routines related to endian-ness |
| canny.h [code] | Header file declaring some routines to compute canny edge images |
| clapack.h [code] | Klugey header file to declare the LAPACK routines we need |
| clientID.h [code] | Header file declaring ClientID class |
| colorspaceConverter.h [code] | Header file declaring ColorspaceConverter class template |
| compileTimestamp.cpp [code] | Source file defining CompileTimestamp class |
| compileTimestamp.h [code] | Header file declaring CompileTimestamp class |
| connectedComponents.h [code] | Header file declaring the connectedComponents() function template |
| convolutionStrategy.h [code] | Header file declaring an enum which represents different ways of handling border effects when performing convolution and correlation |
| convolve.h [code] | Header file declaring 1D correlation and convolution functions |
| convolve1D.h [code] | Header file declaring 1D correlation and convolution functions |
| convolve2D.h [code] | Header file declaring 1D correlation and convolution functions |
| dataQueue.h [code] | Header file declaring DataQueue class |
| date.cpp [code] | Source file defining Date class |
| date.h [code] | Header file declaring Date class |
| dilate.h [code] | Header file declaring the dilate() function template |
| distributionQueue.h [code] | Header file declaring DistributionQueue class |
| erode.h [code] | Header file declaring the erode() function template |
| exception.cpp [code] | Source file defining some exception types |
| dlrCommon/exception.h [code] | Header file declaring some exception types |
| dlrThread/exception.h [code] | Header file declaring some exception types and providing namespace documentation |
| dlrUtilities/exception.h [code] | Header file declaring some exception types and providing namespace documentation |
| filesystem.cpp [code] | Source file defining portability routines for dealing with filesystems |
| filesystem.h [code] | Header file declaring portability routines for dealing with filesystems |
| filter.h [code] | Header file declaring functions for performing image filtering |
| frequencyGoverner.h [code] | Header file declaring the FrequencyGoverner class |
| dlrCommon/functional.h [code] | Header file declaring functors which are not part of the C++ standard library |
| dlrNumeric/functional.h [code] | Header file declaring numeric functors |
| gaussianDistribution.h [code] | Header file declaring GaussianDistribution class |
| geometry2D.cpp [code] | Source file file declaring useful functions for dlrNumeric |
| geometry2D.h [code] | Header file declaring some 2D geometric routines for dlrNumeric |
| getEuclideanDistance.h [code] | Header file declaring the euclideanDistance() function template |
| gradientFunction.h [code] | Header file declaring GradientFunction class |
| histogramEqualize.cpp [code] | Source file defining histogram equalization routines |
| histogramEqualize.h [code] | Header file declaring histogram equalization routines |
| IEEEFloat32.cpp [code] | Source file defining the IEEEFloat32 class |
| IEEEFloat32.h [code] | Header file declaring the IEEEFloat32 class |
| image.h [code] | Header file declaring Image class |
| imageFormat.h [code] | Header file declaring ImageFormat enum |
| imageFormatTraits.h [code] | Header file declaring ImageFormatTraits classes |
| imageIO.cpp [code] | Source file defining functions for reading and writing images |
| dlrComputerVision/imageIO.h [code] | Header file declaring functions for reading and writing images |
| dlrUtilities/imageIO.h [code] | Header file declaring routines for importing & exporting images |
| index2D.cpp [code] | Source file defining Index2D class |
| index2D.h [code] | Header file declaring Index2D class |
| inputStream.h [code] | Header file declaring InputStream class |
| kernel.h [code] | Header file declaring Kernel class |
| kernels.h [code] | Header file declaring some stock kernels to be used in client code |
| LICENSE.TXT [code] | This file describes the license for the dlr utility libraries, which are general support libraries for exception handling, unit testing, numerics, optimization, etc |
| linearAlgebra.cpp [code] | Source file defining linear algebra functions |
| linearAlgebra.h [code] | Header file declaring linear algebra functions |
| lockFile.cpp [code] | Source file defining the LockFile class |
| lockFile.h [code] | Header file declaring the LockFile class |
| monitor.cpp [code] | Source file implementing the Monitor class |
| monitor.h [code] | Header file declaring Monitor class |
| naiveSnake.cpp [code] | Source file defining a naive snakes implementation |
| naiveSnake.h [code] | Header file declaring a naive snakes implementation |
| nonMaximumSuppress.h [code] | Header file declaring nonMaximumSuppress() function |
| numericTraits.h [code] | Header file declaring numericTraits types |
| opticalFlow.h [code] | Header file declaring an implementation of the Lucas-Kanade optical flow algorithm |
| optimizer.h [code] | Header file declaring Optimizer class |
| optimizerBFGS.h [code] | Header file declaring OptimizerBFGS class |
| optimizerCommon.h [code] | Header file declaring some utility functions for the Optimizer classes |
| optimizerLineSearch.h [code] | Header file declaring OptimizerLineSearch class |
| optimizerLM.h [code] | Header file declaring OptimizerLM class |
| optimizerNelderMead.h [code] | Header file declaring OptimizerNelderMead class |
| optionDescription.cpp [code] | Source file defining the OptionDescription class |
| optionDescription.h [code] | Header file declaring the OptionDescription class |
| optionParser.cpp [code] | Source file defining the OptionParser class |
| optionParser.h [code] | Header file declaring the OptionParser class |
| path.cpp [code] | Source file defining routines for working with the filesystem |
| path.h [code] | Header file declaring routines for working with the filesystem |
| pixelBGRA.h [code] | Header file declaring the PixelBGRA class template |
| pixelHSV.h [code] | Header file declaring the PixelHSV class template |
| pixelRGB.h [code] | Header file declaring the PixelRGB class template |
| pixelRGBA.h [code] | Header file declaring the PixelRGBA class template |
| plane3D.cpp [code] | Source file defining the Plane3D class |
| plane3D.h [code] | Header file declaring the Plane3D class |
| polynomial.h [code] | Header file declaring a class for representing simple polynomials |
| private.h [code] | Header file declaring utility routines which should be considered private to the dlrThread library |
| pseudoRandom.cpp [code] | Source file defining PseudoRandom class |
| pseudoRandom.h [code] | Header file declaring PseudoRandom class |
| pythonIO.h [code] | Header file declaring routines for importing & exporting things in a format that's readable & writable by the python programming language |
| quaternion.cpp [code] | Source file defining Quaternion class |
| quaternion.h [code] | Header file declaring Quaternion class |
| ray3D.cpp [code] | Source file defining the Ray3D class |
| ray3D.h [code] | Header file declaring Ray3D class |
| README.TXT [code] | |
| referenceCount.h [code] | Header file declaring ReferenceCount class |
| registerPoints3D.h [code] | Header file declaring an implementation of Horn's method for registering 3D point sets |
| RELEASE_NOTES.TXT [code] | This file gives a high level overview of recent changes |
| rotations.cpp [code] | Source file declaring functions which convert between different representations of 3D rotation |
| rotations.h [code] | Header file declaring functions which convert between different representations of 3D rotation |
| runnableObject.h [code] | Header file declaring RunnableObject class, which is a parent class for the TestFuxture class template |
| sampledFunctions.h [code] | Header file declaring code which return sampled versions of common functions, such as gaussians, etc |
| slice.h [code] | Header file declaring Slice class |
| sobel.h [code] | Header file declaring some routines to compute sobel edge images |
| standardC.cpp [code] | Header file defining routines which conform to various C standards, but are missing from various compilers |
| standardC.h [code] | Header file declaring routines which conform to various C standards, but are missing from various compilers |
| stencil2D.h [code] | Header file declaring the Stencil2D class template |
| stridedPointer.h [code] | Header file declaring StridedPointer class |
| stringManipulation.cpp [code] | Source file defining routines for working with strings |
| stringManipulation.h [code] | Header file declaring routines for working with strings |
| subArray1D.h [code] | Header file declaring SubArray1D class |
| subArray2D.h [code] | Header file declaring SubArray2D class |
| tags.cpp [code] | Source file corresponding to tags.h |
| tags.h [code] | Header file declaring largely superfluous tag types |
| testException.h [code] | Header file declaring a specialization of dlr::Exception which will be thrown to indicate failed unit tests |
| testFixture.h [code] | Header file declaring TestFixture class |
| testMacros.h [code] | Header file declaring macros for dlrTest library |
| threadFunctor.cpp [code] | Source file defining ThreadFunctor class |
| threadFunctor.h [code] | Header file declaring ThreadFunctor class |
| timeUtilities.cpp [code] | Source file declaring some useful time-related routines |
| dlrPortability/timeUtilities.h [code] | Header file declaring some useful time-related routines |
| dlrUtilities/timeUtilities.h [code] | Header file declaring some useful time-related routines |
| traceable.h [code] | Header file declaring tools for generating debugging traces when failures occur |
| transform2D.cpp [code] | Source file defining Transform2D class |
| transform2D.h [code] | Header file declaring Transform2D class |
| transform3D.cpp [code] | Source file defining Transform3D class |
| transform3D.h [code] | Header file declaring Transform3D class |
| transform3DTo2D.cpp [code] | Source file defining Transform3DTo2D class |
| transform3DTo2D.h [code] | Header file declaring Transform3DTo2D class |
| triple.h [code] | Header file declaring Triple class |
| types.h [code] | Header file defining explicit types, such as Int32, Int64, etc |
| dlrComputerVision/utilities.h [code] | Header file declaring utility functions for dlrComputerVision library |
| dlrNumeric/utilities.h [code] | Header file declaring useful functions for dlrNumeric |
| utilities3D.cpp [code] | |
| utilities3D.h [code] | |
| vector2D.cpp [code] | Source file defining Vector2D class |
| vector2D.h [code] | Header file declaring Vector2D class |
| vector3D.cpp [code] | Source file defining Vector3D class |
| vector3D.h [code] | Header file declaring Vector3D class |
| VERSION.TXT [code] | This is dlrLibs version 1.28 |