This commit is contained in:
Massimiliano Corsini 2009-01-12 16:11:37 +00:00
parent 417c52b7b0
commit c4ca67e959
1 changed files with 3 additions and 3 deletions

View File

@ -26,10 +26,10 @@ The sampling Class has a set of static functions, that you can call to sample th
Each function is templated on the mesh and on a Sampler object s.
Each function calls many time the sample object with the sampling point as parameter.
Sampler Classes and Sampling algorithmns are independent.
Sampler Classes and Sampling algorithms are independent.
Sampler classes exploits the sample that are generated with various algorithms.
So for example you can compute hausdorf distance (that is a sampler) using various
sampling strategies (montcarlo, stratified etc)
For example, you can compute Hausdorff distance (that is a sampler) using various
sampling strategies (montecarlo, stratified etc).
****************************************************************************/
#ifndef __VCGLIB_POINT_SAMPLING