Libraryless. Click here for Pure Java version (11468L/67K).
svoid testBWIntegralImageToBufferedImage() { var img = bufferedImage(1, Color.gray); var ii = BWIntegralImage(img); var img2 = ii.getBufferedImage(); assertImagesIdentical(img, img2); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033568 |
Snippet name: | testBWIntegralImageToBufferedImage |
Eternal ID of this version: | #1033568/2 |
Text MD5: | 0facd16eaa193e5ddad3743edcd19332 |
Transpilation MD5: | c1fd323e8929c432cad852df1fd4234b |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-11-03 18:06:57 |
Source code size: | 200 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 160 / 234 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |