Ticket #634 (closed enhancement: fixed)
Opened 2011-06-24T11:17:02-05:00
Last modified 2011-10-12T13:38:26-05:00
Add Math :: Process :: Power plugin
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
It seems it would be useful to be able to raise each pixel value in an image to some power (-10.0 to 10.0 say). This is useful in fixing images whose histograms are skewed.
Make a Power plugin. It could follow Add's template asking for an input value and having a preview capability.
Change History
comment:1 Changed 2011-06-24T11:17:40-05:00 by bdezonia
- Component changed from bio-formats to ij-core
comment:2 Changed 2011-07-22T14:08:22-05:00 by bdezonia
Also note we could add this to the image math dialog as an option
comment:3 Changed 2011-10-12T13:38:26-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from imagej-2.0-final to imagej-2.0-beta1
Implemented in 5df8dddb64451fd560912fcc1c64d351b1cabace
Note we'd need to add a Power operation to imglib OPS too. Simple.