Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing issue for CUDA feautre extraction (#117)
Using THROW_CHECK_EQ(options_.max_image_size, sift_gpu->GetMaxDimension()); causes issues for me when using CUDA as I don't seem to be able to set the parameter right. It seems wrong to me to expect that max_image_size is set to GetMaxDimension, as the latter will be device-dependent. Using THROW_CHECK_LE seems more appropriate.
- Loading branch information