Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kf_based_terrain_analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Iván del Pino
kf_based_terrain_analysis
Commits
7ea32a3b
Commit
7ea32a3b
authored
2 years ago
by
Iván del Pino
Browse files
Options
Downloads
Patches
Plain Diff
cleaning old functions and removing unused parameters
parent
d7aeb312
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/kf_based_terrain_analysis.h
+0
-12
0 additions, 12 deletions
include/kf_based_terrain_analysis.h
include/structs_definitions.h
+0
-2
0 additions, 2 deletions
include/structs_definitions.h
src/kf_based_terrain_analysis.cpp
+23
-468
23 additions, 468 deletions
src/kf_based_terrain_analysis.cpp
with
23 additions
and
482 deletions
include/kf_based_terrain_analysis.h
+
0
−
12
View file @
7ea32a3b
...
...
@@ -51,11 +51,6 @@ private:
const
kf_based_terrain_analysis_lib
::
FilteringConfiguration
filtering_configuration
,
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
ground_reference_cloud_ptr
);
void
generateElevationCloud
(
const
kf_based_terrain_analysis_lib
::
FilteringConfiguration
filtering_configuration
,
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
pcl_cloud_ptr
,
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
elevation_cloud
,
std
::
vector
<
std
::
vector
<
int
>>
&
correspondence_indexes
);
void
fastGenerateElevationCloud
(
const
kf_based_terrain_analysis_lib
::
FilteringConfiguration
filtering_configuration
,
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
pcl_cloud_ptr
,
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
elevation_cloud
,
...
...
@@ -91,13 +86,6 @@ private:
const
kf_based_terrain_analysis_lib
::
SensorConfiguration
lidar_configuration
,
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
pcl_dense_cloud_ptr
);
void
labelPointcloudUsingGroundModel
(
const
kf_based_terrain_analysis_lib
::
FilteringConfiguration
filtering_configuration
,
const
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
elevation_cloud_ptr
,
const
std
::
vector
<
std
::
vector
<
int
>
>
&
correspondence_indexes
,
const
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
ground_reference_cloud_ptr
,
const
std
::
vector
<
std
::
vector
<
int
>>
&
edges
,
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
pcl_cloud_ptr
);
void
fastLabelPointcloudUsingGroundModel
(
const
kf_based_terrain_analysis_lib
::
FilteringConfiguration
filtering_configuration
,
const
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
elevation_cloud_ptr
,
...
...
This diff is collapsed.
Click to expand it.
include/structs_definitions.h
+
0
−
2
View file @
7ea32a3b
...
...
@@ -151,12 +151,10 @@ struct FilteringConfiguration
float
mahalanobis_threshold
;
int
number_of_references_used_for_labelling
;
float
max_pred_std_dev_for_labelling
;
float
score_threshold
;
bool
classify_not_labeled_points_as_obstacles
;
bool
discard_not_connected_references_for_labelling
;
bool
measure_performance
;
bool
show_dense_reconstruction
;
...
...
This diff is collapsed.
Click to expand it.
src/kf_based_terrain_analysis.cpp
+
23
−
468
View file @
7ea32a3b
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