#include "Core/Geometry/InterestPointList.h"
#include "Core/Geometry/InterestCircle.h"
#include "Core/Geometry/InterestRectangleZ.h"
#include "Core/Vector/VectorTem.h"
#include <iostream>
#include <fstream>
Include dependency graph for InterestPointListIO.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Sandbox |
namespace | Impala::Sandbox::Koen |
Functions | |
void | Impala::Sandbox::Koen::WriteRegionsToStreamFormatKoen (std::ostream &fs, InterestPointList &outputPointList, bool writeDescriptors, int borderOffset) |
void | Impala::Sandbox::Koen::WriteRegionsToBuffer (Util::IOBuffer *buffer, InterestPointList &outputPointList, bool writeDescriptors, int borderOffset) |
void | Impala::Sandbox::Koen::WritePointListToFile (String filename, InterestPointList &outputPointList, bool writeDescriptors, int borderOffset, String format, bool appendToExisting=false) |
void | Impala::Sandbox::Koen::ReadRegionsFromStreamFormatKoen (CString content, InterestPointList &outputPointList, bool readDescriptors, int borderOffset) |
void | Impala::Sandbox::Koen::ReadRegionsFromStreamFormatKoen (std::istream &fs, InterestPointList &outputPointList, bool readDescriptors, int borderOffset) |
void | Impala::Sandbox::Koen::ReadPointListFromBuffer (Util::IOBuffer *buffer, InterestPointList &pointList, bool readDescriptors, int borderOffset) |
void | Impala::Sandbox::Koen::ReadPointListFromFile (String filename, InterestPointList &outputPointList, bool readDescriptors, int borderOffset) |