FLofVLmeshgrid

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

crestes a fact list for a vertex list that was created from a depth image



See Also: VLwarpgrid , GeoTIFFBayern , SGofGeoTIFF

Example Illustration

 missing image of FLofVLmeshgrid(VL,ss,D)

Syntax

[FL,VL]=FLofVLmeshgrid(VL,[ss,D])

Input Parameter

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

Output Parameter

FL: Facet list created by connecting 4 neighbar points
VL: Modified VL, if D is used

Examples


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);

Additional Hyperlinks





Copyright 2023-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Last html export of this page out of FM database by TL: 2025-09-21