File: examples_pkdiff.dox

package info (click to toggle)
pktools 2.6.7.6%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,040 kB
  • sloc: cpp: 33,451; xml: 10,955; python: 1,601; makefile: 142; sh: 58; ansic: 24
file content (14 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\section examples_pkdiff Examples of pkdiff

Check if two raster images are different (reports only if images are different or not)

\code
pkdiff -i input.tif -ref reference.tif
\endcode

Validate a classification map using points from a reference sample and report confusion matrix

\code
pkdiff -i classificationMap.tif -ref referencePoints.shp -cm	
\endcode