Skip to content

Commit 24e9417

Browse files
committed
eigenratio
1 parent 15fd05d commit 24e9417

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/benchmark/benchmark_realworld.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@ int main(int argc, char **argv)
180180
{
181181
unordered_map<VOXEL_LOC, OCTO_TREE_ROOT*> surf_map;
182182

183+
eigen_value_array[0] = 1.0 / 16;
184+
eigen_value_array[1] = 1.0 / 16;
185+
eigen_value_array[2] = 1.0 / 9;
186+
187+
183188
for(int i=0; i<win_size; i++)
184189
cut_voxel(surf_map, *pl_fulls[i], x_buf[i], i);
185190

0 commit comments

Comments
 (0)