https://github.com/neemiasbsilva/harris-corner-apply-street-map
A Harris Corner Detection approach for Segment the Number of Corner in Street Map
https://github.com/neemiasbsilva/harris-corner-apply-street-map
Last synced: 10 months ago
JSON representation
A Harris Corner Detection approach for Segment the Number of Corner in Street Map
- Host: GitHub
- URL: https://github.com/neemiasbsilva/harris-corner-apply-street-map
- Owner: neemiasbsilva
- Created: 2020-08-08T14:59:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T11:09:26.000Z (over 5 years ago)
- Last Synced: 2025-01-05T13:13:41.234Z (11 months ago)
- Language: Python
- Homepage:
- Size: 1.85 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# A Harris Corner Detection approach for Segment the Number of Corner in Street Map
## Stree map

The figure show two images of street map. The Left image describe dataset input, and right is harris corner detection result.
## Getting Started
### Prerequisites
What things you need to undertand this repository
```
Good knowledgment in Computer Vision, and know how to use .sh file ".sh" (command-line interpreter).
```
### Installing
The first step is install the argparse library:
```
pip install argparse
```
And finally install the OpenCv library:
```
pip install opencv-python
```
## Usage
To run this repository, please open the terminal and run the following command:
```
sh run.sh
```
#
Sincerely: Neemias B. da Silva
#