Ticket #937 (closed task: moved)
Opened 2012-02-03T18:32:32-06:00
Last modified 2012-08-14T11:57:42-05:00
Implement Angle tool
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b9-rois |
Component: | Tools | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #829 |
Description
The Angle tool is unimplemented. Make an AngleAdapter (like LineAdapter, etc.) to replace AngleTool.
Update OverlayHarmonizer to translate AngleOverlays to IJ1 Polyline rois. Also need to translate non closed 3 vertex polyline rois as AngleOverlays.
Change History
comment:2 Changed 2012-02-20T12:07:50-06:00 by bdezonia
Angle support was added to OverlayHarmonizer in 2c2b4eb546b67b61f221e292ceeb0d1ebcd85dc3. A fake implementation of the AngleTool is in place for testing purposes.
comment:3 Changed 2012-02-20T12:08:06-06:00 by bdezonia
- Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2
comment:4 Changed 2012-06-13T10:58:00-05:00 by bdezonia
With commit c2d9c9be6abc8cf4aaea803bdf5cb082e73236ef a better angle tool implementation is in place. Ideally it would place a default angle at the current mouse click. Right now it always places at the upper left corner.
comment:5 Changed 2012-07-12T10:57:30-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4
comment:6 Changed 2012-08-14T11:57:42-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta6
Beta 6 (concentrating on rois) is a better home for this ticket
comment:7 Changed 2014-05-04T08:35:24-05:00 by curtis
- Status changed from new to closed
- Resolution set to moved