Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 926 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 926 Bytes

Highlights Detection

Introduction

The presence of highlight can lead to erroneous results in several Computer Vision applications, as such as histogram equalization, objects detection, among others. Many algorithms have been developed to detect and remove highlight. In this project, I propose a very simple and effective statistical approach for highlight detection, which is based on the Mahalanobis Distance. Performance evaluation is performed in 65 images with different contexts. The experimental results so obtained indicate that the proposed technique is an effective tool for highlight detection and may lead to new alternatives for exploiting the potential of statistical analysis in digital image processing.

Getting Started

Prerequisites

Matlab R2014

Directories

  • /code/algorithms

  • /code/aux_codes

  • /code/methods

Running the Tests

evaluation_algorithms.m

Authors

Danilo Pena