(const int col, const int row)
seem more natural coordinates/arguments than const std::shared_ptr<Pixel>& px
for Detector
class and its children. In particular as conversion from (col,row)
to Pixel
object is a bit cumbersome.
(const int col, const int row)
seem more natural coordinates/arguments than const std::shared_ptr<Pixel>& px
for Detector
class and its children. In particular as conversion from (col,row)
to Pixel
object is a bit cumbersome.