#include "Core/Geometry/RectangleSet.h"
Include dependency graph for MakeSubRects.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::Core |
namespace | Impala::Core::Geometry |
Functions | |
template<class BackInsertIterator> | |
void | Impala::Core::Geometry::MakeSubRects (BackInsertIterator bi, int imWidth, int imHeight, int borderWidth, int nrRegionsX, int nrRegionsY, double overlap=0.5) |
Function for dividing a big rectangle (typically an image) into a collection of several smaller rectangles. |