Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1025235 // ii_absDiffsWhenSplitVertically

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (5215L) is out of date.

static double[] ii_absDiffsWhenSplitVertically(IntegralImage ii) {
  double[] a = new double[ii.h()];
  for (int y = 1; y < ii.h(); y++)
    a[y] = abs(ii_diffWhenSplitVertically(ii, y));
  ret a;
}

Author comment

Began life as a copy of #1025232

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025235
Snippet name: ii_absDiffsWhenSplitVertically
Eternal ID of this version: #1025235/5
Text MD5: 6696cc9593faeb74133cc54ced0a0f0e
Author: stefan
Category: javax / ocr
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-14 17:31:55
Source code size: 203 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 157 / 214
Version history: 4 change(s)
Referenced in: [show references]