ImageStack
ImageStack copied to clipboard
My code is unable to execute the image-stack library because I faced a problem during its installation by using command " make -f makefiles/Makefile.linux " or " make install -f...
Hi guys! I am compiling the ImageStack project with Windows7 x64 platform and I chose Cygwin tool to build the project. I noticed that there is a SDL library called...
After make -f makefiles/Makefile.linux, I enter the command ImageStack -help, but it shows ImageStack: command not found. The exactly same problem arises when I try to run the example code...
Code : ``` C++ struct LT : public ImageStack::Scalar::Lt { ``` It is "LT" rather than "Lt". Thanks for fix.
When zooming in with the mouse wheel, the zoom does focus/center correctly around the mouse pointer. However, zooming out jumps to an unpredictable location that appears unrelated to the mouse...