Depth of Field Range Calculator:入力、出力、再現可能な計算例
Depth of Field Range Calculator は、入力したパラメーターから総被写界深度を計算します。リアルタイム検証、読みやすい計算式の説明、ブラウザー内のローカル処理に対応します。
このページが実際に処理する内容
組み込み例を再現します
Focal length = 50、F-number = 8、Circle of confusion = 0.03、Focus distance = 5 を初期値として Depth of Field Range Calculator を実行します。結果への影響を追跡できるよう、入力は一度に1項目ずつ変更してください。
focal length、f-number、circle of confusion、focus distance を検証した後、結果を出力ワークスペースへ表示し、対応する copy または download 操作を有効にします。
数式と変数の関係
Estimates total depth of field from hyperfocal, near, and far limits. The implemented expression is “(()=>{const ff=f/1000,cc=c/1000,s=distance,h=ff*ff/(aperture*cc)+ff;const near=h*s/(h+(s-ff));const far=s>=h?Infinity:h*s/(h-(s-ff));return Number.isFinite(far)?far-near:h-near})()”. The page validates focal length, f-number, circle of confusion, focus distance before formatting the result in m.
感度確認:focal length だけを 50 mm から 55 mm に変更します。他の入力をすべて同じにすると、total depth of field は 6.092 から 4.61 m に変化します。入力と結果の関係を再現して確認できます。
いつ使うべきか、結果をどう解釈するか
Depth of Field Range Calculator は Focal length、F-number、Circle of confusion、Focus distance を扱うワークフロー向けです。
使用前の制限とチェック
hyperfocal、near limit、far limit から total depth of field を推定します。
ページ検証記録
検査済みコントロール文書化された入力4項目結果パスValidate → process → review → copy/download最終コンテンツレビュー2026-09-02