Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 661 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 661 Bytes

PatternRecognition Build Status

This project solves the following problem:

Given a set of P feature points in the bidimensional plane, determine every line that contains at least N or more COLLINEAR points. Lines

Requirements

In order to run this web application you'll need:

  • Java >= 11
  • Maven 3

How to start the application with Maven

  1. Run mvn clean install
  2. Run mvn spring-boot:run

Run with Eclipse

  1. Right click on the project root folder
  2. Run AS -> Spring Boot App