options->preferences..

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

options->preferences..

Thamonwan T.
Hi everyone,

Does anyone know how to do Scale Convolutions, Invert Pixel Values and Invert Y Coordinates on ImageJ?  I used NIH Image before and I can go to Options -> Preferences and check on Scale Convolutions, Invert Pixel Values and Invert Y Coordinates boxes.

Thanks
Thamonwan
Reply | Threaded
Open this post in threaded view
|

Re: options->preferences..

Wayne Rasband
On May 3, 2006, at 12:10 PM, Thamonwan T. wrote:

> Hi everyone,
>
> Does anyone know how to do Scale Convolutions, Invert Pixel Values and
> Invert Y Coordinates on ImageJ?  I used NIH Image before and I can go
> to Options -> Preferences and check on Scale Convolutions, Invert
> Pixel Values and Invert Y Coordinates boxes.

Scale Convolutions:
     Convert the image to 32-bit (float) before
     using Process>Filters>Convolve.

Invert Pixel Values:
     Check "Use Inverting Lookup Table" in
     Edit>Options>Images (only works with 8-bit images).

Invert Y Coordinates:
     Check "Invert Y Coordinates" in
     Analyze>Set Measurements.

-wayne