<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.na-mic.org/w/index.php?action=history&amp;feed=atom&amp;title=NA-MIC%2FProjects%2FStructural%2FShape_Analysis%2FITK_Spherical_Wavelets_API</id>
	<title>NA-MIC/Projects/Structural/Shape Analysis/ITK Spherical Wavelets API - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.na-mic.org/w/index.php?action=history&amp;feed=atom&amp;title=NA-MIC%2FProjects%2FStructural%2FShape_Analysis%2FITK_Spherical_Wavelets_API"/>
	<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=NA-MIC/Projects/Structural/Shape_Analysis/ITK_Spherical_Wavelets_API&amp;action=history"/>
	<updated>2026-05-18T00:30:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=NA-MIC/Projects/Structural/Shape_Analysis/ITK_Spherical_Wavelets_API&amp;diff=4694&amp;oldid=prev</id>
		<title>Andy: Update from Wiki</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=NA-MIC/Projects/Structural/Shape_Analysis/ITK_Spherical_Wavelets_API&amp;diff=4694&amp;oldid=prev"/>
		<updated>2006-12-18T19:31:56Z</updated>

		<summary type="html">&lt;p&gt;Update from Wiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Base Classes ==&lt;br /&gt;
&lt;br /&gt;
'''SphericalWaveletObject'''&amp;lt;dimension of signal ,type of signal&amp;gt;::itkObject&lt;br /&gt;
&lt;br /&gt;
: Functions:&lt;br /&gt;
:: -get/setSubdivisionLevel() : sets the level of recursive, spherical icosahedron subdivision&lt;br /&gt;
:: -getTemplateMesh() [sphere] : returns the subdivided icosahdron mesh with lower levels preceding higher levels in the point list.&lt;br /&gt;
:: -get/setSignalVector (does not compute, only storage)&lt;br /&gt;
:: -get/setCoefficientVector (does not compute, only storage)&lt;br /&gt;
:: -IsSignalVectorAvailable() whether the signal information is available&lt;br /&gt;
:: -IsCoefficientVector() whether the coefficients are available&lt;br /&gt;
&lt;br /&gt;
: :: -getIndicesSetAtResolution() //this the K set, used for the forward/backward filters&lt;br /&gt;
:: -getDifferenceIndicesSetAtResolution() //this is the M set, used for the forward/backward filters&lt;br /&gt;
: Member Variables:&lt;br /&gt;
:: Private:&lt;br /&gt;
::: coeffs:itkVector&amp;lt;itkVector&amp;lt;double&amp;gt;&amp;gt; (k-th vector stores the coefficients for dimension k of signal) [Nxd], where N is the number of points in the template mesh, and d is the dimenstionality of the signal&lt;br /&gt;
::: signal:itkVector&amp;lt;itkVector&amp;lt;type of signal&amp;gt;&amp;gt; (k-th vector stores the signal at dimension k) [Nxd], where N is the number of points in the template mesh, and d is the dimenstionality of the signal&lt;br /&gt;
::: A,B,C,K,M …(what type of structure?)&lt;br /&gt;
::: itkMesh: TemplateMesh&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;'''SurfaceWaveletsObject'''&amp;lt;dim,type&amp;gt;::'''SphericalWaveletsObject'''&amp;lt;dim,type&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: Functions:&lt;br /&gt;
:: -set/getSphericalParametrizedMesh() [internally we remesh]&lt;br /&gt;
:: -get/setSurfaceSignal&lt;br /&gt;
&lt;br /&gt;
== Filters ==&lt;br /&gt;
&lt;br /&gt;
'''SphericalWaveletsSignalToCoefficientsFilter'''&amp;lt;nowiki&amp;gt;::processingObject &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: Functions:&lt;br /&gt;
:: -setInput(sphericalWaveletObject)&lt;br /&gt;
:: -getOutput(sphericalWaveletObject)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;'''SphericalWaveletsCoefficentsToSignalFilter'''&amp;lt;nowiki&amp;gt;::processingObject &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: Functions:&lt;br /&gt;
:: -setInput(sphericalWaveletObject)&lt;br /&gt;
:: -getOutput(sphericalWaveletObject)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example of use for shape analysis ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: SphericalWaveletObject swo&amp;lt;1,float&amp;gt;&lt;br /&gt;
: swo.setSubdivision(5)&lt;br /&gt;
: SphericalWaveletObject::surfaceSignalType s&lt;br /&gt;
: swo.setSignal(s);&lt;br /&gt;
&lt;br /&gt;
: mesh = swo.getTemplateMesh(); //can visualize&lt;br /&gt;
&lt;br /&gt;
: SphericalWaveletSignalToCoefficientsFilter swf&lt;br /&gt;
: swf.SetInput(swo);&lt;br /&gt;
: swf.Update();&lt;br /&gt;
: swg.GetOutput(swo);&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [[NA-MIC/Projects/Structural/Shape_Analysis/Spherical_Wavelets_in_ITK|Spherical Wavelets in ITK]]&lt;br /&gt;
* [[NA-MIC/Projects/Structural/Shape_Analysis/3D_Shape_Analysis_Using_Spherical_Wavelets|3D Shape Analysis Using Spherical Wavelets]]&lt;/div&gt;</summary>
		<author><name>Andy</name></author>
		
	</entry>
</feed>