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
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 17, 2023 — Jan 17, 2024
Showing page 251 of 272
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Scripting: added some documentation to core classes.
Albert Cardona
More...
about 14 years ago
Scripting: fixing lack of update of the test math package name.
Albert Cardona
More...
about 14 years ago
Scripting: renamed math2 and rgb2 to math and rgb.
Albert Cardona
More...
about 14 years ago
Scripting: removed old math package and associated rgb package.
Albert Cardona
More...
about 14 years ago
Scripting: added forgotten old class rgb.op.RGBAOp -- will be deleted soon.
Albert Cardona
More...
about 14 years ago
Scripting: finished math2 package, performance is ~1x !
Albert Cardona
More...
about 14 years ago
Scripting: down to 1.8x slower for light operations, and at 1x for heavy operations. With the new math2 package, to replace math soon.
Albert Cardona
More...
about 14 years ago
Scripting: abstracted unary and binary operations, and added And, Or and Xor, which cast a double to int (just like ImageJ does for FloatProcessor).
Albert Cardona
More...
about 14 years ago
Scripting: minor fixes.
Albert Cardona
More...
about 14 years ago
Scripting: added benchmark for heavy operations, shows 1.1x penalty only.
Albert Cardona
More...
about 14 years ago
Scripting Cbrt, and fixed error in one of the constructors. Also removed one unnecessary loop in Compute.
Albert Cardona
More...
about 14 years ago
Scripting: added benchmark test (current ~3x slower)
Albert Cardona
More...
about 14 years ago
Operations: fixes for Channel and simplified rgb classes with an abstract class.
Albert Cardona
More...
about 14 years ago
Operations: rgb package for RGB-related operations.
Albert Cardona
More...
about 14 years ago
Operations: getImages with a generic Image<?>. It's not relevant to the operations to perform.
Albert Cardona
More...
about 14 years ago
Operations: cleaned up and fixed AN.asType(Number)
Albert Cardona
More...
about 14 years ago
Operations: added future-proof message.
Albert Cardona
More...
about 14 years ago
Operations: made Compute throw exceptions when expected preconditions are not met. Namely, same number of dimensions, same dimensions, and same container class.
Albert Cardona
More...
about 14 years ago
Operations: added all from java.lang.Math, with ability to compute pairs of numbers as well to facilitate code generation in scripts.
Albert Cardona
More...
about 14 years ago
Add Game of Death example.
Curtis Rueden
More...
about 14 years ago
Add imglib-scripting to umbrella POM.
Curtis Rueden
More...
about 14 years ago
Move scripting classes to imglib-scripting.
Curtis Rueden
More...
about 14 years ago
Operations: moved to scripting.math package
Albert Cardona
More...
about 14 years ago
Operations: renamed to Compute, and do it all in doubles.
Albert Cardona
More...
about 14 years ago
Operations: fixed generics with lots of hand-holding from Preibisch
Albert Cardona
More...
about 14 years ago
Operations: finally proper results. Now still need to change lots so that there is a FloatType in the compute functions.
Albert Cardona
More...
about 14 years ago
Operations: the math is done with floats, and with a float output. But the result looks wrong when the input images are not floats.
Albert Cardona
More...
about 14 years ago
Operations: replaced NumericType with RealType
Albert Cardona
More...
about 14 years ago
Minor issues and comments.
Albert Cardona
More...
about 14 years ago
Properly compose the operations. Up to now it was incorrectly using the output type.
Albert Cardona
More...
about 14 years ago
←
1
2
…
247
248
249
250
251
252
253
254
255
…
271
272
→
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