Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (25 loc) · 733 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 733 Bytes

lens-simulator

単レンズにおける撮像シミュレータ

Description

MATLAB上で単レンズによる光の屈折をシュミレートするプログラム

ディレクトリ構成

├── README.md
├── dataset
│   └── standard_test_images  # よくあるサンプル画像群
└── matlab
    ├── create_real_image_with_lens.m
    ├── fetch_variables.m
    ├── lens_simulator.m
    └── plot_image_formation.m

Preview

1点からの結像シミュレーション

プレビュー

Requirement

#依存ソフトウェア(on Mac)
matlab

Usage

MATLAB上で実行してください(適当)