fullseye

quat_conjugate_image — QUAT algebra op

使い方

Per-pixel quaternion conjugate (w, -x, -y, -z). → (H, W, 4).

Exact and involutive: quat_conjugate_image(quat_conjugate_image(q)) is q to the last bit (a sign flip is exact in IEEE 754). Agrees with pose_quat.quat_conjugate per pixel, asserted in the tests.

詳しい使い方ガイド

参考(サンプルデータ・文献)

実行できる例(この op を実際に呼ぶ検証済みサンプル)

型が繋がる次の op(qimage を入力に取れる)

quaternion_to_rgb · quat_norm · quat_normalize_image · quat_image_multiply · monogenic_amplitude · monogenic_phase · monogenic_orientation · quat_color_rotate

同カテゴリ(algebra)

quat_normalize_image · quat_image_multiply


Provenance: quatimage.py — QUAT operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.