Skip to content

huedistribution is a mapreduce-based algorithm to calculate distribution of hue (color) values provided in a large data file.

Notifications You must be signed in to change notification settings

cetinkaya/huedistribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

huedistribution

huedistribution is a simple mapreduce-based algorithm to calculate distribution of Hue (color axis) values provided in a large data file. Data file is composed of lines each of which correspond to data obtained from segments of a range of images. This data can be collected using idext, Image Data Extraction Tool.

huedistribution is designed to be run on Hadoop.

Usage

First set environment variable HADOOP_HOME for example with

export HADOOP_HOME=$HOME/hadoop

then run shell script build.sh provided with huedistribution.

To calculate distribution of HUE values huedistribution over Hadoop, you can use

$HADOOP_HOME/bin/hadoop jar huedistribution.jar ac.ahmet.analysis.HueDistribution examples/input examples/output 

About

huedistribution is a mapreduce-based algorithm to calculate distribution of hue (color) values provided in a large data file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published