24 #ifndef _SEFRAMEWORK_IMAGE_THRESHOLDEDIMAGE_H_
25 #define _SEFRAMEWORK_IMAGE_THRESHOLDEDIMAGE_H_
64 return "ThresholdedImage(" +
m_image->getRepr() +
")";
76 auto img_chunk =
m_image->getChunk(
x,
y, width, height);
79 for (
int iy = 0; iy < height; ++iy) {
80 for (
int ix = 0; ix < width; ++ix) {
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > x
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > y