Here you can find the source of mean(double[][] image)
@Deprecated public static double mean(double[][] image)
//package com.java2s; //License from project: Apache License public class Main { @Deprecated public static double mean(double[][] image) { return 0; }/*from w ww .j a v a2 s . co m*/ }