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
tag added
Release 1.0 - all functionality is implemented.
First working version, without include/exclude filters yet
Added first directory scanning - for console only. Service framework works OK.
Service base is made
typo
not used
moving
moving
Initial commit
(obvisouly parser has eaten my path :-) \ .. \ .. \ obj vs \ .. \ .. \ .. \ obj
thanks Ihar, another issue: the intermediate folder in project is poiting to $(SolutionDir)....\obj\$(PlatformToolset)\$(PlatformName)\$(Configuration)\$(ProjectName)\...
Hello Ihar, I've tried to compile your library (3.5.52.900) with Visual Studio 2017...
just out of curiosity - how it decides what value (4 or 8) to select???
Ihar, I'm trying to compile it with VS2013 and it has some issues. Not 100% sure...
it works now, thanks!
Hello Ihar, sorry for delay, as usual when deadline approaches - less time for other...
Ah, got it - you also need a plain c/c++ code. OK, let me brush up a bit what I have...
Hello Ihar, well right now I'm using implementation taken here http://blog.ostermiller.org/dilate-and-erode...
Hello Ihar, thank you for implementing (de)interleaving functions, they are quite...
Hello Ihar, thank you. I'll check it in a new SIMD release. Nikolai
Hello Ihar, just a small suggestion - please enable Multi-processor Compilation for...
Hello Ihar, when you have time, is it possible to mark in documentation the algorighms...
Hello Ihar, I've got simd.3.1.45.767 library, built it with VS2013SP5 in x64 mode...
Hello Ihar, could you please add SIMD accelearted functions to transform pixel format...
OK, seems to be found an error: In Test\testUtils.cpp in function void FillRandom(View...
Hello Ihar, I've got the same issue today with Visual Studio 2013. I suppose gl-tter...
Hello Ihar, I've got the same issue today with Visual Studio 2013. I suppose gl-tter...
Updated Readme.txt
build
Version 1.7
VS2013 version.
Released under MIT license.
Version 1.6
File reorganization
build
build
build
build
SF code style
SF guide style following
File reorganization
Version 1.5
Version 1.3
Missed files for 1.2
Version 1.2
Version 1.0