Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[science-iwg] Hello from EJML's author

I was recently contacted by Philip and a few others in this community because of my work on EJML, the matrix library.  Thought I would chime in on this list due to our common interest in open source scientific software.  I've developed several other libraries too, see below.  One of which, BoofCV, is available in DAWN Science.  My open source software tends to be lower level libraries, but my day job is robotics/computer vision research.  I've rolled a lot of my own software since most Java libraries don't meet my performance need, such as excessive memory creation/destruction.

Open Source Projects

Linear Algebra:
    Efficient Java Matrix Library (EJML). http://code.google.com/p/efficient-java-matrix-library/

Computer Vision:
  BoofCV  http://boofcv.org

2D/3D Geometry, Shape Fitting, Motion Fitting, and Perspective Math
  GeoRegression  http://georegression.org

Unconstrained Optimization, Robust Fitting, Nearest Neighbor, Sorting, Combinatorics, Polynomial Root Finding
  DDogleg http://ddogleg.org

Random Stuff: Kalman filters, Point Cloud Processing, File Parsing, Serialization, Robotic Mapping
  ProjectBUBO https://github.com/lessthanoptimal/Bubo

- Peter

--
"Now, now my good man, this is no time for making enemies."    — Voltaire (1694-1778), on his deathbed in response to a priest asking that he renounce Satan.

Back to the top