a lot of small corrections to bring down the number of undocumented functions, report...
authorVadim Pisarevsky <no@email>
Thu, 9 Jun 2011 01:16:45 +0000 (01:16 +0000)
committerVadim Pisarevsky <no@email>
Thu, 9 Jun 2011 01:16:45 +0000 (01:16 +0000)
commit20aca7440faad3d02fe28ff2036cf10dfc6bc4bf
treef693e51705eed92f7e85bed26eb66641c94786f5
parent3b9e752be7b062e391eab5f1728b1844c7e6a0b3
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
30 files changed:
doc/check_docs.py
doc/check_docs_whitelist.txt
doc/conf.py
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
modules/core/doc/utility_and_system_functions_and_macros.rst
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
modules/gpu/doc/feature_detection_and_description.rst
modules/gpu/doc/image_filtering.rst
modules/gpu/doc/image_processing.rst
modules/gpu/doc/matrix_reductions.rst
modules/gpu/doc/object_detection.rst
modules/gpu/doc/operations_on_matrices.rst
modules/gpu/doc/per_element_operations.rst
modules/imgproc/doc/filtering.rst
modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/imgproc/src/histogram.cpp
modules/ml/doc/boosting.rst
modules/ml/doc/decision_trees.rst
modules/ml/doc/expectation_maximization.rst
modules/ml/doc/k_nearest_neighbors.rst
modules/ml/doc/neural_networks.rst
modules/ml/doc/normal_bayes_classifier.rst
modules/ml/doc/random_trees.rst
modules/ml/doc/statistical_models.rst
modules/ml/doc/support_vector_machines.rst
modules/ml/src/em.cpp
modules/objdetect/doc/cascade_classification.rst
modules/python/src2/hdr_parser.py
samples/cpp/em.cpp [new file with mode: 0644]