You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

README.md 442 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
12345678910111213141516
  1. # Adding carpets to images with homography
  2. ### Table of content
  3. 1. [Input data](#input-data)
  4. 2. [Getting started](#getting-started)
  5. ## 1. Input data
  6. As input data a carpet image and a room image are required:
  7. ![Carpet](https://gitea.cecotec.cloud/diegocalvete/carpetHomograpfy/src/branch/master/data/carpet.jpeg)
  8. ![Room](https://gitea.cecotec.cloud/diegocalvete/carpetHomograpfy/src/branch/master/data/room2.jpg)
  9. ## 2. Getting started