openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
ImgLib2
Settings
|
Report Duplicate
6
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Jun 05, 2024 — Jun 05, 2025
Showing page 276 of 282
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use getType() for high level access.
Stephan Saalfeld
More...
about 15 years ago
two comments fixed
Stephan Saalfeld
More...
about 15 years ago
Refactored outside into outOfBounds
Stephan Saalfeld
More...
about 15 years ago
ImagePlusAdapter: Set the Image's calibration from the ImagePlus's calibration (cherry picked from commit bbe91d13a500016155a05d96ab608af9db870490)
mhl
as Mark Longair
More...
about 15 years ago
DirectConvolution now DirectConvolution<T, R, S>. T input image type R kernel image type S output image type
Larry Lindsey
More...
about 15 years ago
Changed output image size back to input image size.
Larry Lindsey
More...
about 15 years ago
Added reset(int[] offset) and reset(int[] offset, int[] size).
Larry Lindsey
More...
about 15 years ago
Fixed some things. This code appears to work but further testing is needed.
Larry Lindsey
More...
about 15 years ago
Streamlined everything, NumericTypes can be much shorter now Different NumericTypes share a Display now
Stephan
More...
about 15 years ago
Consistent Implementation Structure, supports generic implementation of math on the package level
Stephan
More...
about 15 years ago
Merge ssh://
[email protected]
/srv/git/imglib into precisionnumbers
Stephan
More...
about 15 years ago
Fixed my switchup between cursors. Perhaps I'll rename some variables to make things more obvious so this doesn't happen again.
Larry Lindsey
More...
about 15 years ago
Theoretically, this should perform direct convolution of an image against a kernel. Most likely this does not work. I have only just written it, and have yet to test it.
Larry Lindsey
More...
about 15 years ago
New NumericType structure introduced
Stephan
More...
about 15 years ago
ROIAlgorithm is an abstract class to aid in convolution, morphological ops, etc.
Larry Lindsey
More...
about 15 years ago
Fix building of imglib in Eclipse, again.
Curtis Rueden
More...
about 15 years ago
Make it easier to build imglib.jar in Eclipse.
Curtis Rueden
More...
about 15 years ago
Added DynamicContainer which uses ArrayLists to store the data Here, every cursor creates its own Accessor reading the data, in that way the Cursor gives the index directly to the Accessor (which could do funny stuff) and is not using the index of the Type. This index is only used for complex numbers for example, there i=0 is real and i=1 is complex
Stephan
More...
about 15 years ago
Fixed bug in ComplexFloatType to init complexI correctly
Stephan
More...
about 15 years ago
Whitespace changes
Stephan
More...
about 15 years ago
Removed old comment
Stephan
More...
about 15 years ago
Fixed huge bug in CubeCursor
Stephan
More...
about 15 years ago
Fixed Exception, one super() call was missing
Stephan
More...
about 15 years ago
Fixed inconsistend license authors
Stephan
More...
about 15 years ago
Internal ImagePlus are only created if it is 1 entity per pixel
Stephan
More...
about 15 years ago
getImagePlus() throws Exception if is does not work internally with an ImagePlus
Stephan
More...
about 15 years ago
Added ImgLibException that can be thrown
Stephan
More...
about 15 years ago
Merge branch 'getandset'
Stephan Saalfeld
More...
about 15 years ago
Removed Dynamic Container
Stephan
More...
about 15 years ago
Fixed peak suppression problem, by adding a clone() in the correct place. Also added some comments.
Larry Lindsey
More...
about 15 years ago
←
1
2
…
272
273
274
275
276
277
278
279
280
281
282
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree