cslayers

Results 4 issues of cslayers

even one element difference can lead to the difference of matrix

I running the following command to extract sift features, `popsift-demo -i oht_cfrp_00.tiff --print-time-info` but the program only return this without time info. > oht_cfrp_00.tiff > Loading 400 x 1040 image...

type:bug

i received an error from vs2017 with "nvcc is not a command and cmd exited 9009" but the i run nvcc successed by typing nvcc to my console.

https://github.com/google/leveldb/blob/068d5ee1a3ac40dabd00d211d5013af44be55bea/util/env.cc#L25 https://github.com/google/leveldb/blob/068d5ee1a3ac40dabd00d211d5013af44be55bea/util/env.cc#L26 https://github.com/google/leveldb/blob/068d5ee1a3ac40dabd00d211d5013af44be55bea/util/env.cc#L28 https://github.com/google/leveldb/blob/068d5ee1a3ac40dabd00d211d5013af44be55bea/util/env.cc#L29 `Status Env::RemoveDir(const std::string& dirname) { return DeleteDir(dirname); } Status Env::DeleteDir(const std::string& dirname) { return RemoveDir(dirname); } Status Env::RemoveFile(const std::string& fname) { return DeleteFile(fname); } Status Env::DeleteFile(const...