lucasb-eyer / pydensecrf

Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
MIT License
1.94k stars 414 forks source link

Clearer and more unified unary utilities. #22

Closed lucasb-eyer closed 8 years ago

lucasb-eyer commented 8 years ago

This makes both unary-creating utilities more uniform in naming, and more flexible in usage. Still keeping the old interface so that this doesn't break people's code.