Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
4e7a277d
Commit
4e7a277d
authored
Apr 14, 2011
by
Sebastian Eichelbaum
Browse files
Options
Browse Files
Download
Plain Diff
[MERGE]
parents
874e625f
98e79e53
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
9 deletions
+1
-9
src/common/math/WSymmetricSphericalHarmonic.cpp
src/common/math/WSymmetricSphericalHarmonic.cpp
+0
-4
src/common/math/WSymmetricSphericalHarmonic.h
src/common/math/WSymmetricSphericalHarmonic.h
+0
-2
src/common/math/test/WSymmetricSphericalHarmonic_test.h
src/common/math/test/WSymmetricSphericalHarmonic_test.h
+0
-2
src/modules/gaussFiltering/WMGaussFiltering.h
src/modules/gaussFiltering/WMGaussFiltering.h
+1
-1
No files found.
src/common/math/WSymmetricSphericalHarmonic.cpp
View file @
4e7a277d
...
...
@@ -391,8 +391,6 @@ WMatrix_2 WSymmetricSphericalHarmonic::calcFRTMatrix( size_t order )
return
result
;
}
#ifdef OW_USE_OSSIM
WMatrix_2
WSymmetricSphericalHarmonic
::
calcSHToTensorSymMatrix
(
std
::
size_t
order
,
const
std
::
vector
<
WUnitSphereCoordinates
>&
orientations
)
{
...
...
@@ -445,8 +443,6 @@ WMatrix_2 WSymmetricSphericalHarmonic::calcSHToTensorSymMatrix( std::size_t orde
return
p
*
calcBaseMatrix
(
ori2
,
order
);
}
#endif // OW_USE_OSSIM
void
WSymmetricSphericalHarmonic
::
normalize
()
{
double
scale
=
0.0
;
...
...
src/common/math/WSymmetricSphericalHarmonic.h
View file @
4e7a277d
...
...
@@ -184,7 +184,6 @@ public:
*/
static
WMatrix_2
calcFRTMatrix
(
size_t
order
);
#ifdef OW_USE_OSSIM
/**
* Calculates a matrix that converts spherical harmonics to symmetric tensors of equal or lower order.
*
...
...
@@ -192,7 +191,6 @@ public:
* \param orientations A vector of at least (orderTensor+1) * (orderTensor+2) / 2 orientations.
*/
static
WMatrix_2
calcSHToTensorSymMatrix
(
std
::
size_t
order
,
const
std
::
vector
<
WUnitSphereCoordinates
>&
orientations
);
#endif // OW_USE_OSSIM
void
normalize
();
protected:
...
...
src/common/math/test/WSymmetricSphericalHarmonic_test.h
View file @
4e7a277d
...
...
@@ -105,7 +105,6 @@ public:
*/
void
testCalcSHtoTensorMatrix
()
{
#ifdef OW_USE_OSSIM
WVector_2
w
(
6
);
for
(
int
i
=
0
;
i
<
6
;
++
i
)
{
...
...
@@ -134,7 +133,6 @@ public:
{
TS_ASSERT_DELTA
(
i
.
getValue
(
*
it
),
evaluateSphericalFunction
(
t
,
it
->
getEuclidean
()
),
0.001
);
}
#endif // OW_USE_OSSIM
}
/**
...
...
src/modules/gaussFiltering/WMGaussFiltering.h
View file @
4e7a277d
...
...
@@ -44,7 +44,7 @@
* Gauss filtering for WDataSetScalar
*
* \problem It works only on double value sets so far.
* \reminder The boundary values will not be touched an considered to be zero.
* \reminder The boundary values will not be touched an
d
considered to be zero.
*
* \ingroup modules
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment