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
30cd98755e526d413711ecb32053873bc9786f57
ftl
lib
libsgm
include
libsgm_parameters.hpp
Find file
Normal view
Permalink
libsgm_parameters.hpp
98 B
Newer
Older
Circle census transform or SGM
Nicolas Pope
committed
4 years ago
1
2
3
4
5
6
7
8
9
#pragma once
namespace
sgm
{
enum
class
CensusShape
{
CT_5X5
=
0
,
CS_CT_9X7
,
CIRCLE_3
};
}