Package net.sourceforge.jiu.color.data

Examples of net.sourceforge.jiu.color.data.ArrayHistogram1D


  private void createHistogramIfNecessary()
  {
    if (hist == null)
    {
      hist = new ArrayHistogram1D(image.getMaxSample(0) + 1);
    }
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.jiu.color.data.ArrayHistogram1D

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.