73 /** \brief Initialize the scheduler and set the number of threads to use.
74 * \param nr_threads the number of hardware threads to use (0 sets the value back to automatic)
75 * \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.