Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
Misc_func Directory Reference
Directory dependency graph for Misc_func:
Misc_func

Directories

directory  imclipboard
 

Files

file  bwdistsc.m
 D=BWDISTSC(BW,ASPECT) BWDISTSC computes Euclidean distance transform of a binary 3D image BW. Distance transform assigns to each pixel in BW a number that is the distance from that pixel to the nearest nonzero pixel in BW. BWDISTSC can accept a regular 2D image, a 3D array, and a cell array of 2D slices. ASPECT is a 3-component vector defining the voxel-aspect-ratio for BW. If ASPECT is not given, [1 1 1] isotropic aspect ratio is assumed.
 
file  bwdistsc1.m
 D=BWDISTSC1(BW,ASPECT,MAXVAL) BWDISTSC1 computes Euclidean distance transform of a binary 3D image BW out to a specified value MAXVAL. This allows accelerating the calculations in some cases with strongly nonconvex geometries, if the distance transform only needs to be calculated out to a specific value. The distance transform assigns to each pixel in BW a number that is the distance from that pixel to the nearest nonzero pixel in BW. BW may be a 3D array or a cell array of 2D slices. BWDISTSC1 can also accept regular 2D images. ASPECT is a 3-component vector defining the aspect ratios to use when calculating the distances in BW. If ASPECT is not set, isotropic aspect ratio [1 1 1] is used. If MAXVAL is specified, the distance transform will be only calculated out to the value MAXVAL.
 
file  correlationAnalysis_script.m
 Script to run correlation analysis for the Correlation Panel.
 
file  extrema.m
 
file  extrema2.m
 Gets the extrema points from a surface.
 
file  findjobj.m
 
file  imRAG.m
 IMRAG Region adjacency graph of a labeled image.
 
file  imRichRAG.m
 IMRICHRAG Region adjacency graph of a labeled image with edge infos, originating from the imRAG function.
 
file  my_ginput.m
 GINPUT Graphical input from mouse. [X,Y] = GINPUT(N) gets N points from the current axes and returns the X- and Y-coordinates in length N vectors X and Y. The cursor can be positioned using a mouse. Data points are entered by pressing a mouse button or any key on the keyboard except carriage return, which terminates the input before N points are entered.
 
file  removeDotsFromFilePath.m
 
file  rendertext.m
 Render RGB text over RGB or grayscale images by Davide Di Gloria with the great contribution of Franz-Gerold Url.
 
file  view3d.m
 view3d Interactively rotate, zoom and pan the view of a 3-D plot
 
file  xlswrite2.m
 XLSWRITE Stores numeric array or cell array in Excel workbook.