validate op• Data kinds: flow2d × mask → flow2d
• Call: import fullseye as fs; fs.ledger.piv_replace_outliers(flow, mask, method='median') (to call the implementation directly, import pivops; pivops.piv_replace_outliers(flow, mask, method='median'); from the registry, opspiv.get("piv_replace_outliers"))
> This operator's description has not been translated yet. The original text follows as it is.
外れ値を近傍で埋める。`method="nan"` なら埋めずに欠測にする。
埋めた場所と実測を区別できなくなるのが埋め込みの代償なので、
どこを埋めたかは呼ぶ側が `mask` として持っている前提にしてある
(この op は mask を返さない —— 入力として受け取ったものだから)。
• piv_displacement family guide
• Sample-data catalog (download URLs / licences) — 2-D uses skimage.data (BSD/public domain) plus synthetic images; 3-D lists download URLs for real data sources (Stanford, PDS, …).
• Operator provenance and references — the sources of the research/methods this op family came from.
• The canonical algorithm (author, year) and its uses are named in the family usage guide above.
• piv_flow_from_particles — py -3.11 examples/piv_flow_from_particles.py
• poc_river_surface_velocity — py -3.11 examples/poc_river_surface_velocity.py
flow2d as input)piv_deform_pass · piv_outlier_mask · piv_vorticity · piv_divergence · piv_flow_magnitude · piv_to_velocity · piv_velocity_gradient · piv_q_criterion
validate)*Provenance: pivops.py — PIV operator registry. This per-op note is generated by tools/opdocs.py md (do not hand-edit).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.