Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
babaq committed Apr 5, 2024
1 parent bfb35f6 commit 3723bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NeuroAnalysis"
uuid = "088af2c0-9cce-11e8-35da-81725c7f79e6"
authors = ["Li Alex Zhang <[email protected]>"]
version = "1.2.3"
version = "1.2.2"

[deps]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
Expand Down
2 changes: 1 addition & 1 deletion src/Base/Image.jl
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ ahe(x::AbstractMatrix;nsd=3,nbins=256,nblock=20,clip=0.1) = adjust_histogram(cla
Local Homogeneity Index
```math
LHI(\textbf{x})=\frac{1}{2πσ^{2}}|∫ exp(\frac{-|| \textbf{x}-\textbf{y} || ^{2}}{2σ^{2}}) exp(i2θ_\textbf{y})d\textbf{y}|
LHI(𝐱)=\\frac{1}{2πσ²}|∫ exp(\\frac{-\\| 𝐱-𝐲 \\|²}{2σ²}) exp(i2θ_𝐲)d𝐲|
```
1. amap: angle map in radius
Expand Down

0 comments on commit 3723bde

Please sign in to comment.