by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - FL/Facet Lists
Introduced first in SolidGeometry 5.3, Creation date: 2023-08-13, Last change: 2025-09-15
See Also: VLwarpgrid
, GeoTIFFBayern
, SGofGeoTIFF
[FL,VL]=FLofVLmeshgrid(VL,[ss,D])
VL: | Vertex list of a surface that was created from a depth image | |
ss: | size of the Image used to create VL | |
D: | if s closed surface model is request, D is the socket height |
FL: | Facet list created by connecting 4 neighbar points | |
VL: | Modified VL, if D is used |
I=GeoTIFFBayern(737,5284:5285,1);
SG.VL=VLwarpgrid(I,'','','',true);
SG.FL=FLofVLmeshgrid(SG.VL,size(I));
SGfigure(30,30); SGplotalpha(SG,'w');
[A.FL,A.VL]=FLofVLmeshgrid(SG.VL,size(I),10);
FLofVLmeshgrid(SG.VL,size(I),10);