buddyhs

Results 7 comments of buddyhs

My computer configuration is Inter i7, gtx108ti and 64g memory. My cuda Edition is cuda9.1. I ran the program with umbrella data sets, first the time consuming for every per...

Thank you for your help! I will take your advice to see the effect of reconstruction.

Thanks for your response. I will take your advice and have a try, thank you very much!

cmake_minimum_required(VERSION 2.8 FATAL_ERROR) project(opengl) SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") SET(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS};-gencode arch=compute_61,code=sm_61;-std=c++11;) set(OpenCV_DIR "/home/sinkdream/Softwares/Opencv3.4.4/opencv-3.4.4/build") find_package(OpenCV REQUIRED) if (OPENCV_FOUND) include_directories(${OpenCV_INCLUDE_DIRS}) add_definitions(-DENABLE_OPENCV) list(APPEND LINK_LIB_LIST ${OpenCV_LIBS}) endif (OPENCV_FOUND) find_package(Eigen3 REQUIRED) find_package(PkgConfig REQUIRED) FIND_PACKAGE(CUDA REQUIRED) include_directories(Camera)...

hello, Thank you for your help. Now I can run this program by using a makefile script.Now I will read your paper and know more details about your program.If I...

Can you give me the test sets of dancing woman? I want to run the dynamic scene. Thanks.

hello, I had some trouble and I think maybe need your help. #########function########### float resolution = pow(0.014928/(float)volumesize,1.0/3.0); this->_data = new float4[volumesize]; int index = 0; for(int i = 0; i...