|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::CV::Detector::FREAKDescriptorT< tSize > |
| Forward-declaration of the descriptor class. More... | |
| struct | Ocean::CV::Detector::FREAKDescriptorT< tSize >::CameraDerivativeData |
| The camera data that is required to compute the FREAK descriptor of a image point. More... | |
| class | Ocean::CV::Detector::FREAKDescriptorT< tSize >::CameraDerivativeFunctor |
| Base class to compute the Jacobian of the camera projection matrix wrt. More... | |
| class | Ocean::CV::Detector::FREAKDescriptorT< tSize >::PinholeCameraDerivativeFunctor |
| Functor that can be used to obtain the 2x3 Jacobian of the camera projection matrix wrt. More... | |
| class | Ocean::CV::Detector::FREAKDescriptorT< tSize >::AnyCameraDerivativeFunctor |
| Functor that can be used to obtain the 2x3 Jacobian of the camera projection matrix wrt. More... | |
Namespaces | |
| namespace | Ocean |
| The namespace covering the entire Ocean framework. | |
| namespace | Ocean::CV |
| Namespace of the CV library. | |
| namespace | Ocean::CV::Detector |
| Namespace of the CV Detector library. | |
Typedefs | |
| using | Ocean::CV::Detector::FREAKDescriptor32 = FREAKDescriptorT< 32 > |
| Typedef for the 32-bytes long FREAK descriptor. | |
| using | Ocean::CV::Detector::FREAKDescriptors32 = std::vector< FREAKDescriptor32 > |
| Vector of 32-bytes long FREAK descriptors. | |
| using | Ocean::CV::Detector::FREAKDescriptor64 = FREAKDescriptorT< 64 > |
| Typedef for the 64-bytes long FREAK descriptor. | |
| using | Ocean::CV::Detector::FREAKDescriptors64 = std::vector< FREAKDescriptor64 > |
| Vector of 64-bytes long FREAK descriptors. | |