[vtkusers] CVS write
Zeger Knops
zeger at cs.uu.nl
Mon Nov 11 05:18:24 EST 2002
I developed some filters:
vktImageMutualInformation : computes the normalized mutual information
of two images using a transformation matrix to map one image to the
other.
vtkImageCluster : computes a clustering of the image based on the
histogram and K-means clustering (this is not the iterative procedure
but this filter computes the optimal K-means clustering for a given
number of clusters)
How do I contribute this code?
Zeger
-----Original Message-----
From: vtkusers-admin at public.kitware.com
[mailto:vtkusers-admin at public.kitware.com] On Behalf Of Naoko TAKAYA
Sent: Monday, November 11, 2002 10:54 AM
To: VTK
Subject: Re: [vtkusers] Colour a triangle
Dear VTK-users,
I've just solved the problem... sorry... ;-)
But just one more thing.
I changed the vtkFloatScalars to vtkUnsignedCharScalars to
solve the problem, but why does vtkUnsignedCharScalars work
and not vtkFloatScalars. although the coordinates are in
float ?
Any advice is very much appreciated ;-)
Naoko
_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list