types.core.PlaneSegmentation - MATLAB File Help
types.core.PlaneSegmentation
  PlaneSegmentation Results from image segmentation of a specific imaging plane.
Class Details
Superclasses types.hdmf_common.DynamicTable, types.untyped.GroupClass
Sealed false
Construct on load false
Constructor Summary
PlaneSegmentation Constructor for PlaneSegmentation 
Property Summary
colnames (char) The names of the columns in this table. This should be used to specify an order to the columns. 
description (char) Description of what is in this dynamic table. 
id REQUIRED (ElementIdentifiers) Array of unique identifiers for the rows of this dynamic table. 
image_mask (VectorData) ROI masks for each ROI. Each image mask is the size of the original imaging plane (or volume) and members of the ROI are finite non-zero. 
imaging_plane ImagingPlane 
pixel_mask (VectorData) Pixel masks for each ROI: a list of indices and weights for the ROI. Pixel masks are concatenated and parsing of this dataset is maintained by the PlaneSegmentation 
pixel_mask_index (VectorIndex) Index into pixel_mask. 
reference_images (ImageSeries) One or more image stacks that the masks apply to (can be one-element stack). 
vectordata (VectorData) Vector columns, including index columns, of this dynamic table. 
voxel_mask (VectorData) Voxel masks for each ROI: a list of indices and weights for the ROI. Voxel masks are concatenated and parsing of this dataset is maintained by the PlaneSegmentation 
voxel_mask_index (VectorIndex) Index into voxel_mask. 
Method Summary
  addColumn  
  addRow  
  addlistener Add listener for event. 
  clear  
  delete Delete a handle object. 
  eq == (EQ) Test handle equality. 
  export  
  findobj Find objects matching specified conditions. 
  findprop Find property of MATLAB handle object. 
  ge >= (GE) Greater than or equal relation for handles. 
  getRow  
  gt > (GT) Greater than relation for handles. 
Sealed   isvalid Test handle validity. 
  le <= (LE) Less than or equal relation for handles. 
  listener Add listener for event without binding the listener to the source object. 
  loadAll  
  lt < (LT) Less than relation for handles. 
  ne ~= (NE) Not equal relation for handles. 
  notify Notify listeners of event. 
  toTable  
  validate_colnames  
  validate_description  
  validate_id  
  validate_image_mask  
  validate_imaging_plane  
  validate_pixel_mask  
  validate_pixel_mask_index  
  validate_reference_images  
  validate_vectordata  
  validate_voxel_mask  
  validate_voxel_mask_index  
Event Summary