function output = filterHUBelow(obj,threshold) obj.setVolume(obj.dicomVolume < threshold); output = obj; end