You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/include/pcl/features/shot_omp.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ namespace pcl
98
98
* \param nr_threads the number of hardware threads to use (0 sets the value back to automatic)
99
99
* \param chunk_size PCL will use dynamic scheduling with this chunk size. Setting it too low will lead to more parallelization overhead. Setting it too high will lead to a worse balancing between the threads.
100
100
*/
101
-
explicitSHOTEstimationOMP (unsignedint nr_threads = 0, int chunk_size = 256)
101
+
SHOTEstimationOMP (unsignedint nr_threads = 0, int chunk_size = 256)
0 commit comments