rotationQuatVert * rotationQuatHor
gives correct matrix, while for vector rotation rotationQuatHor * rotationQuatVert
is needed to produce correct rotation.
hi,
I have windows 10 64 bit and i try and try to install dlib for python with this command:
python setup.py install
but i get error below:
running install
running bdist_egg
running build
Detected Python architecture: 32bit
Detected platform: win32
Removing build directory C:\Users\Avatar\Desktop\dlib-master./tools/python/build
Configuring cmake ...
-- Building for: Visual Studio 12 2013
-- The C compiler identification is MSVC 18.0.21005.1
-- The CXX compiler identification is MSVC 18.0.21005.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Could NOT find Boost
-- Found PythonLibs: C:/Python27/libs/python27.lib (found suitable version "2.7.9+", minimum required is "2.6")
error: cmake configuration failed!
i install cmake GUI and dont know haow can i set it.
and i build from source with cmake command like in readme file:
mkdir build; cd build; cmake .. ; cmake --build .
at the end i say that, i want use dlib on python .
does anyone can help me???
Thanks a lot....