Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
imglib
/
imglib2-algorithm
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
24
Code
Issues
16
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Use new imglib2 parallelization approach
- #83
#83
Open
maarzt
wants to merge 22 commits into
master
imglib/imglib2-algorithm:master
from
parallel
imglib/imglib2-algorithm:parallel
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Open
Use new imglib2 parallelization approach
#83
maarzt
wants to merge 22 commits into
master
imglib/imglib2-algorithm:master
from
parallel
imglib/imglib2-algorithm:parallel
Copy head branch name to clipboard
Commits
Commits on Dec 6, 2022
Add utility class to simplify the creation of test images
maarzt
committed
630a8cb
View commit details
Copy full SHA for 630a8cb
Browse repository at this point
Add unit test for class Thresholder
maarzt
committed
31f054a
View commit details
Copy full SHA for 31f054a
Browse repository at this point
Add unit test for class DifferenceOfGaussian
maarzt
committed
6fdf423
View commit details
Copy full SHA for 6fdf423
Browse repository at this point
Refactor ConnectedComponentsTest and test more methods
maarzt
committed
481bf0f
View commit details
Copy full SHA for 481bf0f
Browse repository at this point
Add unit tests for Dilation and Erosion
maarzt
committed
f5ff37a
View commit details
Copy full SHA for f5ff37a
Browse repository at this point
Add unit test for class MorphologyUtils
maarzt
committed
bfaa8bd
View commit details
Copy full SHA for bfaa8bd
Browse repository at this point
Add unit test for class ComputeMinMax
maarzt
committed
6a4f3a2
View commit details
Copy full SHA for 6a4f3a2
Browse repository at this point
POM: pin imglib2 version to 5.13.0
maarzt
committed
3184e2f
View commit details
Copy full SHA for 3184e2f
Browse repository at this point
Change Thresholder implementation to multi-threaded LoopBuilder
Show description for ac3b901
maarzt
committed
ac3b901
View commit details
Copy full SHA for ac3b901
Browse repository at this point
Update DifferenceOfGaussian to use multi-threaded LoopBuilder and imglib2 Parallelization context
Show description for 8397118
maarzt
committed
8397118
View commit details
Copy full SHA for 8397118
Browse repository at this point
Update ConntectedComponenets to make use of the Parallelization context.
Show description for 7e28716
maarzt
committed
7e28716
View commit details
Copy full SHA for 7e28716
Browse repository at this point
Change TensorEigenValues to use multi-threaded LoopBuilder.
Show description for 791c47f
maarzt
committed
791c47f
View commit details
Copy full SHA for 791c47f
Browse repository at this point
Change Dilation to use IterableLoopBuilder
maarzt
committed
4873a47
View commit details
Copy full SHA for 4873a47
Browse repository at this point
Change Erosion to use IterableLoopBuilder
maarzt
committed
f294d06
View commit details
Copy full SHA for f294d06
Browse repository at this point
Update MorphologyUtils to use Parallelization framework
maarzt
committed
ddba38a
View commit details
Copy full SHA for ddba38a
Browse repository at this point
Update DistanceTransform to use parallelization framework
maarzt
committed
fe79678
View commit details
Copy full SHA for fe79678
Browse repository at this point
Chang PartialDerivative to use multi-threaded LoopBuilder
maarzt
committed
3dd9ecd
View commit details
Copy full SHA for 3dd9ecd
Browse repository at this point
Update LocalExtrema to use parallelization framework
maarzt
committed
23ea534
View commit details
Copy full SHA for 23ea534
Browse repository at this point
Change SubpixelLocalization to use the Parallelization framework
maarzt
committed
7fe1eaf
View commit details
Copy full SHA for 7fe1eaf
Browse repository at this point
Update ComputeMinMax to use parallelization framework
maarzt
committed
5c81783
View commit details
Copy full SHA for 5c81783
Browse repository at this point
Add benchmark for LocalExtrema
maarzt
committed
6d4f829
View commit details
Copy full SHA for 6d4f829
Browse repository at this point
Commits on Feb 4, 2025
Merge branch 'master' into parallel
ctrueden
committed
ae8e500
View commit details
Copy full SHA for ae8e500
Browse repository at this point
You can’t perform that action at this time.