1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
set(DOCUMENTATION "The output of a descriptor algorithm is usually a short
vector of numbers which is invariant to common image transformations. Descriptors are
then compared according to some criterion in order to be matched. This module
contains different descriptors such as Fourrier-Mellin, SIFT, SURF, HOG, and so on.")
otb_module(OTBDescriptors
DEPENDS
OTBCommon
OTBITK
OTBImageBase
OTBObjectList
OTBPointSet
OTBTransform
OPTIONAL_DEPENDS
OTBSiftFast
TEST_DEPENDS
OTBImageIO
OTBImageManipulation
OTBInterpolation
OTBTestKernel
DESCRIPTION
"${DOCUMENTATION}"
)
|