]> rtime.felk.cvut.cz Git - opencv.git/commitdiff
Remove spaces in cvarg
authorjamesb <jamesb@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Thu, 25 Mar 2010 17:29:08 +0000 (17:29 +0000)
committerjamesb <jamesb@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Thu, 25 Mar 2010 17:29:08 +0000 (17:29 +0000)
git-svn-id: https://code.ros.org/svn/opencv/trunk@2907 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

opencv/doc/cxcore_clustering_search.tex

index c2bb08a66ca216ca1ddbe5426edaf5d230db98ca..7478fe907cff6517eb5789014dbe564839988ffc 100644 (file)
@@ -427,12 +427,12 @@ if the subsequent searches in the index can be performed very fast. In
 other applications it's required that the index be build as fast as
 possible even if that leads to slightly longer search times.}
 
-\cvarg{memory\_weight} {Is used to specify the tradeoff between
+\cvarg{memory\_weight}{Is used to specify the tradeoff between
 time (index build time and search time) and memory used by the index. A
 value less than 1 gives more importance to the time spent and a value
 greater than 1 gives more importance to the memory usage.}
 
-\cvarg{sample\_fraction} {Is a number between 0 and 1 indicating what fraction
+\cvarg{sample\_fraction}{Is a number between 0 and 1 indicating what fraction
 of the dataset to use in the automatic parameter configuration algorithm. Running the 
 algorithm on the full dataset gives the most accurate results, but for
 very large datasets can take longer than desired. In such case using just a fraction of the