Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
345 changes: 345 additions & 0 deletions evaltest/combination1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,345 @@
{
"defaults": {
"downsample": 0.05,
"curvature_radius": 0.25,
"pca_radius": 0.25,
"density_radius": 0.15,
"pca_max_nn": 10000,
"tree_count": 100,
"tree_depth": 10
},
"tests": [
{
"name": "PC + Eigenvalues",
"features": [
"Curvature 1",
"Curvature 2",
"Eigen 1",
"Eigen 2",
"Eigen 3"
]
},
{
"name": "PC + Intensity",
"features": [
"Curvature 1",
"Curvature 2",
"Intensity"
]
},
{
"name": "PC + Eigenvalue derivatives",
"features": [
"Curvature 1",
"Curvature 2",
"Linearity",
"Planarity",
"Sphericity",
"Anisotrophy",
"Eigenentrophy",
"Omnivariance"
]
},
{
"name": "PC + Normals",
"features": [
"Curvature 1",
"Curvature 2",
"X Normal",
"Y Normal",
"Z Normal"
]
},
{
"name": "PC + Density",
"features": [
"Curvature 1",
"Curvature 2",
"Density"
]
},





{
"name": "PC + Eigenvalues + Intensity",
"features": [
"Curvature 1",
"Curvature 2",
"Eigen 1",
"Eigen 2",
"Eigen 3",
"Intensity"
]
},
{
"name": "PC + Eigenvalue derivatives + Intensity",
"features": [
"Curvature 1",
"Curvature 2",
"Linearity",
"Planarity",
"Sphericity",
"Anisotrophy",
"Eigenentrophy",
"Omnivariance",
"Intensity"
]
},
{
"name": "PC + Normals + Intensity",
"features": [
"Curvature 1",
"Curvature 2",
"X Normal",
"Y Normal",
"Z Normal",
"Intensity"
]
},
{
"name": "PC + Density + Intensity",
"features": [
"Curvature 1",
"Curvature 2",
"Density",
"Intensity"
]
},





{
"name": "PC + Eigenvalues + Intensity + Eigenvalue derivatives",
"features": [
"Curvature 1",
"Curvature 2",
"Eigen 1",
"Eigen 2",
"Eigen 3",
"Intensity",
"Linearity",
"Planarity",
"Sphericity",
"Anisotrophy",
"Eigenentrophy",
"Omnivariance"
]
},
{
"name": "PC + Normals + Intensity + Eigenvalue derivatives",
"features": [
"Curvature 1",
"Curvature 2",
"X Normal",
"Y Normal",
"Z Normal",
"Intensity",
"Linearity",
"Planarity",
"Sphericity",
"Anisotrophy",
"Eigenentrophy",
"Omnivariance"
]
},
{
"name": "PC + Density + Intensity + Eigenvalue derivatives",
"features": [
"Curvature 1",
"Curvature 2",
"Density",
"Intensity",
"Linearity",
"Planarity",
"Sphericity",
"Anisotrophy",
"Eigenentrophy",
"Omnivariance"
]
},





{
"name": "PC + Eigenvalues + Intensity + Eigenvalue derivatives + Normals",
"features": [
"Curvature 1",
"Curvature 2",
"Eigen 1",
"Eigen 2",
"Eigen 3",
"Intensity",
"Linearity",
"Planarity",
"Sphericity",
"Anisotrophy",
"Eigenentrophy",
"Omnivariance",
"X Normal",
"Y Normal",
"Z Normal"
]
},
{
"name": "PC + Density + Intensity + Eigenvalue derivatives",
"features": [
"Curvature 1",
"Curvature 2",
"Density",
"Intensity",
"Linearity",
"Planarity",
"Sphericity",
"Anisotrophy",
"Eigenentrophy",
"Omnivariance",
"X Normal",
"Y Normal",
"Z Normal"
]
},




{
"name": "PC + Eigenvalues + Intensity + Eigenvalue derivatives + Normals + Density",
"features": [
"Curvature 1",
"Curvature 2",
"Eigen 1",
"Eigen 2",
"Eigen 3",
"Intensity",
"Linearity",
"Planarity",
"Sphericity",
"Anisotrophy",
"Eigenentrophy",
"Omnivariance",
"X Normal",
"Y Normal",
"Z Normal",
"Density"
]
},



{
"name": "PC + Eigenvalues + Intensity + Eigenvalue derivatives + Normals + Density + XYZ",
"features": [
"Curvature 1",
"Curvature 2",
"Eigen 1",
"Eigen 2",
"Eigen 3",
"Intensity",
"Linearity",
"Planarity",
"Sphericity",
"Anisotrophy",
"Eigenentrophy",
"Omnivariance",
"X Normal",
"Y Normal",
"Z Normal",
"Density",
"X",
"Y",
"Z"
]
},



{
"name": "PC + Eigenvalues + Intensity + Eigenvalue derivatives + Normals + Density + XYZ + Distance from origin",
"features": [
"Curvature 1",
"Curvature 2",
"Eigen 1",
"Eigen 2",
"Eigen 3",
"Intensity",
"Linearity",
"Planarity",
"Sphericity",
"Anisotrophy",
"Eigenentrophy",
"Omnivariance",
"X Normal",
"Y Normal",
"Z Normal",
"Density",
"X",
"Y",
"Z",
"Distance from origin"
]
},



{
"name": "PC + Eigenvalues + Intensity + Eigenvalue derivatives + Normals + Density + XYZ + Distance from origin + Curvature",
"features": [
"Curvature 1",
"Curvature 2",
"Eigen 1",
"Eigen 2",
"Eigen 3",
"Intensity",
"Linearity",
"Planarity",
"Sphericity",
"Anisotrophy",
"Eigenentrophy",
"Omnivariance",
"X Normal",
"Y Normal",
"Z Normal",
"Density",
"X",
"Y",
"Z",
"Distance from origin",
"Curvature"
]
},



{
"name": "Eigenvalues + Intensity + Eigenvalue derivatives + Normals + Density + XYZ + Distance from origin + Curvature",
"features": [
"Eigen 1",
"Eigen 2",
"Eigen 3",
"Intensity",
"Linearity",
"Planarity",
"Sphericity",
"Anisotrophy",
"Eigenentrophy",
"Omnivariance",
"X Normal",
"Y Normal",
"Z Normal",
"Density",
"X",
"Y",
"Z",
"Distance from origin",
"Curvature"
]
}
]
}
Loading