andrewssobral / lbp_cpu

Local Binary Patterns algorithm (sequential version)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

last commit

Intro

This repository contains an implementation of Local Binary Pattern algorithm. The project is made to compare speed performances wrt multihread and GPU version.

Usage

  • Place an image in .jpg format in input/ folder
  • Run the program specifying the image name
  • At the end of the run an histogram will be generated in output/

Other info

You can check any other information on:

About

Local Binary Patterns algorithm (sequential version)


Languages

Language:C++ 86.4%Language:CMake 9.9%Language:C 3.6%