6
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Scripting: added some documentation to core classes. More... about 14 years ago
Scripting: fixing lack of update of the test math package name. More... about 14 years ago
Scripting: renamed math2 and rgb2 to math and rgb. More... about 14 years ago
Scripting: removed old math package and associated rgb package. More... about 14 years ago
Scripting: added forgotten old class rgb.op.RGBAOp -- will be deleted soon. More... about 14 years ago
Scripting: finished math2 package, performance is ~1x ! 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. 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). More... about 14 years ago
Scripting: minor fixes. More... about 14 years ago
Scripting: added benchmark for heavy operations, shows 1.1x penalty only. More... about 14 years ago
Scripting Cbrt, and fixed error in one of the constructors. Also removed one unnecessary loop in Compute. More... about 14 years ago
Scripting: added benchmark test (current ~3x slower) More... about 14 years ago
Operations: fixes for Channel and simplified rgb classes with an abstract class. More... about 14 years ago
Operations: rgb package for RGB-related operations. More... about 14 years ago
Operations: getImages with a generic Image<?>. It's not relevant to the operations to perform. More... about 14 years ago
Operations: cleaned up and fixed AN.asType(Number) More... about 14 years ago
Operations: added future-proof message. 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. 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. More... about 14 years ago
Add Game of Death example. More... about 14 years ago
Add imglib-scripting to umbrella POM. More... about 14 years ago
Move scripting classes to imglib-scripting. More... about 14 years ago
Operations: moved to scripting.math package More... about 14 years ago
Operations: renamed to Compute, and do it all in doubles. More... about 14 years ago
Operations: fixed generics with lots of hand-holding from Preibisch 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. 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. More... about 14 years ago
Operations: replaced NumericType with RealType More... about 14 years ago
Minor issues and comments. More... about 14 years ago
Properly compose the operations. Up to now it was incorrectly using the output type. More... about 14 years ago