Skip to content
/ TNP Public

Efficient processing of point clouds in C++

Notifications You must be signed in to change notification settings

Nolab0/TNP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# TNP

## Authors

Jean FECHTER \
Thibault BOUTET

## Build

```bash
$ mkdir build
$ cd build
$ cmake ..
$ make
```

## Run

```bash
$ ./ransac [PATH_TO_OBJ_FILE]
```

PATH_TO_OBJ_FILE: path to the object file
!! Make sure that the .obj file contains the normals for each point !!

### Example

```bash
$ ./ransac ../data/church.obj
```

About

Efficient processing of point clouds in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published