¡@

Home 

2014/10/16 ¤W¤È 08:11:16

android Programming Glossary: colourbins

How to generate Image Histogram in Android?

http://stackoverflow.com/questions/17740059/how-to-generate-image-histogram-in-android

final int GREEN 1 public final int BLUE 2 private int colourBins private volatile boolean loaded false private int maxY float.. for int i 0 i NUMBER_OF_COLOURS i for int j 0 j SIZE j colourBins i j 0 for int x 0 x bi.getWidth x for int y 0 y bi.getHeight.. for int y 0 y bi.getHeight y int pixel bi.getPixel x y colourBins RED Color.red pixel colourBins GREEN Color.green pixel colourBins..

How to generate Image Histogram in Android?

http://stackoverflow.com/questions/17740059/how-to-generate-image-histogram-in-android

private int NUMBER_OF_COLOURS 3 public final int RED 0 public final int GREEN 1 public final int BLUE 2 private int colourBins private volatile boolean loaded false private int maxY float offset 1 Calculate Offset in onCreate method DisplayMetrics.. Bitmap bi throws IOException if bi null Reset all the bins for int i 0 i NUMBER_OF_COLOURS i for int j 0 j SIZE j colourBins i j 0 for int x 0 x bi.getWidth x for int y 0 y bi.getHeight y int pixel bi.getPixel x y colourBins RED Color.red.. 0 j SIZE j colourBins i j 0 for int x 0 x bi.getWidth x for int y 0 y bi.getHeight y int pixel bi.getPixel x y colourBins RED Color.red pixel colourBins GREEN Color.green pixel colourBins BLUE Color.blue pixel maxY 0 for int i 0 i NUMBER_OF_COLOURS..