Skip to content

Commit

Permalink
Removed bundle project, replaced core with just image-registration. R…
Browse files Browse the repository at this point in the history
…emoved no longer needed example project.
  • Loading branch information
Oliver-Loeffler committed Apr 24, 2023
1 parent 491810e commit f55c724
Show file tree
Hide file tree
Showing 133 changed files with 23 additions and 1,754 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,14 @@ In case a custom implementaton is required, this must be created based on `solve

### New API structure

| Module | Purpose |
|-----------------------------|-------------------------------------------------------------------------------------------------------------------------|
| `image-registration` | Image Registration API with JAMA solver by default (`core`, `solver-api` and `jama-solver` in one artifact) |
| `core` | Image Registration API without any external solver binding |
| `solver-api` | API to utilize different linear algebra frameworks for calculation |
| `solver-test` | Non-API, project to test numerics and service discovery of all available solvers |
| Module | Purpose |
|-----------------------------|------------------------------------------------------------------------------------------------------------------------|
| `image-registration` | Image Registration API without any external solver binding |
| `solver-api` | API to utilize different linear algebra frameworks for calculation |
| `solver-test` | Non-API, project to test numerics and service discovery of all available solvers |
| `example-non-modular` | Non-API, A Gradle example project on how to use this library in classical classpath based Java project aka. non-modular |
| `example-modular` | Non-API, The same example project but implemented using the module path aka. a modular project. |
| `example-modular-jama-only` | Non-API, Straight forward example which requires a single dependency and provides Jama backend. |
| `jama` | Non-API, Fork of NIST JAMA: Java Matrix Package, based on version 1.0.3 |
| `example-modular` | Non-API, The same example project but implemented using the module path aka. a modular project. |
| `jama` | Non-API, Fork of NIST JAMA: Java Matrix Package, based on version 1.0.3 |

### Following solver implementations will be available

Expand All @@ -104,6 +102,7 @@ In case a custom implementaton is required, this must be created based on `solve
| `la4j-solver` | `org.la4j:la4j` | 0.6.0 |

### More Linear Algebra libraries:

* https://ojalgo.org/
* https://dst.lbl.gov/ACSSoftware/colt/
* https://github.com/fommil/matrix-toolkits-java
Expand Down
100 changes: 0 additions & 100 deletions core/build.gradle

This file was deleted.

9 changes: 0 additions & 9 deletions core/src/main/java/module-info.java

This file was deleted.

6 changes: 0 additions & 6 deletions example-modular-jama-only/.gitattributes

This file was deleted.

11 changes: 0 additions & 11 deletions example-modular-jama-only/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions example-modular-jama-only/Demo-4Point-withNaN.csv

This file was deleted.

12 changes: 0 additions & 12 deletions example-modular-jama-only/Demo-4Point.csv

This file was deleted.

12 changes: 0 additions & 12 deletions example-modular-jama-only/Demo.csv

This file was deleted.

12 changes: 0 additions & 12 deletions example-modular-jama-only/DemoOneDimensionXonly.csv

This file was deleted.

12 changes: 0 additions & 12 deletions example-modular-jama-only/build.gradle

This file was deleted.

6 changes: 0 additions & 6 deletions example-modular-jama-only/examples-modular/.gitattributes

This file was deleted.

11 changes: 0 additions & 11 deletions example-modular-jama-only/examples-modular/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions example-modular-jama-only/examples-modular/Demo-4Point-withNaN.csv

This file was deleted.

12 changes: 0 additions & 12 deletions example-modular-jama-only/examples-modular/Demo-4Point.csv

This file was deleted.

12 changes: 0 additions & 12 deletions example-modular-jama-only/examples-modular/Demo.csv

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions example-modular-jama-only/examples-modular/build.gradle

This file was deleted.

This file was deleted.

Loading

0 comments on commit f55c724

Please sign in to comment.