Skip to content

Commit dbb884c

Browse files
authored
Merge pull request #18 from rodrigocam/readme
Add linting on readme section
2 parents bf7dd33 + f7eaddc commit dbb884c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ pip3 install pymarker --user
1717
Pymarker provides two features for a marker-based AR, generating Pattern files (.patt) and Markers (.png). The marker will be used by the user to visualize some augmented reality, the pattern file for the system to be able to recognize the marker.
1818

1919
An example input image:
20+
2021
![Example of an input image](images/hiro.jpg)
2122

2223
Expected output patt:
24+
2325
![Example output for pattern file](images/patt_example.png)
2426

2527
Expected output marker:
28+
2629
![Example of a generated marker](images/marker_example.png)
2730

2831
### Commands
@@ -59,7 +62,7 @@ $ pymarker -b 40 tests/input/hiro.jpg
5962

6063
You can use the functions directly from your python code to generate markers and patts.
6164

62-
```
65+
```python
6366
from pymarker.core import generate_patt, generate_marker
6467

6568
def main():

0 commit comments

Comments
 (0)