Returns true when another artifact has identical normalized pixel data.
bool hasSameMatrixData(Artifact other) { return cols == other.cols && listEquals(_matrix, other._matrix); }