マシンビジョンの解像度ガイド

マシンビジョンにおける空間分解能:1ピクセルあたりのmm、最小検出サイズ、および回折限界

視野、画素数、レンズの分解能、および開口数がどのように組み合わさることで、カメラシステムが実際に検出できる最小の微細構造が決まるのか。

By Max Henkart, Commonlands · Updated May 2026 · 10 min read

Cマウントレンズを搭載したカメラが、計測ステージ上の微細なドットグリッド校正ターゲットを撮影している

空間分解能とは、作動距離において1ピクセルが表す実世界の大きさのことです。視野(FOV)をその幅のピクセル数で割ると、2592ピクセルの水平解像度を持つ100mm幅の視野の場合、1ピクセルあたり0.039mmとなります。確実に検出可能な最小の特徴は、複数のピクセルにまたがる必要があり、通常、検出には3~5ピクセル、測定には10ピクセル以上が必要です。

ピクセル演算は上限を決定するものであり、結果そのものを決定するものではありません。 レンズは、ピクセルピッチが要求する空間周波数(ナイキストの法則、lp/mm = 1 ÷ (2 × ピクセルピッチ))を分解能として再現できなければならず、また、開口部は回折によるエアリーディスク(d = 2.44 × λ × F/#)を、およそ2ピクセルピッチ以下に抑えなければならない。本ガイドでは、ピクセル演算、角度分解能、レンズの分解能、回折の4つの要素すべてについて解説する。

What Is Spatial Resolution in Machine Vision?

Spatial resolution is the real-world size one pixel represents at the working distance, written as mm per pixel. Two numbers set it: the field of view and the pixel count across that dimension, so it is not an intrinsic camera property. A 12MP camera (4032 × 3024) on a 600mm wide tote has 0.149mm per pixel; on a 60mm connector it has 0.0149mm per pixel, ten times finer. The camera did not change, the field of view did.

If one pixel covers 0.1mm, a 0.05mm scratch is sub-pixel and usually lost unless its contrast is high; a 0.4mm scratch spans four pixels and is detectable. Its distance-independent counterpart is angular resolution, covered in the IFOV section. A megapixel count is only a pixel budget, so this guide also covers resolving power and diffraction, with Commonlands M12 and C-mount examples.

細い黒色の線対が並んだ解像度チャートの真上に設置されたマシンビジョンカメラ
空間分解能は、各ピクセルがサンプリングする距離(ミリメートル単位)によって決まります。

How Do You Calculate mm per Pixel?

Divide the field of view by the pixel count along the same axis. A 100mm wide scene on 2592 horizontal pixels gives 0.0386mm per pixel. The reciprocal, pixels per mm, tells you how many pixels cover each millimeter.

mm/pixel = FOV_width (mm) ÷ H_pixels px/mm = H_pixels ÷ FOV_width (mm) Example: 100 ÷ 2592 = 0.0386 mm/px, or 25.9 px/mm. The vertical axis uses the same formula with vertical values.

Use mm per pixel for inspection sizing. Use pixels per mm when comparing against lens specifications, because resolving power is quoted in line pairs per millimeter and one line pair needs two pixels to sample. Model any sensor, focal length, and working distance with the Commonlands FOV calculator. With noticeable distortion, the average does not hold at the frame edges.

What Is the Minimum Detectable Size in Machine Vision?

Minimum detectable size is the smallest feature a system reliably identifies. Multiply spatial resolution by the pixel coverage the task needs: minimum size = (FOV ÷ pixel count) × required pixels. Two pixels is the theoretical sampling floor, reachable only with near-perfect contrast. Noise, defocus, or motion blur erases it. Production inspection typically needs 3 to 5 pixels across a defect, and measurement 10 or more.

タスク 機能全体にわたるピクセル 注記
理論上のサンプリング下限 2 サブピクセルの位置合わせと、ほぼ完璧なコントラストに依存しており、設計上の考慮事項ではない
コントラストの高い「あり/なし」表示 3~5 制御された照明条件下で、明るい背景上の暗いひび割れを撮影するための有効な露出マージン
形状または方位の分類 5~10 円形の特徴と細長い特徴を区別するのに十分な詳細
コントラストの低い欠陥や、テクスチャのある欠陥 8~15 より多くのピクセルが、ノイズフロアを上回る十分な信号を蓄積する
寸法測定 10+ サブピクセルアルゴリズムは、解像度の高い境界線に限り、約0.1~0.3ピクセルまで精細化します。
解き方の例

Target: detect a 0.2mm scratch with 5 pixels of coverage. Required spatial resolution = 0.2 ÷ 5 = 0.04 mm/pixel. On a 2448-pixel-wide sensor, the maximum horizontal FOV = 0.04 × 2448 = 98mm. Find the focal length that produces a 98mm FOV at your working distance.

Motion Blur Eats the Pixel Budget

露出時間 t の間に速度 v で移動する部分は、v × t だけ画像をぼやけさせます。そのぼやけが、使用している空間解像度において半ピクセルを超えると、検出可能な最小サイズに近い特徴が消失し始めます。

ボケ量(mm)=速度(mm/s)× 露光時間(s) 最大露光時間 = (0.5 × mm/ピクセル) ÷ 速度 例:ライン速度 200 mm/s、0.049 mm/ピクセルの場合 → 最大露光時間 ≈ 120 µs。露光時間が短い場合は、より明るい(多くの場合ストロボ式の)照明が必要となります。

What Is Angular Resolution (IFOV) in Machine Vision?

Angular resolution, or instantaneous field of view (IFOV), is the angle a single pixel subtends: IFOV = FOV ÷ pixel count. An 80° FOV across 3840 pixels gives 0.021° per pixel, or 48 pixels per degree. Multiplied by the working distance, that becomes the pixel footprint on the object. Its inverse, pixels per degree, is often more intuitive: how many pixels land on a target that spans a given angle.

IFOV (deg) = HFOV ÷ N_pixels IFOV (rad) ≈ pixel pitch (mm) ÷ EFL (mm) pixel footprint (mm) ≈ WD (mm) × IFOV (rad) The pitch ÷ EFL form applies to rectilinear lenses; for fisheye projections, use the measured FOV from the datasheet. Example: 3.45µm pitch on a 7mm lens gives 0.000493 rad ≈ 0.028° per pixel; at 500mm the footprint is about 0.25mm.
レンズ 水平視野角 IFOV:3840ピクセル 1度あたりのピクセル数
CIL250 25mm 望遠 M12 20° 0.005° 192

At fixed sensor resolution, wide coverage and fine angular sampling are in direct tension. Because contrast, noise, and blur are worse in production than on the bench, design for roughly 2× to 3× the theoretical minimum pixel count.

What Does a Megapixel Rating Mean on a Machine Vision Lens?

レンズのメガピクセル表示は、そのレンズが対応するように設計されたセンサーのクラス(ピクセルピッチとフォーマット)を示すものであり、光学分解能を示すものではありません。分解能は、像面における1ミリメートルあたりのラインペア数(lp/mm)で測定され、ナイキストの法則によってその要件が定められています:lp/mm = 1 ÷ (2 × ピクセルピッチ [mm])。

必要なlp/mm = 1 ÷ (2 × ピクセルピッチ(mm)) 例:3.45µmのピクセル → 0.00345mm → 1 ÷ (2 × 0.00345) ≈ 145 lp/mm。これは下限値であり、コーナー性能や開口効果を考慮して余裕を持たせる必要があります。
ピクセルピッチ 必要な lp/mm(ナイキスト) センサーの例
5.0µmクラス100 lp/mm高画素のグローバルシャッターセンサー
3.45µm145 lp/mmソニー Pregius IMX250、IMX264(5MP)、IMX253、IMX304(12MP)
2.74µm182 lp/mmソニー・プレギウス S IMX547(5.1MP)、IMX546(8.1MP)、IMX541(20.4MP)
2.0µm250 lp/mmSony IMX678(8MP、1/1.8インチ)および同等の組み込み型センサー
1.55µm323 lp/mm高密度組み込み型およびスマートフォンクラスのセンサー

Coverage is the second, independent requirement: the lens image circle must be at least the sensor diagonal, or the corners vignette. Two checks decide a match, both required: resolving power at or above the Nyquist lp/mm, and image circle at or above the sensor diagonal. If either fails, the lens limits the system regardless of the megapixel labels.

What Is the Diffraction Limit in Machine Vision?

回折限界とは、特定の絞り値においてレンズが作り出すことのできる最小のぼやけた像のことであり、これは製造品質ではなく、光の波動性によって決まります。絞りを絞ると収差は減少しますが、エアリーディスクはF値に比例して線形に大きくなるため、レンズの作りがどれほど優れていても、最終的には絞り値が小さくなるにつれて解像度には限界が生じます。

The MTF of a diffraction-limited lens falls to zero at a cutoff frequency of 1 ÷ (λ × F/#). At 550nm and F/8, that cutoff is roughly 227 lp/mm. At F/16 it drops to 114 lp/mm, below the 145 lp/mm a 3.45µm sensor needs. "Diffraction-limited" is not a defect label. It means the lens is corrected well enough that diffraction, not residual aberration, decides image quality at that aperture.

What Is an Airy Disk?

エアリーディスクとは、点光源からの光が円形の開口部を通過した際に形成される回折パターンの、中央にある明るいスポットのことです。その周囲には第1の暗環があり、パターンのエネルギーの約84%がこの境界の内側に集中しています(Hecht, 『Optics』第5版)。特定の開口径および波長において、これよりも小さなスポットに光を収束させることのできるレンズ設計は存在しません。

d = 2.44 × λ × F/# d = エアリーディスクの直径(単位はλと同じ)。λ = 波長。F/# = F値。 550nmの場合:F/4 → 5.4µm、F/8 → 10.7µm、F/16 → 21.5µm。顕微鏡学の用語では、NA ≈ 1 ÷ (2 × F/#) であり、レイリー基準によれば、分解可能な最小間隔は 0.61 × λ ÷ NA となります。開口数(NA)ガイドを参照してください。
F値 550nmにおけるエアリーディスク 3.45µmピクセルあたりのスパン 2.74µmピクセルあたりのスパン 1.55µmピクセルあたりのスパン
F/1.92.5µm0.7ピクセル0.9ピクセル1.6 ピクセル
F/2.83.8µm1.1 ピクセル1.4 ピクセル2.4 ピクセル
F/45.4µm1.6 ピクセル2.0 ピクセル3.5ピクセル
F/5.67.5µm2.2ピクセル2.7ピクセル4.8 ピクセル
F/810.7µm3.1 ピクセル3.9 ピクセル6.9 ピクセル
F/1114.8µm4.3 ピクセル5.4 ピクセル9.5ピクセル
F/1621.5µm6.2 ピクセル7.8 ピクセル13.9 ピクセル

Wavelength scales the disk linearly. At 850nm the Airy disk is about 55% larger than at 550nm for the same f-number, so NIR systems hit diffraction at wider apertures than visible-light systems. See the NIR imaging guide for wavelength-specific notes.

Pixel-Pitch Matching: When the Sensor Out-Resolves the Lens

Compare the Airy disk to twice the pixel pitch, the Nyquist span. Once it exceeds that, diffraction erases detail the sensor could otherwise capture. From the table, that crossover lands near F/5.6 for 3.45µm pixels, near F/4 for 2.74µm pixels, and below F/2.8 for 1.55µm pixels. A 20MP sensor with 2.74µm pixels beats a 12MP sensor at F/2.8, but by F/8 the two perform alike: high-resolution sensors give less aperture latitude.

絞り込む前に明るさを調整する

Opening from F/11 to F/5.6 admits roughly 4× the light and halves the Airy disk. Brighter or strobed light buys back the exposure lost to a stopped-down aperture; nothing buys back the contrast lost to diffraction. Pick the aperture from the depth of field your scene needs with the depth of field calculator, then confirm the Airy disk against twice the pixel pitch and check MTF at that aperture. The Commonlands f-number guide covers the full tradeoff.

Lens Examples Across the Resolution Range

These Commonlands lenses pair a verified part to each common resolution tier.

Lens Picks by Resolution Requirement

解像度レベル おすすめのレンズ マウント F# 対応する最小ピクセルピッチ 注記
1~2MPのエントランス検査 CIL028 2.6mm M12 商品ページをご覧ください 1~2MPでは決定的な制約ではない Covers up to 6MP at 2.2µm, so resolving power is not the limit at 1–2MP. Pick the lowest-cost lens that covers your format.
5MP 汎用 CIL059 6mm M12 F/1.7~F/5.6 商品ページをご覧ください Fixed-aperture M12 variants chosen at purchase, not an adjustable iris. The F/1.7 build is rated 4–6MP; the F/4.0 build reaches 12MP as residual aberrations drop.
8~12MPの検査 CIL160 16mm M12 F/1.9~F/5.6 商品ページをご覧ください F/2.8~F/4.0で12MPの解像度を持つ固定絞りモデル。F/5.6のモデルでは、回折の影響が強まるため、解像度が8MPに低下する。
8~12MPの計測 CIL514 25mm Cマウント F/2.8~F/16 3.45µm 調整可能なアイリス。550nmにおける実用的な絞り込み限界であるF/5.6付近で、エアリーディスクは2ピクセルピッチに達する。
8~12MP ファインピッチ CIL535 35mm Cマウント F/2.0~F/16 2.2µm Adjustable iris, rated for 2.2µm pixels at 12MP. At 550nm the Airy disk reaches two pixel pitches near F/3.3, the practical stop-down limit, so buy depth of field with working distance or focal length, not the iris.

For sensors above 12MP on formats larger than about 1.1 inch, fixed-focal C-mount FA lenses from Kowa, Fujinon, and Moritex are the established choices. The Commonlands M12 and C-mount optics above target the 1/4" to 1.1" formats these tiers cover. Size the field of view for any pick in the FOV calculator.

焦点距離の制御:視野(FOV)と1ピクセルあたりのmm数を設定します

3mm M12 低歪みレンズ

低歪み 3.0mm M12 レンズ

$49.00

.STPをダウンロード商品を見る
6mm M12レンズ Sマウントレンズ

低歪み 6mm M12 レンズ

$49.00

.STPをダウンロード商品を見る
広角M12レンズ

広角4.5mm M12レンズ

$49.00

.STPをダウンロード商品を見る
IMX334用 5mm M12レンズ

IR補正済み 4.4mm M12レンズ

$79.00

.STPをダウンロード商品を見る

大判・高解像度画像を閲覧する

絞り制御:回折によるトレードオフの管理

4mm Cマウントレンズ

4mm Cマウントレンズ 1/1.8型 3MP

$119.00

CIL570-F2.0-CMANIR — 16 in stock

商品を見る
8mm Cマウントレンズ Basler C11-0824-12M-P

8mm Cマウントレンズ 1.1インチ 12MP

$249.00

CIL508-F2.4-CMANIR — 36 in stock

.STPをダウンロード商品を見る
1.1インチカメラ用 12mm Cマウントレンズ

12mm Cマウントレンズ 1.1インチ 12MP

$249.00

CIL512-F2.8-CMANIR — 7 in stock

.STPをダウンロード商品を見る
マシンビジョン用16mm Cマウントレンズ

16mm Cマウントレンズ 1.1インチ 12MP

$249.00

CIL513-F2.8-CMANIR — 4 in stock

.STPをダウンロード商品を見る

Cマウントレンズ一覧:4mm~75mm 産業用マシンビジョン用光学系

Cマウントレンズの絞り羽根を、小さな多角形の絞り開口に絞り込んだ状態を観察する
開口径が非常に小さいと、解像度には回折限界が生じます。

よくある質問

マシンビジョンにおける空間分解能とは何ですか?

空間分解能とは、作動距離において1ピクセルが表す実世界の大きさのことで、1ピクセルあたりのmm単位で表されます。視野(FOV)をその横方向のピクセル数で割ると、2592個の水平ピクセルで100mmの視野の場合、1ピクセルあたり0.039mmとなります。これが、検出可能な最小特徴の理論上の下限となります。

マシンビジョンにおける検出可能な最小サイズはどれくらいですか?

最小検出サイズは、ビジョンシステムが確実に識別できる最小の形状を指します。空間分解能に、その形状を検出するために必要な画素数を掛け合わせます:(視野角 ÷ 画素数)× 必要な画素数。2048画素で視野角が100mmの場合、1画素あたりのサイズは0.049mmとなるため、5画素の検出対象となると、0.24mm以上の形状が検出可能となります。

カメラにおけるIFOVとは何ですか?

IFOV(瞬時視野角)とは、1ピクセルが占める角度のことです。IFOV = 視野角 ÷ ピクセル数。水平視野角が80°で、ピクセル数が3840のカメラの場合、IFOVは1ピクセルあたり約0.021°、つまり1度あたり48ピクセルとなります。ラジアン単位のIFOVに作動距離を乗じると、被写体上のピクセルフットプリントが求められます。

マシンビジョン用レンズにおいて、「メガピクセル」とはどのような意味を持つのでしょうか?

A megapixel rating describes the sensor class a lens is designed to cover, a combination of pixel pitch and format, not its optical resolving power. Resolving power is measured in lp/mm. Two lenses with different megapixel labels can resolve identically in lp/mm. The higher label often just reflects a larger image circle for a bigger sensor at the same pixel pitch.

マシンビジョンにおける回折限界とは何ですか?

回折限界とは、光の波動性によって決まる、特定の絞り値においてレンズが作り出すことのできる最小のぼやけた像のことであり、F/8、波長550nmの条件下では、回折限界に達したレンズの解像度はおよそ227 lp/mmを超えることはできず、そのエアリー円盤の直径は10.7µmとなり、これは3.45µmのセンサー上で3ピクセル以上に相当する。

Match a Lens to Your Resolution Requirement

Send us the defect size, working distance, and sensor. The Commonlands engineering team will work through the FOV, pixel coverage, lp/mm, and aperture numbers with you, or you can run the math yourself first.