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

9
LINES

< > BotCompany Repo | #1035046 // verifyImage2B (may be slow)

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

Transpiled version (8126L) is out of date.

svoid verifyImage2B(BWImage img, Image2B binaryImage, int threshold) {
  assertSameSize(img, binaryImage);
  int w = img.w(), h = img.h();
  
  for y to h:
    for x to w:
      if ((img.getInt(x, y) >= threshold) != binaryImage.getBoolPixel(x, y))
        fail("Wrong pixel at " + x + "/" + y);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035046
Snippet name: verifyImage2B (may be slow)
Eternal ID of this version: #1035046/1
Text MD5: e9fe8ff0eb7055e52151bc7cda9d90ad
Author: stefan
Category: javax / imaging
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-25 21:57:42
Source code size: 305 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 57 / 84
Referenced in: [show references]