Added VS2017 solution
Version 1.8
Version 1.8 - updates read bytes counter once per second (imporves speed greatly on modern SSDs)
Hello Ihar, sometimes you need not only to calculate the summary difference between two images, but also get (visualize) this difference. Here is a ready SSE2 code snippet for the following transform: byte out[8] = word image[8] - word previousImage[8] + fixed_offset The difference can be small or even negative, so a fixed offset value is added. All calculation is done in 16-bit unsigned word values, saturated back to 8-bit unsigned result. m128i ofs = _mm_set1_epi16(offset); m128i zero = _mm_set1_epi8(0);...
New way to create real application name. VisualStudio can call link as LINK without extension
Initial commit
Initial commit
Initial commit