Skip to content

Commit

Permalink
add explanation of expected format for vector layers imported as trai…
Browse files Browse the repository at this point in the history
…ning areas
  • Loading branch information
dhdeangelis committed Sep 28, 2024
1 parent 4f689fe commit 3185d9c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion gui/wxpython/iclass/g.gui.iclass.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ <h2>DESCRIPTION</h2>
<li>write signature file</li>
<li>import vector map</li>
<li>export vector map with attribute table</li>

</ul>

<center>
Expand All @@ -62,6 +61,14 @@ <h2>DESCRIPTION</h2>
By doing this, the user can see how much of the image
is likely to be put into the class associated with the signature.

<p><em>wxIClass</em> can also import training areas defined in a vector layer. In that case the program expects the vector layer to have the following columns defined:
<ul>
<li>cat: category value</li>
<li>class: a string with the class name</li>
<li>color: a color defined using a with format "RRR:GGG:BBB"</li>
</ul>
</p>

<p>
The spectral signatures are composed of region means and covariance matrices.
These region means and covariance matrices are used in
Expand Down

0 comments on commit 3185d9c

Please sign in to comment.