マシンビジョンの視野:計算方法、画角、およびよくある落とし穴
The FOV formula takes three inputs, and it fails for three reasons: nominal sensor names, distortion, and fisheye projection. This guide covers the formula, the angle-of-view relationship, and the checks that keep the numbers honest.
マシンビジョンにおける視野角(FOV)とは、所定の作動距離においてカメラが捉える被写体の物理的な大きさのことです。直線収差補正レンズの場合、FOV = (センサー幅 × 作動距離) / 焦点距離で求められます。ここで、センサー幅とは、公称フォーマット名ではなく、ミリメートル単位の有効撮像サイズを指します。
The formula fails when engineers use nominal sensor dimensions, ignore lens distortion, or apply it to fisheye lenses. Verify final numbers with the field of view calculator before ordering hardware.
マシンビジョンにおける「視野」とは何ですか?
Field of view (FOV) in machine vision is the physical area of the scene the camera captures at a given working distance, expressed in linear units at the object plane. A 120mm horizontal field of view means the camera sees a 120mm-wide strip at the inspection distance.
FOV is not a property of the lens alone. It depends on three inputs:
- A longer focal length narrows the field of view.
- A larger active sensor widens the field of view.
- Moving farther from the object widens the field of view.
Change any one of these and the field of view changes, which makes FOV a system-level calculation, not a lens spec lookup. Working distance is a design variable early in a project and fixed once the mechanics are committed. The Commonlands working distance guide covers that tradeoff. Linear FOV at the object plane is what inspection tasks specify.
カメラの画角はどのように計算するのですか?
For a rectilinear lens, horizontal field of view equals active sensor width times working distance, divided by focal length. Use the active sensor dimensions from the camera datasheet, not the nominal format name. Measure working distance from the front of the lens to the object. That point stands in for the lens's front focal point, and the offset matters only at short working distances.
Horizontal and vertical coverage use the same relation with the corresponding sensor dimension, and the diagonal follows from Pythagoras. The relation is exact for rectilinear projection, not a thin-lens approximation (Hecht, Optics, 5th ed., §5.2).
Use the active imaging width from the camera datasheet, not the nominal format name. A sensor labeled 1/2" has an active width near 6.4mm. Entering 12.7mm (half of 25.4) produces a result nearly double the real field of view.
解き方の例
1/2.3インチセンサーの有効幅は約6.17mmです。6mmのレンズを使用し、作動距離が300mmの場合:
目的の画角から焦点距離を選ぶ
撮影対象のサイズが分かっている場合、焦点距離を求めるために式を整理します:
Round to an available focal length and re-check the coverage: a 12mm lens gives 213mm and a 16mm lens gives 160mm at that distance. The Commonlands focal length selection guide walks through the tradeoff.
Ground sample distance (scene width per pixel) is FOV_H divided by the pixel column count, and it decides whether the system resolves the required feature sizes. The Commonlands spatial resolution guide covers how it interacts with lens MTF and pixel size.
画角と視野の違いは何ですか?
Angle of view is an angular property of the lens and sensor, measured in degrees, and stays effectively constant at any working distance. Field of view is the physical scene coverage, in millimeters, that the angle produces at a specific working distance on a specific sensor. The two are related by FOV_H = 2 × WD × tan(AoV_H / 2).
| プロパティ | 画角(AoV) | 視野(FOV) |
|---|---|---|
| 単位 | 学位 | ミリメートル、メートル、またはインチ |
| 作動距離によるのでしょうか? | 実質的には「いいえ」です。非常に近い距離でのピント合わせを除き、レンズとセンサーの組み合わせは固定されています。 | はい。作動距離が2倍になると、その値も2倍になります。 |
| こんな時に便利 | レンズの仕様、センサーフォーマットの比較 | 既知の検査距離におけるシーンのカバー範囲 |
Because sensors are rectangular, the angle differs by axis: HFOV uses the active width, VFOV the active height, and DFOV the diagonal. On a 6.3mm × 4.7mm active area, a 4mm lens gives roughly 76° HFOV, 61° VFOV, and 89° DFOV. Datasheets do not always state which axis a quoted angle uses, so check before comparing lenses.
To convert a target scene width to the required angle, use the Commonlands angle of view calculator to confirm a lens and sensor combination hits it.
焦点距離とセンサーサイズは、画角にどのような影響を与えるのでしょうか?
Field of view scales directly with active sensor width and inversely with focal length: doubling the sensor width doubles the FOV, and halving the focal length doubles it. Angle of view responds nonlinearly, so short focal lengths need tighter specification. The same scaling lets pairings match: an 8mm lens on a 2/3" sensor and a 6mm lens on a 1/1.8" sensor give similar horizontal coverage at the same distance.
有効領域と公称フォーマット名
公称センサーフォーマット名は、管式カメラの外径に基づく歴史的な呼称です。これらは撮像領域の物理的なサイズを表すものではなく、これらを寸法として使用すると、視野角(FOV)の計算に誤りが生じます:
| 名目形式 | 一般的な有効幅(mm) | 一般的な有効高さ(mm) | 「format fraction」を幅として使用するとエラーが発生します |
|---|---|---|---|
| 1/4インチ | ~3.6 | ~2.7 | 6.35mmを使用すると、誤差は約76%になる |
| 1/3インチ | ~4.8 | ~3.6 | 8.47mmを使用すると、誤差は約76%となる |
| 1/2.3インチ | ~6.17 | ~4.55 | 11.04mmを使用すると、誤差は約79%となる |
| 1/2インチ | ~6.4 | ~4.8 | 12.7mmを使用すると、誤差は約98%になる |
| 1/1.8インチ | ~7.18 | ~5.32 | 14.11mmを使用すると、誤差は約97%となる |
| 2/3インチ | ~8.8 | ~6.6 | 16.93mmを使用すると、誤差は約92%となる |
Active dimensions vary by manufacturer and pixel count within a nominal format, so check the specific camera model. The CMOS sensor size guide explains the naming convention, and the Commonlands image sensor reference lists active dimensions for common sensors.
なぜ、歪曲、魚眼投影、および像円によって、実際の答えが変わってしまうのでしょうか?
The rectilinear FOV formula assumes straight lines map to straight lines on the sensor. Barrel distortion, fisheye projection, and an image circle mismatched to the sensor each break that assumption, so the formula can misstate usable coverage.
Barrel Distortion Splits Coverage Into Raw and Usable
Barrel distortion makes the formula answer two questions with one number, so read its result against the quantity you care about:
| 数量 | What barrel distortion does | Formula error |
|---|---|---|
| Total angular field | Local magnification falls with field height, so the lens sees more scene than a rectilinear lens of the same focal length | Understates the true angular coverage |
| Usable low-distortion region | Geometry stays accurate only over a smaller central radius | Overstates the coverage you can measure on |
| Edge pixel scale | Each edge pixel covers more scene, so a rectified image must stretch the edges back out | Understates the scene width each edge pixel spans |
Many standard machine vision lenses approximate rectilinear projection closely enough that the gap is small. Below about 4mm focal length on smaller sensors, barrel distortion becomes visible: treat the formula result as the raw angular field, then derate for the low-distortion region the task needs. For measurement or alignment, specify low-distortion lenses. The Commonlands low distortion lens guide covers how they are specified.
魚眼レンズの場合は、まったく異なる計算が必要となります
Fisheye lenses do not follow the rectilinear model. They use alternative projections such as equidistant, equisolid, stereographic, or orthographic mapping. Neither the arctan formula nor the tan conversion applies:
A 180° fisheye images a 90° half-angle cone, and converting that to a scene width needs the projection function, not the tan formula. Use the manufacturer's mapping data, which the Commonlands fisheye and wide-angle distortion guide treats in depth.
イメージサークルとセンサーのクロップ率
Lenses project a circular image. If the sensor diagonal exceeds the lens image circle, the corners vignette and the usable field is smaller than the formula result. If the image circle is larger than the sensor, the sensor crops the projection: a lens rated for 2/3" sensors on a 1/2" sensor sees a narrower angle than its datasheet states.
Verify the image circle covers the sensor diagonal, and calculate with your sensor's active dimensions. The Commonlands sensor size and lens compatibility guide covers both failure modes.
どのレンズが、広角、標準、狭角の画角をカバーしていますか?
Focal lengths from 2.6mm to 25mm produce horizontal fields of view from roughly 712mm down to 74mm at 300mm working distance.
画角帯別トップレンズランキング
These five Commonlands lenses span the range at a fixed working distance, ranked widest to narrowest, from the CIL227 190° fisheye to the CIL250 25mm telephoto.
| FOVバンド | レンズ | マウント / EFL | 掲載記事 | 最適な用途 |
|---|---|---|---|---|
| 超広角フィッシュアイ | CIL227 2.7mm フィッシュアイ | M12、2.7mm | 8.0mmのイメージサークルにおける190°の視野角(等距離投影) | セキュリティ、ドローン、および存在検知における半球範囲のカバー |
| ワイド | CIL059 6mm 低歪み | M12、6mm | 8.8mmのイメージサークルにおける76°の視野角 | 1/1.7インチセンサーの測定に対応した、低歪み・広視野角 |
| ワイド | CIL062 6mm 歪みなし | M12、6mm | 1/1.8インチセンサーで、ワーキングディスタンス300mm時の焦点距離約359mm | 測定・位置合わせ用のクリーンな形状を、よりお手頃な価格で |
| 中 | CIL531 8mm Cマウント | Cマウント、8mm | 2/3インチセンサー、300mmのワーキングディスタンスで約330mm(水平画角約58°) | 12MP 2/3インチセンサーにおける可変アイリス式被写界深度制御 |
| 中望遠 | CIL250 25mm 望遠 | M12、25mm | 1/2.3インチセンサー、焦点距離300mm、ワーキングディスタンス74mm(水平視野角約14°) | より長い作動距離での微細部検査 |
Coverage figures come from the 300mm scene-coverage table later in this section or the lens product-page datasheet. The fisheye value is equidistant-projection coverage, not a rectilinear formula result.
300mmの撮影距離において、焦点距離が被写界範囲に与える影響
This Commonlands reference table shows approximate horizontal field of view for rectilinear lenses at 300mm working distance on common sensor formats. All values use active sensor widths.
| 焦点距離 | センサーフォーマット | 有効幅(mm) | 300mmのWDにおけるFOV_H(mm) | 補償区分 |
|---|---|---|---|---|
| 2.6mm | 1/2.3インチ | 6.17 | ~712 | 非常に広い |
| 6mm | 1/2.3インチ | 6.17 | ~309 | 標準 |
| 6mm | 1/1.8インチ | 7.18 | ~359 | スタンダード(大型センサー) |
| 8mm | 2/3インチ | 8.8 | ~330 | 標準(Cマウント) |
| 25mm | 1/2.3インチ | 6.17 | ~74 | 望遠/狭角 |
The C-mount row adds an adjustable iris, so stopping down extends depth of field when a target field of view also carries a depth requirement.
よくある質問
マシンビジョンにおける「視野」とは何ですか?
マシンビジョンにおける視野(FOV)とは、所定の作動距離においてカメラが捉える被写体の物理的な領域のことで、物体平面上でミリメートル単位で測定されます。水平視野が120mmであるということは、その距離においてカメラが幅120mmの帯状の領域を捉えていることを意味します。視野は、焦点距離、有効センサーサイズ、および作動距離の組み合わせによって決まります。
マシンビジョンの視野角はどのように計算すればよいですか?
直線レンズの場合:FOV_H = (センサー幅 × 作動距離) / 焦点距離(すべてミリメートル単位)。公称のフォーマット名ではなく、実際の有効センサーサイズを使用してください。 1/2インチセンサーの有効幅は約6.4mmであり、12.7mmではありません。目標視野角(FOV)に対応する焦点距離を求めるには、式を次のように書き換えてください:f = (センサー幅 × 作動距離) / 目標視野角(FOV)。魚眼レンズや高歪みレンズの場合は、投影補正を施した計算が必要です。
なぜ広角レンズや魚眼レンズは、視野角(FOV)の単純な計算式が成り立たなくなるのでしょうか?
標準的な計算式は、直線投影を前提としています。これは、被写界内の直線がセンサー上の直線に写し出されるというものです。樽型歪みを持つ広角レンズは画像の端を圧縮するため、歪みのない有効な撮影範囲は、この計算式による予測とは異なります。一方、魚眼レンズはまったく異なる投影モデル(等距離投影または等体積投影)を採用しているため、arctan や tan を用いた計算式は全く適用されません。
水平画角、垂直画角、対角線画角の違いは何ですか?
Horizontal AoV (HFOV) uses the active sensor width, vertical AoV (VFOV) uses the active sensor height, and diagonal AoV (DFOV) uses the sensor diagonal. For a rectangular sensor, DFOV is the largest of the three. Lens datasheets may quote any axis without saying which, so check before comparing lenses. DFOV can exceed VFOV by more than 30 degrees on a 16:9 sensor.
目的の画角から焦点距離をどのように選べばよいでしょうか?
FOVの計算式を次のように書き換えてください:f = (センサー幅 × 作動距離) / 対象物のFOV(単位はすべてミリメートル)。カメラのデータシートに記載されている有効センサー幅、システムの構成によって決まる作動距離、および必要なシーンのカバー範囲を基に計算を開始します。利用可能な焦点距離に最も近い値に丸め、ハードウェアを発注する前に、Commonlandsの視野角計算ツールで算出されたFOVを確認してください。
目標の視野範囲に合わせるのに困っていませんか?
Commonlands US-based optical engineers can review your sensor, working distance, and inspection geometry and recommend a specific lens. ISO 9001:2015 certified. Orders placed before 12 PM PST ship the same day from San Diego.



