Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.

README.md 442 B

il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
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