Skip to content

Commit bf754cf

Browse files
griwodzCopilot
authored andcommitted
Update src/popsift/sift_conf.cu
typo correction accepted Co-authored-by: Copilot <[email protected]>
1 parent 4c77e8c commit bf754cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popsift/sift_conf.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const char* Config::getDescModeUsage( )
9999
"notile is like igrid but handles all 16 tiles at once.\n"
100100
"vlfeat is VLFeat-like horizontal scanning, sampling every pixel in a radius around "
101101
"keypoint itself, using the 16 tile centers only for weighting. Every sampled point "
102-
"contributes to up to eight historgram bins.";
102+
"contributes to up to eight histogram bins.";
103103
}
104104

105105
void Config::setGaussMode( const std::string& m )

0 commit comments

Comments
 (0)