archimedes_test

This may evolve into a full-fledged library.

It's purpose is to provide an open source Structure from Motion (SFM) library for Android.

Currently one doesn't exist. The technology exists (i.e. Polycam), but no open source library for SFM exists.

The problem here is that most open source SFM librarires rely on pytorch.

So this project essentially has to create all SFM features from scratch. In fact, I'm copying the algorithm direcly from the OpenSFM project.

Getting Started

I'm starting small. Focusing on testors. Yes, unit tests are included.

Run flutter test to run tests. Then you know it's working.

But currently tensors aren't fully implemented.

Assets

The assets directory houses images, fonts, and any other files you want to include with your application.

The assets/images directory contains resolution-aware images.

Localization

This project generates localized messages based on arb files found in the lib/src/localization directory.

To support additional languages, please visit the tutorial on Internationalizing Flutter apps

Description
A project Implementing SFM in Dart
Readme 319 KiB
Languages
C++ 34.5%
Dart 29.6%
CMake 28.2%
HTML 2.7%
Swift 2.7%
Other 2.3%