cooperlab / ActiveLearning

Software and documentation from the active learning project on interactive classification.
5 stars 12 forks source link

Added paint mode for training on viewer #116

Closed slee172 closed 6 years ago

slee172 commented 6 years ago

Paint mode is added to the viewer tab.

When changing a classification rule on Heatmap tab, the user was required to do the double click to change a positive or negative region into a negative or positive region. However, this is very time consuming to select many regions by only using the double click option. Thus, adding a paint mode for the problem above will be very useful for the users to choose many regions.

The paint mode works as below:

  1. Click the "Paint on" button on the heatmap tab.
  2. Zoom in or out to choose an interesting region.
  3. Click and drag to change positive or negative regions. (if you click and drag a positive region, the paint mode will change the positive region to a negative region. If you click and drag a negative region, the paint mode will change the negative region to a positive region)