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

10
LINES

< > BotCompany Repo | #1036058 // bench_G22MakeMaskCorrelationMatrix

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

Libraryless. Click here for Pure Java version (11966L/69K).

1  
static FloatBWImage bench_G22MakeMaskCorrelationMatrix() {
2  
  int maskSize = 32;
3  
  L<long[]> images = repF(305, -> new Image2BAsLongs(randomBinaryImage(maskSize)).pixels);
4  
5  
  ret benchFor5(-> {
6  
     var _makeMatrix = new G22MakeMaskCorrelationMatrix().images(images);
7  
     _makeMatrix.run();
8  
     ret _makeMatrix;
9  
  })!;
10  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): elmgxqgtpvxh, mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1036058
Snippet name: bench_G22MakeMaskCorrelationMatrix
Eternal ID of this version: #1036058/1
Text MD5: 11e42185150cc01573b31f0ad795b7b6
Transpilation MD5: ce9213201c5e1f3c24c207f69534f1da
Author: stefan
Category: javax / gazelle 22
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-09-03 03:53:17
Source code size: 330 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 67 / 101
Referenced in: [show references]