Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
points2amira.m File Reference

generate AM file for Amira with cloud of points, their labels and values More...

Functions

function res = points2amira (filename, points, pntLabels, pntValues, options)
 generate AM file for Amira with cloud of points, their labels and values
 

Detailed Description

generate AM file for Amira with cloud of points, their labels and values

Function Documentation

◆ points2amira()

function res = points2amira ( filename,
points,
pntLabels,
pntValues,
options )

generate AM file for Amira with cloud of points, their labels and values

Parameters
filenamefilename to save data
pointsa matrix with points [point number, x, y, z]
pntLabelsa cell array with labels for each point; can be empty (default: " ")
pntValuesan array of values for each point; can be empty (default: 1)
optionsa structure with additional options .overwrite - 1-automatically overwrite existing files .format - a string with format: binary or ascii
Required fields of options: