Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ sqr
Method
sqr
ij/src/main/java/ij/process/FHT.java:535–537 ·
view source on GitHub ↗
(float x)
Source
from the content-addressed store, hash-verified
533
}
534
535
private
float sqr(float x) {
536
return
x*x;
537
}
538
539
/** Swap quadrants 1 and 3 and 2 and 4 of the specified ImageProcessor
540
so the power spectrum origin is at the center of the image.
Callers
2
fht2ps
Method · 0.95
amplitude
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected