We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c77e8c commit bf754cfCopy full SHA for bf754cf
src/popsift/sift_conf.cu
@@ -99,7 +99,7 @@ const char* Config::getDescModeUsage( )
99
"notile is like igrid but handles all 16 tiles at once.\n"
100
"vlfeat is VLFeat-like horizontal scanning, sampling every pixel in a radius around "
101
"keypoint itself, using the 16 tile centers only for weighting. Every sampled point "
102
- "contributes to up to eight historgram bins.";
+ "contributes to up to eight histogram bins.";
103
}
104
105
void Config::setGaussMode( const std::string& m )
0 commit comments