function output = filterHUOver(obj,threshold) obj.setVolume(obj.dicomVolume > threshold); output = obj; end