cornerstone_widget icon indicating copy to clipboard operation
cornerstone_widget copied to clipboard

[WIP] Adding bounding boxes and fixing notebooks

Open kmader opened this issue 7 years ago • 3 comments
trafficstars

  • fixing notebook zoom code
  • adding code to manipulate bounding boxes in cornerstone
  • works on #8

kmader avatar Oct 01 '18 16:10 kmader

Codecov Report

Merging #25 into master will increase coverage by 1.6%. The diff coverage is 92.59%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #25     +/-   ##
=========================================
+ Coverage   63.28%   64.88%   +1.6%     
=========================================
  Files           4        4             
  Lines         463      487     +24     
=========================================
+ Hits          293      316     +23     
- Misses        170      171      +1
Impacted Files Coverage Δ
cornerstone_widget/utils.py 96.77% <100%> (+0.69%) :arrow_up:
cornerstone_widget/cs_widget.py 90.07% <86.66%> (+0.22%) :arrow_up:
cornerstone_widget/_version.py 44.4% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 85e878a...b100da6. Read the comment docs.

codecov-io avatar Oct 01 '18 19:10 codecov-io

@betatim I've added the basic functionality, but the bounding boxes do not show up for some reason. The demo.ipynb is probably the best starting point for experimenting

kmader avatar Oct 01 '18 21:10 kmader

@betatim now the bounding boxes show up, but it is still a bit finicky

kmader avatar Oct 02 '18 07:10 kmader