Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| searchwing-bilderkennung [2019/05/31 00:12] – wf68spef | searchwing-bilderkennung [2021/05/31 22:03] (current) – added SE2 Projektarbeit Kamera beckmanf | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| By analysing the image with we receive from the camera, we can detect boats on the sea. To achieve this, different algorithms and approaches from the image processing and deep learning domain can be used. | By analysing the image with we receive from the camera, we can detect boats on the sea. To achieve this, different algorithms and approaches from the image processing and deep learning domain can be used. | ||
| + | |||
| + | ===== Camera ===== | ||
| + | |||
| + | {{ :: | ||
| + | |||
| + | ===== Compression effects on detection ===== | ||
| + | |||
| + | Does JPEG image compression affect detection? See | ||
| + | |||
| + | [[https:// | ||
| ===== Detection by using edgedetector and a 2d tracker in world coordinates ===== | ===== Detection by using edgedetector and a 2d tracker in world coordinates ===== | ||
| Line 97: | Line 107: | ||
| [[https:// | [[https:// | ||
| + | |||
| + | ===== Anomaly detection using FFT ===== | ||
| + | |||
| + | {{: | ||
| + | |||
| + | |||
| + | Paper: https:// | ||
| ===== Imagerecognition by using a OpenCV Haar Cascade Classifier ===== | ===== Imagerecognition by using a OpenCV Haar Cascade Classifier ===== | ||
| Line 106: | Line 123: | ||
| The detected boats can be seen in the following image. They are marked by a blue rectangle. | The detected boats can be seen in the following image. They are marked by a blue rectangle. | ||
| - | {{: | + | {{: |
| Recified: | Recified: | ||
| - | {{: | + | {{: |
| In this example the second boat with Persenning does not get detect. The boat above get detected. | In this example the second boat with Persenning does not get detect. The boat above get detected. | ||
| Line 124: | Line 141: | ||
| * [[: | * [[: | ||
| * [[https:// | * [[https:// | ||
| - | |||
| - | === === | ||