Skip to content

cetinkaya/huedistribution

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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