Skip to content

Instantly share code, notes, and snippets.

@sci-gen
Last active April 26, 2025 18:05
Show Gist options
  • Save sci-gen/73219103cf2b5e09249360665086dc92 to your computer and use it in GitHub Desktop.
Save sci-gen/73219103cf2b5e09249360665086dc92 to your computer and use it in GitHub Desktop.
graph TD
    A[相関マップ] --> B[最初のピークを検出(極大値を特定)];
    B --> C[2番目のピークを検出(S2N比のため)];
    B --> D[サブピクセルピーク位置を検出];
    D --> E[サブピクセル変位 (u, v)];
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment