Tabnine Logo
GImageStatistics.min
Code IndexAdd Tabnine to your IDE (free)

How to use
min
method
in
boofcv.alg.misc.GImageStatistics

Best Java code snippets using boofcv.alg.misc.GImageStatistics.min (Showing top 1 results out of 315)

origin: org.boofcv/feature

float min1 = (float)GImageStatistics.min(image1);
float min2 = (float)GImageStatistics.min(image2);
boofcv.alg.miscGImageStatisticsmin

Javadoc

Returns the minimum pixel value across all bands

Popular methods of GImageStatistics

  • maxAbs
    Returns the absolute value of the element with the largest absolute value, across all bands
  • max
    Returns the maximum pixel value across all bands.
  • histogram
    Computes the histogram of intensity values for the image. For floating point images it is rounded to
  • mean
    Returns the mean pixel intensity value.
  • sum
    Returns the sum of all the pixels in the image across all bands.

Popular in Java

  • Parsing JSON documents to java classes using gson
  • startActivity (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • getContentResolver (Context)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now