Haroon Alam

Results 9 comments of Haroon Alam

Sergey, I am attaching a simple test file: real_sense_viewer.cpp for creating a Dll. For test, you can replace current file in your project with mine, in visual studio change: real_sense_viewer/Properties...

@johnzjq can you please suggest how you worked with Eigen. I am facing this problem: [Compile Failed (Eigen errors)](https://github.com/mp3guy/ICPCUDA/issues/7) I tried with Eigen 3.3 beta 2 and stevenlovegrove/eigen

Windows 10, CUDA 7.0, VS 2013

I built Eigen with CUDA separately, that part worked. But, calling it in kernal of this project doesn't seems to be working.

By the way, what is recommended OS, CUDA and compiler for this project ? I built Eigen again, and now getting error of: declaration is incompatible with "void Eigen::BDCSVD.. and...

CUDA_SDK_ROOT_DIR wont be a problem. Steven mentioned that they used CUDA 8.0 (pre production), you may try with that. If it works please let me know as well. I am...

I have successfully compiled using Ubuntu 14.04 and CUDA 7.5.18. If you are getting EIgen errors, make sure you are building Eigen with CUDA support.

For now, instead of processing the second depth map with first, I fixed this by taking the inverse of the transformation of the first depth map with second. The reason...