1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
set(DOCUMENTATION "This module contains classes related to streaming
functionalities: only the data of a particular requested region are produced. This is
useful when big images must be processed: processing is done piecewise, which prevents
the system from running out of memory.")
otb_module(OTBStreaming
ENABLE_SHARED
DEPENDS
OTBCommon
OTBITK
OTBImageBase
OTBOSSIMAdapters
OTBObjectList
TEST_DEPENDS
OTBImageIO
OTBStatistics
OTBTestKernel
DESCRIPTION
"${DOCUMENTATION}"
)
|