Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 676 Bytes

reference_averageAngleBetweenAdjacentTriangles.md

File metadata and controls

15 lines (10 loc) · 676 Bytes

averageAngleBetweenAdjacentTriangles

Takes a pointlist and a touch matrix to determine the average angle of adjacent triangles in a surface mesh. For every point, the average angle of adjacent triangles is saved.

Usage in ImageJ macro

Ext.CLIJx_averageAngleBetweenAdjacentTriangles(Image pointlist, Image touch_matrix, Image average_distancelist_destination);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint