Commit 5c05e2db authored by lucasb-eyer's avatar lucasb-eyer
Browse files

Fix `compatibility` -> `compat` in README.

parent 07316481
...@@ -91,7 +91,7 @@ d.addPairwiseBilateral(sxy=80, srgb=13, rgbim=im, compat=10) ...@@ -91,7 +91,7 @@ d.addPairwiseBilateral(sxy=80, srgb=13, rgbim=im, compat=10)
### Compatibilities ### Compatibilities
The `compatibility` argument can be any of the following: The `compat` argument can be any of the following:
- A number, then a `PottsCompatibility` is being used. - A number, then a `PottsCompatibility` is being used.
- A 1D array, then a `DiagonalCompatibility` is being used. - A 1D array, then a `DiagonalCompatibility` is being used.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment