| calibrationTools.h [code] | Header file declaring utility routines for use in calibrating sensors |
| cameraIntrinsics.h [code] | Header file declaring a parent class from which to derive classes which represent camera intrinsic parameters |
| cameraIntrinsicsPinhole.cpp [code] | Source file defining a CameraIntrinsics subclass for pinhole cameras |
| cameraIntrinsicsPinhole.h [code] | Header file declaring a CameraIntrinsics subclass for pinhole cameras |
| cameraIntrinsicsPlumbBob.cpp [code] | Source file defining a CameraIntrinsics subclass for pinhole cameras |
| cameraIntrinsicsPlumbBob.h [code] | Header file declaring a CameraIntrinsics subclass for cameras conforming to Brown-Conrady "plumb bob" camera model |
| canny.h [code] | Header file declaring some routines to compute canny edge images |
| colorspaceConverter.h [code] | Header file declaring ColorspaceConverter class template |
| connectedComponents.h [code] | Header file declaring the connectedComponents() function template |
| dilate.h [code] | Header file declaring the dilate() function template |
| disjointSet.h [code] | Header file declaring a class to be used in implementing algorithms that need a "forest of disjoint sets" data structure |
| eightPointAlgorithm.cpp [code] | Source file defining support functions for the eightPointAlgorithm() function template |
| eightPointAlgorithm.h [code] | Header file declaring the eightPointAlgorithm() function template |
| erode.h [code] | Header file declaring the erode() function template |
| extendedKalmanFilter.cpp [code] | Source file declaring a Extended Kalman Filter implementation |
| extendedKalmanFilter.h [code] | Header file declaring a Extnend Kalman Filter implementation |
| featureAssociation.h [code] | Header file declaring functions that pair features from two disjoint sets based on a user supplied similarity measure |
| filter.h [code] | Header file declaring functions for performing image filtering |
| fivePointAlgorithm.cpp [code] | Source file declaring the fivePointAlgorithm() function template |
| fivePointAlgorithm.h [code] | Header file declaring the fivePointAlgorithm() function template |
| getEuclideanDistance.h [code] | Header file declaring the euclideanDistance() function template |
| histogramEqualize.cpp [code] | Source file defining histogram equalization routines |
| histogramEqualize.h [code] | Header file declaring histogram equalization routines |
| 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 |
| imageIO.h [code] | Header file declaring functions for reading and writing images |
| imageWarper.h [code] | Header file declaring ImageWarper class |
| kdTree.h [code] | Header file declaring a class implementing a KD-Tree data structure |
| 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 dlrComputerVision library |
| naiveSnake.cpp [code] | Source file defining a naive snakes implementation |
| naiveSnake.h [code] | Header file declaring a naive snakes implementation |
| nChooseKSampleSelector.h [code] | Header file declaring a class for exhaustively sampling populations of things |
| nonMaximumSuppress.h [code] | Header file declaring nonMaximumSuppress() function |
| opticalFlow.h [code] | Header file declaring an implementation of the Lucas-Kanade optical flow algorithm |
| 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 |
| pixelYIQ.h [code] | Header file declaring the PixelYIQ class template |
| quadMap.h [code] | Header file declaring a class implementing a KD-Tree data structure |
| randomSampleSelector.h [code] | Header file declaring a class for randomly sampling populations of things |
| ransac.h [code] | Header file declaring an implementation of the RANSAC algorithm |
| README.TXT [code] | |
| 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 |
| segmenterFelzenszwalb.cpp [code] | Source file defining an image segmentation class |
| segmenterFelzenszwalb.h [code] | Header file declaring an image segmentation class |
| sobel.h [code] | Header file declaring some routines to compute sobel edge images |
| stereoRectify.cpp [code] | Sourc file defining code to compute image rectification parameters for stereo image pairs |
| stereoRectify.h [code] | Header file declaring code to compute image rectification parameters for stereo image pairs |
| threePointAlgorithm.h [code] | Header file declaring the threePointAlgorithm() function template |
| utilities.h [code] | Header file declaring utility functions for dlrComputerVision library |
| VERSION.TXT [code] | This is dlrComputerVision version 2.4 |
1.5.8