[vlfeat] 03/44: Update vl_liop.m
Dima Kogan
dima at secretsauce.net
Wed Sep 16 21:05:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
dkogan-guest pushed a commit to branch master
in repository vlfeat.
commit ed62189dca7561d5d27d53b42626c67da40195e7
Author: Pierre Moulon <pmoulon at gmail.com>
Date: Wed Jun 25 14:58:35 2014 +0200
Update vl_liop.m
Fix typo
---
toolbox/sift/vl_liop.m | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/toolbox/sift/vl_liop.m b/toolbox/sift/vl_liop.m
index 2d40e63..eb43820 100644
--- a/toolbox/sift/vl_liop.m
+++ b/toolbox/sift/vl_liop.m
@@ -8,7 +8,7 @@
% VL_LIOP() accepts the following options:
%
% NumNeighbours:: 4
-% Set the number of neighbours sampled to consruct the orer
+% Set the number of neighbours sampled to construct the order
% pattern of each image pixel.
%
% Radius:: 5
@@ -20,10 +20,10 @@
% has dimension factorial(NumNeighbours) * NumSpatialBins.
%
% IntensityThreshold:: -0.02
-% Set the intensity threshold used to weight oder patterns as they
+% Set the intensity threshold used to weight order patterns as they
% are pooled into a histogram. A negative value is interpreted
% as a fraction of the difference between the maximum and minimum
-% intesity in each local patch.
+% intensity in each local patch.
%
% Verbose::
% If specified, be verbose
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vlfeat.git
More information about the debian-science-commits
mailing list