Package examples

Class AvgCellRed


  • public class AvgCellRed
    extends java.lang.Object
    Example Java program for computing the avg cell red value for a RGB image in a given collection. set the server name with -server, the database name with -database, the collection name with -collection, the port number with -port, the user login with -user, the password with -passwd
    • Constructor Summary

      Constructors 
      Constructor Description
      AvgCellRed()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AvgCellRed

        public AvgCellRed()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)