Deletion Plugins

Delete Selected Objects Plugin

class morphonet.plugins.deletion.deleteSelectedObjects.DeleteSelectedObjects

Bases: MorphoPlugin

This plugin completly delete the opbjects from the segmented image

Parameters:Objects – It can be apply either on selected or colored objects
process(t, dataset, objects)

Fuse Selected Objects Plugin

class morphonet.plugins.deletion.fuseSelectedObjects.FuseSelectedObjects

Bases: MorphoPlugin

This plugin fuse opbjects in the segmented image

Parameters:Objects – It can be apply either on selected objects or on colored objects where fusion will done by selection id
process(t, dataset, objects)

Remove Under Plugin

class morphonet.plugins.deletion.removeUnder.RemoveUnder

Bases: MorphoPlugin

This plugin remove opbjects under a certain volume in the segmented image

Parameters:Size (Voxel) – The volume under which objecs as to be remove
process(t, dataset, objects)