{
return acc + selected.count;
}, 0);
- const message = `This will combine ${numCategories} categories into
- one category containing all ${labelCounts} labeled
+ const message = `This will combine ${numCategories} labels into
+ one label containing all ${labelCounts} labeled
superpixels.`;
return message;
},
@@ -80,11 +80,11 @@ export default Vue.extend({
×
- Merge Categories
+ Merge Labels
-
WARNING: Merging categories cannot be undone. {{ warningMessage }}
+
WARNING: Merging labels cannot be undone. {{ warningMessage }}
{
d += 1;
}
if (d < 0 || d >= store.categories.length) {
- console.warn(`No category found at index ${d} in the category map.`);
+ console.warn(`No label found at index ${d} in the label map.`);
return 'rgba(0, 0, 0, 0)';
}
const category = store.categories[d];