|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-8843f13794
|
Cluster library - Signatures. More...
#include <grass/cluster.h>
Go to the source code of this file.
Functions | |
| int | I_cluster_signatures (struct Cluster *C) |
| Create signatures. | |
Cluster library - Signatures.
SPDX-FileCopyrightText: 2001-2009 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file c_sig.c.
Create signatures.
| C | pointer to Cluster structure |
Definition at line 21 of file c_sig.c.
References Cluster::class, Cluster::count, I_new_signature(), Cluster::nbands, Cluster::nclasses, Cluster::npoints, Cluster::points, Cluster::S, and Cluster::sum.
Referenced by I_cluster_exec().