Celebrandil / CudaSift

A CUDA implementation of SIFT for NVidia GPUs (1.2 ms on a GTX 1060)
MIT License
860 stars 285 forks source link

Identifier "totPts" and "fstPts" are undefined #46

Closed Karol-G closed 6 years ago

Karol-G commented 6 years ago

Hi,

I am trying to compile this project on Windows 7 with Cmake. But I get the following error message: identifier "totPts" is undefined File: cudaSiftH.cu Line 226 identifier "fstPts" is undefined File: cudaSiftH.cu Line 229

Any help is appreciated :)

Karol-G commented 6 years ago

Ok I think I fixed it. I deleted the lines that caused this error. They just did some prints.