清除电脑的缓存

1
2
3
4
5
6
7
8
del /f /s /q %windir%\prefetch\*.*
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q “%userprofile%\Local Settings\Temp\*.*”
del /f /s /q “%userprofile%\recent\*.*”

rd %temp% /s /q
md %temp%
Read more »

BoundaryEstimate.exe F:\0Program\CPP\BoundaryExtraction\BoundaryEstimate\test_highwaytunnel_subsampled.pcd 0.5 0.5

降采样后68万个点

单线程跑出来的结果:
0.0600622
cloud_src: 679292
cloud_filtered: 672411

多线程并行跑出来的结果:

0%