diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 15:43:52 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-01 15:43:52 +0200 |
commit | c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 (patch) | |
tree | 41791cbe367cf023b98043fee56f9346b2592b49 /target/ofps.c | |
parent | d7f89e6fe63b8697fab5a901cfce457b375638b3 (diff) |
Imported Upstream version 1.6.3upstream/1.6.3
Diffstat (limited to 'target/ofps.c')
-rw-r--r-- | target/ofps.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/ofps.c b/target/ofps.c index fdea8cb..e485035 100644 --- a/target/ofps.c +++ b/target/ofps.c @@ -32,7 +32,7 @@ Some profiles are too rough, and slow/stall vertex placement. Reducing the cache grid and/or smoothing the rspl values - ay mitigate this to some degree, and make this more robust ?? + may mitigate this to some degree, and make this more robust ?? */ @@ -45,7 +45,7 @@ We then initially add sampling points at the largest estimated error verticies of the veronoi natural neighbourhood. - This gives us an optimal distribution measuring in mestimated position + This gives us an optimal distribution measuring in estimated position error within a tollerance of 2:1 We then iteratively improve the distribution of point nodes by @@ -84,7 +84,7 @@ all possible device channel values. This also applies at higher dimensions (ie. the CMYK values exploring response to different K values doesn't spread the CMY values - evenly appart.) + evenly apart.) Stratification seems to be somewhat at odds with the primary goal of minimizing the maximum estimated error from any point in the |