Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

g.gui.iclass: Add explanation of expected format for vector layers #4411

Merged
merged 1 commit into from
Sep 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 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,13 @@ <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 format "RRR:GGG:BBB"</li>
</ul>

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