Currently the PointPixelRegion.contains method always returns False. However this is not correct for the cases of sampled image data, because the size of the pixel is finite, namely 1 x 1 pix. This mean the .contains() method should return true if a position is contained in the finite support of the pixel.
Currently the
PointPixelRegion.containsmethod always returnsFalse. However this is not correct for the cases of sampled image data, because the size of the pixel is finite, namely1 x 1 pix. This mean the.contains()method should return true if a position is contained in the finite support of the pixel.