Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Analyst WebApp
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fidentis
Analyst WebApp
Commits
7a36c333
There was an error fetching the commit references. Please try again later.
Commit
7a36c333
authored
3 years ago
by
Daniel Schramm
Committed by
Daniel Schramm
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Javadoc modified with respect to feature point types
parent
59346306
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Comparison/src/main/java/cz/fidentis/analyst/visitors/face/HausdorffDistancePrioritized.java
+12
-5
12 additions, 5 deletions
...s/analyst/visitors/face/HausdorffDistancePrioritized.java
with
12 additions
and
5 deletions
Comparison/src/main/java/cz/fidentis/analyst/visitors/face/HausdorffDistancePrioritized.java
+
12
−
5
View file @
7a36c333
...
...
@@ -54,7 +54,7 @@ public class HausdorffDistancePrioritized extends HumanFaceVisitor {
*
* @param mainFacets Facets to which distance from the visited human face's facets is to be computed.
* Must not be {@code null}.
* @param featurePoints
F
eature points according to which the Hausdorff distances will be prioritized.
* @param featurePoints
Types of f
eature points according to which the Hausdorff distances will be prioritized.
* Must not be {@code null}.
* @param strategy Strategy of the computation of distance
* @param relativeDistance If {@code true}, then the visitor calculates the relative distances with respect
...
...
@@ -75,7 +75,7 @@ public class HausdorffDistancePrioritized extends HumanFaceVisitor {
* Constructor.
*
* @param mainFacet Primary facet to which distance from the visited human face's facets is to be computed. Must not be {@code null}.
* @param featurePoints
F
eature points according to which the Hausdorff distances will be prioritized.
* @param featurePoints
Types of f
eature points according to which the Hausdorff distances will be prioritized.
* Must not be {@code null}.
* @param strategy Strategy of the computation of distance
* @param relativeDistance If {@code true}, then the visitor calculates the relative distances with respect
...
...
@@ -93,7 +93,7 @@ public class HausdorffDistancePrioritized extends HumanFaceVisitor {
*
* @param mainModel The mesh model with primary facets to which distance from the visited human face's facets is to be computed.
* Must not be {@code null} or empty.
* @param featurePoints
F
eature points according to which the Hausdorff distances will be prioritized.
* @param featurePoints
Types of f
eature points according to which the Hausdorff distances will be prioritized.
* Must not be {@code null}.
* @param strategy Strategy of the computation of distance
* @param relativeDistance If {@code true}, then the visitor calculates the relative distances with respect
...
...
@@ -110,7 +110,7 @@ public class HausdorffDistancePrioritized extends HumanFaceVisitor {
* Constructor.
*
* @param face Human face to which distance from other human faces is to be computed. Must not be {@code null}.
* @param featurePoints
F
eature points according to which the Hausdorff distances will be prioritized.
* @param featurePoints
Types of f
eature points according to which the Hausdorff distances will be prioritized.
* Must not be {@code null}.
* @param strategy Strategy of the computation of distance
* @param relativeDistance If {@code true}, then the visitor calculates the relative distances with respect
...
...
@@ -128,7 +128,7 @@ public class HausdorffDistancePrioritized extends HumanFaceVisitor {
*
* @param mainKdTree The KD tree to which distance from the visited human face's facets is to be computed.
* Must not be {@code null}.
* @param featurePoints
F
eature points according to which the Hausdorff distances will be prioritized.
* @param featurePoints
Types of f
eature points according to which the Hausdorff distances will be prioritized.
* Must not be {@code null}.
* @param strategy Strategy of the computation of distance
* @param relativeDistance If {@code true}, then the visitor calculates the relative distances with respect
...
...
@@ -145,6 +145,13 @@ public class HausdorffDistancePrioritized extends HumanFaceVisitor {
featurePointTypes
=
featurePoints
;
}
/**
* Returns types of feature points according to which the computation of Hausdorff
* distance is prioritized.
*
* @return types of feature points according to which the computation of Hausdorff
* distance is prioritized
*/
public
Set
<
FeaturePointType
>
getFeaturePointTypes
()
{
return
Collections
.
unmodifiableSet
(
featurePointTypes
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment