NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

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:1 Changed 2012-02-06T09:57:05-06:00 by bdezonia

  • Type changed from defect to task

comment:2 Changed 2012-02-20T10:27:12-06:00 by curtis

  • Blocking 829 added

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.

Last edited 2012-07-03T15:41:17-05:00 by bdezonia

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