From: jamesb Date: Thu, 25 Mar 2010 17:29:08 +0000 (+0000) Subject: Remove spaces in cvarg X-Git-Url: https://rtime.felk.cvut.cz/gitweb/opencv.git/commitdiff_plain/740d76a70da635967fa22aee8d859deb64155c2f?ds=sidebyside Remove spaces in cvarg git-svn-id: https://code.ros.org/svn/opencv/trunk@2907 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08 --- diff --git a/opencv/doc/cxcore_clustering_search.tex b/opencv/doc/cxcore_clustering_search.tex index c2bb08a6..7478fe90 100644 --- a/opencv/doc/cxcore_clustering_search.tex +++ b/opencv/doc/cxcore_clustering_search.tex @@ -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