Re: Software that generates a 2D triangular mesh from an image
- From: "sket16@xxxxxxxxx" <sket16@xxxxxxxxx>
- Date: Thu, 25 Oct 2007 08:40:01 -0700
On Oct 25, 10:14 am, "ske...@xxxxxxxxx" <ske...@xxxxxxxxx> wrote:
On Oct 25, 5:43 am, spellu...@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
(Peter Spellucci) wrote:
In article <1193287616.977693.223...@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>, "ske...@xxxxxxxxx" <ske...@xxxxxxxxx> writes:
>Hi All,
>Is there a free software that can read an image and generates a 2D
>triangular mesh from it? Thank you.
in what form the "image is given" ? (normally as full matrix with
numerical values corresponding to (height, colors, temperature.. )
and for a complete square grid there is no problem to write down the
triangular grid. if you have scattered data in the plane, then you must use
delaunay triangulation and there is indeed free software for this
for example inhttp://www.netlib.org/toms
hth
peter
Thank you for the response. The image is in B&W BMP format with some
sharp edges and some grey edges. I am looking for a software that can
generate a 2D triangular mesh from this image.
One possible solution would be to convert the image to a unevenly
distributed point map and then use the delaunay triangulation. Again,
I am looking for a code to get the uneven point map.- Hide quoted text -
- Show quoted text -
On a second thought, I am looking for a software for image
segmentation and meshing.
.
- Follow-Ups:
- Re: Software that generates a 2D triangular mesh from an image
- From: Peter Spellucci
- Re: Software that generates a 2D triangular mesh from an image
- References:
- Software that generates a 2D triangular mesh from an image
- From: sket16@xxxxxxxxx
- Re: Software that generates a 2D triangular mesh from an image
- From: Peter Spellucci
- Re: Software that generates a 2D triangular mesh from an image
- From: sket16@xxxxxxxxx
- Software that generates a 2D triangular mesh from an image
- Prev by Date: Re: Exact or Least-Squares Solution 5 Equations
- Next by Date: Re: Least Squares using parametric equations
- Previous by thread: Re: Software that generates a 2D triangular mesh from an image
- Next by thread: Re: Software that generates a 2D triangular mesh from an image
- Index(es):
Relevant Pages
|