1MAP-PARTITION(1) Mobile Robot Programming Toolkit - MRPT MAP-PARTITION(1)
2
3
4
6 map-partition - Spectral bisection of observation graphs
7
9 map-partition input_map.simplemap [nCut threshold]
10
12 map-partition takes an input map and generates a set of sub-maps using
13 recursive spectral bisection with a threshold of 1 (default), or the
14 one passed as second argument.
15
17 Please report bugs at https://github.com/MRPT/mrpt/issues
18
20 The application wiki page at http://www.mrpt.org/Applications
21
23 map-partition is part of the Mobile Robot Programming Toolkit (MRPT),
24 and was originally written by the MAPIR laboratory (University of
25 Malaga).
26
27 This manual page was written by Jose Luis Blanco
28 <joseluisblancoc@gmail.com>.
29
31 This program is free software; you can redistribute it and/or modify it
32 under the terms of the BSD License.
33
34 On Debian GNU/Linux systems, the complete text of the BSD License can
35 be found in `/usr/share/common-licenses/BSD'.
36
37
38
39perl v5.36.0 2023-01-19 MAP-PARTITION(1)