Login  Register

Re: Direction indicator

Posted by Michael Doube on Sep 23, 2010; 7:57pm
URL: http://imagej.273.s1.nabble.com/Direction-indicator-tp3686815p3686818.html

On 15/09/10 17:56, Michael Doube wrote:
>>> I'm thinking about implementing a direction indicator to show the
>>> orientation of the body that the image is from.

As a follow-up I now have a working plugin that does this in a nice way.
  It's still in development, but if anyone is interested to look at the
code, it is here:

http://github.com/mdoube/BoneJ/raw/directionOverlay/src/org/doube/geometry/Orienteer.java

It should "compile and run" on any ImageJ installation after deleting
the package declaration in the first line.

Michael