|
1 | | -<center><h2>Gradient Domain Texture Processing (Version 9.55)</h2></center> |
| 1 | +<center><h2>Gradient Domain Texture Processing (Version 9.60)</h2></center> |
2 | 2 | <center> |
3 | 3 | <a href="#LINKS">links</a> |
4 | 4 | <a href="#EXECUTABLES">executables</a> |
@@ -34,6 +34,7 @@ This software supports gradient-domain signal processing within a texture atlas. |
34 | 34 | <B>Data:</B> |
35 | 35 | <A HREF="http://www.cs.jhu.edu/~misha/Code/TextureSignalProcessing/TSP.Data.zip">ZIP</A><br> |
36 | 36 | <b>Older Versions:</b> |
| 37 | +<a href="http://www.cs.jhu.edu/~misha/Code/TextureSignalProcessing/Version9.55/">V9.55</a>, |
37 | 38 | <a href="http://www.cs.jhu.edu/~misha/Code/TextureSignalProcessing/Version9.50/">V9.50</a>, |
38 | 39 | <a href="http://www.cs.jhu.edu/~misha/Code/TextureSignalProcessing/Version9.10/">V9.10</a>, |
39 | 40 | <a href="http://www.cs.jhu.edu/~misha/Code/TextureSignalProcessing/Version9.05/">V9.05</a>, |
@@ -109,6 +110,9 @@ The default value for this parameter is 1. |
109 | 110 | <dd> If enabled, this flag specifies that a direct solver should be used (instead of the default multigrid solver). |
110 | 111 | </dd> |
111 | 112 |
|
| 113 | +</dd><dt>[<b>--sanityCheck</B>]</dt> |
| 114 | +<dd> If enabled, this flag specifies that sanity-checks should be run to confirm that the texture-mapping is valid (e.g. that flipped triangles do not extend beyond the boundaries of the charts) and an exception is thrown if the mapping is found to be invalid. |
| 115 | +</dd> |
112 | 116 |
|
113 | 117 | </details> |
114 | 118 | </dl> |
@@ -165,15 +169,14 @@ The default value for this parameter is -1, indicating no dilation. |
165 | 169 | <dd> If specified, this integer value is used to seed the random number generation for jittering. (This is used to avoid singular situations when mesh vertices fall directly on edges in the texture grid. In such a situation, the executable will issue a warning <B>"Zero row at index ..."</B>.) |
166 | 170 | </dd> |
167 | 171 |
|
168 | | -</dd><dt>[<b>--useDirectSolver</B>]</dt> |
169 | | -<dd> If enabled, this flag specifies that a direct solver should be used (instead of the default multigrid solver). |
170 | | -</dd> |
171 | | - |
172 | 172 | </dd><dt>[<b>--multi</B>]</dt> |
173 | 173 | <dd> If enabled, this flag specifies that the second and third arguments to the <b>--in</b> parameter are to be interpreted as format specifiers for the textures confidence map files.<BR> |
174 | 174 | <B>Note:</B> If this flat is enabled, the input masks must be specified using the <b>--mask</b> parameter. |
175 | 175 | </dd> |
176 | 176 |
|
| 177 | +</dd><dt>[<b>--sanityCheck</B>]</dt> |
| 178 | +<dd> If enabled, this flag specifies that sanity-checks should be run to confirm that the texture-mapping is valid (e.g. that flipped triangles do not extend beyond the boundaries of the charts) and an exception is thrown if the mapping is found to be invalid. |
| 179 | +</dd> |
177 | 180 |
|
178 | 181 | </details> |
179 | 182 | </dl> |
@@ -249,6 +252,10 @@ The default value for this parameter is 2048. |
249 | 252 | <dd> If enabled, this flag specifies that a direct solver should be used (instead of the default multigrid solver). |
250 | 253 | </dd> |
251 | 254 |
|
| 255 | +</dd><dt>[<b>--sanityCheck</B>]</dt> |
| 256 | +<dd> If enabled, this flag specifies that sanity-checks should be run to confirm that the texture-mapping is valid (e.g. that flipped triangles do not extend beyond the boundaries of the charts) and an exception is thrown if the mapping is found to be invalid. |
| 257 | +</dd> |
| 258 | + |
252 | 259 | </details> |
253 | 260 | </dl> |
254 | 261 | </ul> |
@@ -289,6 +296,10 @@ The default value for this parameter is 1024. |
289 | 296 | <dd> If enabled, this flag specifies that a direct solver should be used (instead of the default multigrid solver). |
290 | 297 | </dd> |
291 | 298 |
|
| 299 | +</dd><dt>[<b>--sanityCheck</B>]</dt> |
| 300 | +<dd> If enabled, this flag specifies that sanity-checks should be run to confirm that the texture-mapping is valid (e.g. that flipped triangles do not extend beyond the boundaries of the charts) and an exception is thrown if the mapping is found to be invalid. |
| 301 | +</dd> |
| 302 | + |
292 | 303 |
|
293 | 304 | </details> |
294 | 305 | </dl> |
@@ -330,12 +341,16 @@ The default value for this parameter is 512. |
330 | 341 | <dd> If specified, this integer value is used to seed the random number generation for jittering. (This is used to avoid singular situations when mesh vertices fall directly on edges in the texture grid. In such a situation, the executable will issue a warning <B>"Zero row at index ..."</B>.) |
331 | 342 | </dd> |
332 | 343 |
|
| 344 | +</dd><dt>[<b>--dots</B>]</dt> |
| 345 | +<dd> If enabled, this flag specifies that the feed/kill parameters for dot-formation should be used. Otherwise, the feed/kill parameters for stripes are used. |
| 346 | +</dd> |
| 347 | + |
333 | 348 | </dd><dt>[<b>--useDirectSolver</B>]</dt> |
334 | 349 | <dd> If enabled, this flag specifies that a direct solver should be used (instead of the default multigrid solver). |
335 | 350 | </dd> |
336 | 351 |
|
337 | | -</dd><dt>[<b>--dots</B>]</dt> |
338 | | -<dd> If enabled, this flag specifies that the feed/kill parameters for dot-formation should be used. Otherwise, the feed/kill parameters for stripes are used. |
| 352 | +</dd><dt>[<b>--sanityCheck</B>]</dt> |
| 353 | +<dd> If enabled, this flag specifies that sanity-checks should be run to confirm that the texture-mapping is valid (e.g. that flipped triangles do not extend beyond the boundaries of the charts) and an exception is thrown if the mapping is found to be invalid. |
339 | 354 | </dd> |
340 | 355 |
|
341 | 356 | </details> |
@@ -774,6 +789,11 @@ The interface is simlar to that of <CODE>GradientDomain</CODE> and the details o |
774 | 789 | <LI> Added support for reading/writing <CODE>.exr</CODE> images. |
775 | 790 | </ul> |
776 | 791 |
|
| 792 | +<a href="http://www.cs.jhu.edu/~misha/Code/TextureSignalProcessing/Version9.60/">Version 9.60</a>: |
| 793 | +<ul> |
| 794 | +<LI> Added <CODE>--sanityCheck</CODE> flag to support testing if the texture mapping is corrupted. |
| 795 | +</ul> |
| 796 | + |
777 | 797 | </details> |
778 | 798 |
|
779 | 799 |
|
|
0 commit comments