Skip to content

v0.5.16

Compare
Choose a tag to compare
@bbsaclay bbsaclay released this 15 Sep 08:59
· 213 commits to master since this release

graphics-2d

  • same buttons in segmentation and interactive-segmentation demos
  • computing time optimisation : BlobExtractor.extract time / 10
  • Limit mouse cursor coordinate display to image inside
  • segmentation : adding delete key
  • segmentation : class/instanc color has to take the user configuration into account
  • Fix zoom offset + add mouse coordinates
  • Update documentation generation
  • brush : adapting the size of brush to the size of input image
  • ctrl/shift and buttons behaviour is now coherent
  • brush : better use ctrl/shift
  • zoom has to be reinitialised when going to a new image
  • pxn-tracking: do not try to merge tracks that have overlapping keyframes
  • pxn-tracking: add a scrollbar to the right pannel if the content is too long
  • pxn-tracking: add a list of tracks to the right pannel
  • pxn-tracking: add buttons and key shortcuts to move to the first and last frame of a track
  • pxn-tracking: add a key shortcut for track merging
  • generic-display: update the playback slider position on timestamp change
  • pxn-tracking: store ids in selectedTracks instead of tracks
  • Update README.md with contribution guidelines
  • Fix the missing isCreating = false when a polygon is created by dblClick (#9)