Class DescriptiveNameContainsImageLabeller
Labels images based on whether their descriptive name contains a specific string.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe string to search for in the image's descriptive name.labelFor
(NoSharedState sharedState, ProvidesStackInput input, InputOutputContext context) Determines a particular group-identifier (label) for an input.void
setContains
(String contains) The string to search for in the image's descriptive name.Methods inherited from class org.anchoranalysis.plugin.image.task.bean.labeller.BinaryOutcomeImageLabeller
allLabels, classificationString, initialize
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
DescriptiveNameContainsImageLabeller
public DescriptiveNameContainsImageLabeller()
-
-
Method Details
-
getContains
The string to search for in the image's descriptive name. -
setContains
The string to search for in the image's descriptive name.