2D and 3D Phase Unwrapping using SRNCP

バージョン 3.0.2 (6.22 KB) 作成者: Michael Mullen
2D & 3D phase unwrapping plugins for Matlab
ダウンロード: 1.6K
更新 2020/6/3

These files provide a means to implement the above algorithm without any special packages/toolboxes and needs any Matlab compatible C++ compiler (used Visual Studio 2019 version for this).

To compile:
mex phaseUnwrap.cpp

Input must be a real, double matrix from Matlab.

引用

Michael Mullen (2024). 2D and 3D Phase Unwrapping using SRNCP (https://github.com/mfmullen/PhaseUnwrapping/releases/tag/v3.0.2), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2019a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCode Generation, GPU, and Third-Party Support についてさらに検索
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
3.0.2

See release notes for this release on GitHub: https://github.com/mfmullen/PhaseUnwrapping/releases/tag/v3.0.2

3.0.1

Organized/commented more thoroughly. No dramatic difference in performance.

3.0.0.2

Made compatible for 2D or 3D input phase images. Be patient with 3D.

3.0.0.1

Made C version more stable.

3.0.0.0

Found workaround to bug in previous version and updated with a C++ version to utilize som stl features.

2.5.0.0

Working excellently now, unwraps a 512x512 matrix in about 4 seconds with my system specs (compared to 45 seconds for version 2.4).

2.4.0.0

Found the bug a bit faster than anticipated. Anyway, tested to work with a 512x512 matrix now! A little slow at that size, but working to speed things up. At least it seems stable now.

2.3.0.0

Fixed bug in sorting algorithm, narrowing in on problems with large arrays.

2.2.0.0

Fixed a couple bugs in 2.1. Issue with large arrays persists.

2.1.0.0

Obtained another modest speedup. Seg fault happens for large arrays (somewhere between 300x300 and 400x400), working to fix this.

2.0.0.0

Version 2.0 includes the first version's Matlab only implementation, as well as a MEX file implementation which is about 4-5x faster.

1.3.0.0

File did not update with v1.02

1.2.0.0

Obtained a modest speed-up by eliminating some for-loops and using local functions.

1.1.0.0

Updated the description, not the files

1.0.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。