69 std::vector<utils::Point>
m_buf;
95 void removeBoundingBox(
int bufferSize);
int n
number of sampled points
Definition: LineSampler.h:77
undocument this line if you encounter any issues!
Definition: Any.h:37
result type providing a Point-pointer and number of sample points
Definition: LineSampler.h:75
Utility class for line sampling.
Definition: LineSampler.h:67
std::vector< utils::Point > m_buf
internal buffer
Definition: LineSampler.h:69
const utils::Point * points
sampled points data
Definition: LineSampler.h:76
std::vector< int > m_br
optionally given bounding rect
Definition: LineSampler.h:70
const utils::Point & operator[](int idx) const
convenience inde operator to iterate over sampled points
Definition: LineSampler.h:80
Point class of the ICL used e.g. for the Images ROI offset.
Definition: Point.h:58
Rectangle class of the ICL used e.g. for the Images ROI-rect.
Definition: Rect.h:95
#define ICLCore_API
Definition: CompatMacros.h:174