Class DecomposeIntoConnectedComponents
- All Implemented Interfaces:
Provider<ObjectCollection>
Ensures each object in a collection is a connected-component, decomposing it if necessary into
multiple objects.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFromObjects(ObjectCollection objects) Creates aObjectCollectiongiven the entity provided by the delegate.booleanif true, uses 8 neighborhood instead of 4, and similarly in 3dvoidsetBigNeighborhood(boolean bigNeighborhood) if true, uses 8 neighborhood instead of 4, and similarly in 3dMethods inherited from class org.anchoranalysis.image.bean.provider.ObjectCollectionProviderUnary
get, getObjects, setObjectsMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
DecomposeIntoConnectedComponents
public DecomposeIntoConnectedComponents()
-
-
Method Details
-
createFromObjects
Description copied from class:ObjectCollectionProviderUnaryCreates aObjectCollectiongiven the entity provided by the delegate.- Specified by:
createFromObjectsin classObjectCollectionProviderUnary- Parameters:
objects- the entity provided by the delegate.- Returns:
- the created
ObjectCollectionthat is returned by the provider. - Throws:
ProvisionFailedException- if the provider cannot complete successfully.
-
isBigNeighborhood
public boolean isBigNeighborhood()if true, uses 8 neighborhood instead of 4, and similarly in 3d -
setBigNeighborhood
public void setBigNeighborhood(boolean bigNeighborhood) if true, uses 8 neighborhood instead of 4, and similarly in 3d
-