An open API service indexing awesome lists of open source software.

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

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

#