Skip to content

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

Notifications You must be signed in to change notification settings

ValerioEmanuele/PatternRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages