knime-ip / knip

KNIME Image Processing Extension
https://www.knime.com/community/image-processing
49 stars 11 forks source link

Improve segment filter dialog #461

Closed tibuch closed 7 years ago

tibuch commented 7 years ago

Add the logic of the KNIME Row Filter node to the Segment Filter Dialog. The user can now choose between simple string matching, regex matching, wildcard matching and also make use of case sensitive matching.

This is how the dialog looks now: image

This should resolve issue https://github.com/knime-ip/knip/issues/460.

The dialog is still backwards compatible. I identified the old settings as case sensitive wild card matching. Can someone ( @gab1one, @dietzc, @hornm ) double-check?

Note: This also "affects" (implementation changed, behaviour is still the same) label filtering in all views.