static Rect ii_rect(IntegralImage ii) { ret ii == null ? null : new Rect(0, 0, ii.getWidth(), ii.getHeight()); }