saalfeldlab / paintera

GNU General Public License v2.0
99 stars 17 forks source link

Improve workflow with large number of label sources #403

Open igorpisarev opened 4 years ago

igorpisarev commented 4 years ago

The current workflow is not optimized for a large number of label sources. In the use-case where label sources are binary masks of primitive type (meaning that they have only 0 or 1 values), there are the following issues:

igorpisarev commented 4 years ago

Working around the second point is easy: we can simply use a unique ID in each source, i.e. instead of each source being a 0/1 binary mask, it could be 0 or some unique integer value. The first and third points remain and would need to be addressed in Paintera.