Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ enhanceContrast
Method
enhanceContrast
ij/src/main/java/ij/plugin/FFT.java:313–315 ·
view source on GitHub ↗
(ImagePlus imp)
Source
from the content-addressed store, hash-verified
311
}
312
313
private
void
enhanceContrast(ImagePlus imp) {
314
IJ.run(imp,
"Enhance Contrast"
,
"saturated=0.35"
);
315
}
316
317
FHT newFHT(ImageProcessor ip) {
318
FHT fht;
Callers
1
doForwardTransform
Method · 0.95
Calls
1
run
Method · 0.95
Tested by
no test coverage detected