8 #ifndef ossimAtpTool_HEADER 9 #define ossimAtpTool_HEADER 1 23 enum Method { METHOD_UNASSIGNED=0, GET_ALGO_LIST, GET_PARAMS, GENERATE };
35 virtual bool execute();
41 virtual void loadJSON(
const Json::Value& json);
43 virtual void saveJSON(Json::Value& json)
const { json = m_responseJSON; }
53 void doPairwiseMatching();
Represents serializable keyword/value map.
THESE FUNCTIONS REQUIRE OPENCV.
std::basic_ostream< char > ostream
Base class for char output streams.