Uses of Class
org.anchoranalysis.bean.shared.relation.RelationBean
Packages that use RelationBean
Package
Description
Specifies a binary relation of some kind between scalars.
Specifies a unary relation to a threshold value.
Implementations of
ObjectFilter.Implementations of
ObjectCollectionProvider
involving merging objects together.Implementations of
VoxelScore.-
Uses of RelationBean in org.anchoranalysis.plugin.image.bean.object.filter
Methods in org.anchoranalysis.plugin.image.bean.object.filter that return RelationBeanModifier and TypeMethodDescriptionObjectFilterRelation.getRelation()The relation to be used in the filter predicate.Methods in org.anchoranalysis.plugin.image.bean.object.filter with parameters of type RelationBeanModifier and TypeMethodDescriptionvoidObjectFilterRelation.setRelation(RelationBean relation) The relation to be used in the filter predicate. -
Uses of RelationBean in org.anchoranalysis.plugin.image.bean.object.provider.merge
Methods in org.anchoranalysis.plugin.image.bean.object.provider.merge that return RelationBeanMethods in org.anchoranalysis.plugin.image.bean.object.provider.merge with parameters of type RelationBeanModifier and TypeMethodDescriptionvoidMergePairs.setRelation(RelationBean relation) Relation to threshold -
Uses of RelationBean in org.anchoranalysis.plugin.image.feature.bean.score
Methods in org.anchoranalysis.plugin.image.feature.bean.score that return RelationBeanModifier and TypeMethodDescriptionIdentityImposeValueRelationToHistogram.getRelation()The relation to test between the voxel value and the histogram value.Methods in org.anchoranalysis.plugin.image.feature.bean.score with parameters of type RelationBeanModifier and TypeMethodDescriptionvoidIdentityImposeValueRelationToHistogram.setRelation(RelationBean relation) The relation to test between the voxel value and the histogram value.