Merge branch 2.4
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Fri, 21 Dec 2012 13:58:48 +0000 (17:58 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Fri, 21 Dec 2012 13:58:48 +0000 (17:58 +0400)
1  2 
CMakeLists.txt
doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.rst
doc/user_guide/ug_mat.rst
modules/core/include/opencv2/core/operations.hpp
modules/core/src/persistence.cpp
modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst
modules/objdetect/perf/perf_cascadeclassifier.cpp
modules/ts/src/ts_perf.cpp

diff --cc CMakeLists.txt
Simple merge
@@@ -71,7 -71,9 +71,9 @@@ There are functions in OpenCV, especial
      //... fill the array
      Mat pointsMat = Mat(points);
  
- One can access a point in this matrix using the same method \texttt{Mat::at}: ::
 -One can access a point in this matrix using the same method ``Mat::at`` : 
++One can access a point in this matrix using the same method ``Mat::at`` :
+ ::
  
      Point2f point = pointsMat.at<Point2f>(i, 0);
  
Simple merge
Simple merge