Hello,
I am trying to use this library in JRuby on Rails. In my controller I have included the JFeatureLib-1.6.1-jar-with-dependencies.jar and I have the following commands:
image = ColorProcessor.new(ImageIO.read(imgf))
ch = ColorHistogram.new(4,4,4)
ch.run(image)
How do I get the vector of the histogram? I understand I have to call the function getFeatures() but at what point?