Ask Your Question

jianweike's profile - activity

2019-04-09 16:52:15 -0600 edited question viz3d--Viewing and Rendering time varying 3D point cloud

viz3d--Viewing and Rendering time varying 3D point cloud Hi all, In my work, I computes a set of sparse point clouds of

2019-04-09 16:50:17 -0600 asked a question viz3d--Viewing and Rendering time varying 3D point cloud

viz3d--Viewing and Rendering time varying 3D point cloud Hi all, In my work, I computes a set of sparse point clouds of

2019-03-14 21:48:50 -0600 commented answer Run SURF_CUDA against multiple images in parallel

FYI, all computation is done in one application, so no resource would be shared with other applications in my case. Than

2019-03-14 21:45:37 -0600 commented answer Run SURF_CUDA against multiple images in parallel

Thanks for the information. It seems like it. I was not able to find SURF CUDA implementation that accepts streams. Are

2019-03-14 21:44:02 -0600 edited question Run SURF_CUDA against multiple images in parallel

Run SURF_CUDA against multiple images in parallel Hi all, In my application, I need to compute SURF features for multi

2019-03-14 21:43:27 -0600 commented answer Run SURF_CUDA against multiple images in parallel

FYI, all computation is done in one application, so no resource would be shared with other applications in my case. Than

2019-03-14 21:40:18 -0600 edited question Run SURF_CUDA against multiple images in parallel

Run SURF_CUDA against multiple images in parallel Hi all, In my application, I need to compute SURF features for multi

2019-03-14 21:36:48 -0600 commented answer Run SURF_CUDA against multiple images in parallel

FYI, all computation is done in one application, so no resource would be shared with other applications in my case.

2019-03-14 21:33:30 -0600 commented answer Run SURF_CUDA against multiple images in parallel

Concatenating images is an interesting idea. I will give it a try and pose the result so that everyone knows. What I was

2019-03-14 20:57:32 -0600 received badge  Editor (source)
2019-03-14 20:57:32 -0600 edited question Run SURF_CUDA against multiple images in parallel

Run SURF_CUDA against multiple images in parallel Hi all, In my application, I need to compute SURF features for multi

2019-03-14 20:50:28 -0600 commented answer Run SURF_CUDA against multiple images in parallel

Thanks for the information. Seems like it. I was not able to find CUDA implementation that accepts streams.

2019-03-12 21:04:49 -0600 commented answer Run SURF_CUDA against multiple images in parallel

Thank you. By "asynchronize", I mean the CUDA implementation of SURF that accepts streams so that the SURF for different

2019-03-12 20:59:28 -0600 commented answer Run SURF_CUDA against multiple images in parallel

Thanks for the information.. I was not able to find CUDA implementation that accepts streams.

2019-03-11 12:27:17 -0600 commented answer Run SURF_CUDA against multiple images in parallel

Thank you for your helpful comment. I am quite sure how to set up the execution configuration when calling the SURF func

2019-03-10 18:46:23 -0600 asked a question Run SURF_CUDA against multiple images in parallel

Run SURF_CUDA against multiple images in parallel Hi all, In my application, I need to compute SURF features for multi