informatics-isi-edu / synspy

Synaptic segmentation and visualization with fluorescence microscopy
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

2D viewer paint mode ignores thresholds #57

Closed karlcz closed 6 years ago

karlcz commented 6 years ago

The viewer2d paintbrush mode paints all segments within the brush rather than only those which are in range according to the intensity thresholds.

karlcz commented 6 years ago

@BDemps if you want the paint mode to only affect segments that are within threshold range, do you also want erase mode to be restricted? Or should erase clear any segment under the brush even if it is out of range?

karlcz commented 6 years ago

This was fixed in master. Erase mode continues to ignore thresholds but paint mode now only paints in-threshold segments under the brush.