Skip to content
Snippets Groups Projects
Commit 6c93aa57 authored by Quentin Bolsee's avatar Quentin Bolsee
Browse files

structure

parent ba77479f
No related branches found
No related tags found
No related merge requests found
Pipeline #35666 passed
title: Just the Docs Template
title: MAS 865.24 - computer vision and scanning
description: A starter template for a Jeykll site using the Just the Docs theme!
theme: just-the-docs
color_scheme: light
......
<script>
MathJax = {
tex: {
inlineMath: [ ['$', '$'], ['\\(', '\\)'] ]
},
svg: {
fontCache: 'global'
}
};
</script>
<script
type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js">
</script>
<link rel="stylesheet" href="/css/main.css">
......@@ -6,13 +6,12 @@ nav_order: 1
# Computer Vision
## [Camera Sensors]({{ '/topics/01_cameras' | relative_url }})
Sensor basics
## [Camera basics]({{ '/topics/01_cameras' | relative_url }})
## [Passive Scanning]({{ '/topics/02_passive' | relative_url }})
## [Active Scanning]({{ '/topics/03_active' | relative_url }})
## [Mechanical Digitizing]({{ '/topics/04_mechanical' | relative_url }})
## [Image processing]({{ '/topics/05_processing' | relative_url }})
topics/01_cameras/img/coordinates.png

64.6 KiB

topics/01_cameras/img/pinhole.png

189 KiB

topics/01_cameras/img/pinhole_lens.png

52.3 KiB

---
layout: default
title: Camera sensors
title: Camera basics
nav_order: 2
mathjax: true
---
# Camera sensors
# Camera basics
{: .no_toc}
## Table of contents
......@@ -14,8 +14,24 @@ mathjax: true
1. TOC
{:toc}
# CCD
# Camera geometry
# CMOS
![](img/pinhole.png)
# optics
![](img/coordinates.png)
![](img/pinhole_lens.png)
# Sensor
## CCD
## CMOS
# Lens
## Distortion
# Aperture
# Shutter
......@@ -14,4 +14,14 @@ mathjax: true
1. TOC
{:toc}
# Structured light
# Laser scanning
# Time-of-Flight
## LiDAR
## ToF cameras
# Light dome
---
layout: default
title: Image processing
nav_order: 6
mathjax: true
---
# Image processing
{: .no_toc}
## Table of contents
{: .no_toc .text-delta }
1. TOC
{:toc}
# Filtering
## Convolution
## Edge detection
## Fourier transform
# Deep learning
## Classifier
## Segmentation
## Regression
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment