![]() |
Microscopy Image Browser 2.91
MIB
|
generate PSI file for Amira the file contains cloud of points, their labels and values More...
Functions | |
| function res = | points2psi (filename, points, pntLabels, pntValues, options) |
| generate PSI file for Amira the file contains cloud of points, their labels and values | |
generate PSI file for Amira the file contains cloud of points, their labels and values
| function res = points2psi | ( | filename, | |
| points, | |||
| pntLabels, | |||
| pntValues, | |||
| options ) |
generate PSI file for Amira the file contains cloud of points, their labels and values
| filename | filename to save data |
| points | a matrix with points [point number, x, y, z] |
| pntLabels | a cell array with labels for each point; can be empty (@param pntValues an array of values for each point; can be empty (default: 1) |
| options | a structure with additional options .overwrite - 1-automatically overwrite existing files .format - a string with format: binary or ascii |
| default | " "); note the spaces will be replaced with underlines |
Referenced by Labels.saveToFile().
