OrientationScoreTransform3D

OrientationScoreTransform3D[data, ObjOrientationWavelet3D]
Constructs an Orientation Score from data using the ObjOrientationWavelet3D

OrientationScoreTransform3D[data, options]
Constructs an Orientation Score from data using wavelets constructed with the parameters specified in options

DetailsDetails

  • OrientationScoreTransform3D computes the Orientation Score from a 3D volume as: W_psi[f](x,n) = , in which W_n is an oriented wavelet.
  • The following options can be specified:
  • "Orientations"12The number of Orientations
    "WaveletSize"11The size of the wavelets
  • The options from CakeWaveletStack can also be used.
  • The Normal function can be used on the output of OrientationScoreTransform3D to create an Association from the object.

ExamplesExamplesopen allclose all

Basic Examples  (3)Basic Examples  (3)

Computing an Orientation Score from a volume with the default wavelets.

In[1]:=
Click for copyable input
In[2]:=
Click for copyable input
Out[2]=

Computing an Orientation Score from a volume using precomputed CakeWaveletStack3D.

In[1]:=
Click for copyable input
Out[1]=

Computing an Orientation Score from a volume using the options to specify the used wavelets (see the options from CakeWaveletStack3D).

In[1]:=
Click for copyable input
Out[1]=

The created wavelets can be extracted using the Wavelets part.

In[2]:=
Click for copyable input
Out[2]=