サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
大阪万博
speakerdeck.com/bokuweb
menu基盤チームによるGoogle Cloudの活用事例~Application Integration, Cloud Tasks編~
extern "C" uint32_t pixelmatch(const uint8_t *img1, const uint8_t *img2,uint32_t width,ɹuint32_t height, uint8_t *output){ float maxDelta = 35215 * 0.1 * 0.1; uint32_t diff = 0; for (uint32_t y = 0; y < height; y++) { for (uint32_t x = 0; x < width; x++) { uint32_t pos = (y * width + x) * 4; float delta = colorDelta(img1, img2, pos, pos, false); if (delta > maxDelta) { drawPixel(output, pos, 255,
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
Kyoto.js 13の発表資料です
このページを最初にブックマークしてみませんか?
『speakerdeck.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く