Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ftl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Nicolas Pope
ftl
Merge requests
!84
Implement
#147
clipping
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Implement
#147
clipping
feature/147/clipping
into
master
Overview
0
Commits
2
Pipelines
1
Changes
3
Merged
Nicolas Pope
requested to merge
feature/147/clipping
into
master
5 years ago
Overview
0
Commits
2
Pipelines
1
Changes
3
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3922f780
2 commits,
5 years ago
3 files
+
43
−
15
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
applications/reconstruct/include/ftl/voxel_hash_params.hpp
+
2
−
2
Options
@@ -28,8 +28,8 @@ struct __align__(16) HashParams {
@@ -28,8 +28,8 @@ struct __align__(16) HashParams {
unsigned
int
m_integrationWeightSample
;
unsigned
int
m_integrationWeightSample
;
unsigned
int
m_integrationWeightMax
;
unsigned
int
m_integrationWeightMax
;
in
t3
m_minBounds
;
floa
t3
m_minBounds
;
in
t3
m_maxBounds
;
floa
t3
m_maxBounds
;
float
m_spatialSmoothing
;
float
m_spatialSmoothing
;
float
m_colourSmoothing
;
float
m_colourSmoothing
;
float
m_confidenceThresh
;
float
m_confidenceThresh
;
Loading