Skip to content

Add basic process filters#55

Merged
yangfei merged 1 commit into
mainfrom
feature/basic-filters
May 16, 2026
Merged

Add basic process filters#55
yangfei merged 1 commit into
mainfrom
feature/basic-filters

Conversation

@yangfei
Copy link
Copy Markdown
Owner

@yangfei yangfei commented May 16, 2026

Summary

  • Add fixed 3x3 Gaussian blur, median filter, and sharpen algorithms in core processing.
  • Add Process menu commands for Gaussian Blur, Median, and Sharpen.
  • Add deterministic core tests and App command-state coverage.

Verification

  • dotnet build ImageJCsharp.sln
  • dotnet test tests/ImageJCsharp.Core.Tests/ImageJCsharp.Core.Tests.csproj
  • dotnet test tests/ImageJCsharp.App.Tests/ImageJCsharp.App.Tests.csproj

Closes #22

@yangfei yangfei merged commit ae5bc48 into main May 16, 2026
1 check passed
@yangfei yangfei deleted the feature/basic-filters branch May 16, 2026 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add basic filters: Gaussian blur, median, sharpen

1 participant