OpenCV reference manual (C++ part only for now) is now produced directly from RST...
authorVadim Pisarevsky <no@email>
Tue, 22 Feb 2011 20:43:26 +0000 (20:43 +0000)
committerVadim Pisarevsky <no@email>
Tue, 22 Feb 2011 20:43:26 +0000 (20:43 +0000)
commit371aa0800628cceecd80df5d50bcc525efb1506c
tree0e5725a6168069c1febfa2efb611be54cb8688bb
parent32a2fde8acb689050ac111d51afa5dbd22614f29
OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX.
65 files changed:
CMakeLists.txt
docroot/CMakeLists.txt [new file with mode: 0644]
docroot/conf.py [new file with mode: 0644]
modules/calib3d/doc/calib3d.rst [new file with mode: 0644]
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst [new file with mode: 0644]
modules/core/doc/basic_structures.rst [new file with mode: 0644]
modules/core/doc/clustering.rst [new file with mode: 0644]
modules/core/doc/core.rst [new file with mode: 0644]
modules/core/doc/drawing_functions.rst [new file with mode: 0644]
modules/core/doc/dynamic_structures.rst [new file with mode: 0644]
modules/core/doc/intro.rst [new file with mode: 0644]
modules/core/doc/operations_on_arrays.rst [new file with mode: 0644]
modules/core/doc/utility_and_system_functions_and_macros.rst [new file with mode: 0644]
modules/core/doc/xml_yaml_persistence.rst [new file with mode: 0644]
modules/features2d/doc/common_interfaces_of_descriptor_extractors.rst [new file with mode: 0644]
modules/features2d/doc/common_interfaces_of_descriptor_matchers.rst [new file with mode: 0644]
modules/features2d/doc/common_interfaces_of_feature_detectors.rst [new file with mode: 0644]
modules/features2d/doc/common_interfaces_of_generic_descriptor_matchers.rst [new file with mode: 0644]
modules/features2d/doc/drawing_function_of_keypoints_and_matches.rst [new file with mode: 0644]
modules/features2d/doc/feature_detection_and_description.rst [new file with mode: 0644]
modules/features2d/doc/features2d.rst [new file with mode: 0644]
modules/features2d/doc/object_categorization.rst [new file with mode: 0644]
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst [new file with mode: 0644]
modules/gpu/doc/data_structures.rst [new file with mode: 0644]
modules/gpu/doc/feature_detection_and_description.rst [new file with mode: 0644]
modules/gpu/doc/gpu.rst [new file with mode: 0644]
modules/gpu/doc/image_filtering.rst [new file with mode: 0644]
modules/gpu/doc/image_processing.rst [new file with mode: 0644]
modules/gpu/doc/initalization_and_information.rst [new file with mode: 0644]
modules/gpu/doc/introduction.rst [new file with mode: 0644]
modules/gpu/doc/matrix_reductions.rst [new file with mode: 0644]
modules/gpu/doc/object_detection.rst [new file with mode: 0644]
modules/gpu/doc/operations_on_matrices.rst [new file with mode: 0644]
modules/gpu/doc/per_element_operations..rst [new file with mode: 0644]
modules/highgui/doc/highgui.rst [new file with mode: 0644]
modules/highgui/doc/highgui__high-level_gui_and_media_i_o.rst [new file with mode: 0644]
modules/highgui/doc/qt_new_functions.rst [new file with mode: 0644]
modules/highgui/doc/reading_and_writing_images_and_video.rst [new file with mode: 0644]
modules/highgui/doc/user_interface.rst [new file with mode: 0644]
modules/imgproc/doc/feature_detection.rst [new file with mode: 0644]
modules/imgproc/doc/filtering.rst [new file with mode: 0644]
modules/imgproc/doc/geometric_transformations.rst [new file with mode: 0644]
modules/imgproc/doc/histograms.rst [new file with mode: 0644]
modules/imgproc/doc/imgproc.rst [new file with mode: 0644]
modules/imgproc/doc/miscellaneous_transformations.rst [new file with mode: 0644]
modules/imgproc/doc/motion_analysis_and_object_tracking.rst [new file with mode: 0644]
modules/imgproc/doc/object_detection.rst [new file with mode: 0644]
modules/imgproc/doc/planar_subdivisions.rst [new file with mode: 0644]
modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst [new file with mode: 0644]
modules/index.rst [new file with mode: 0644]
modules/ml/doc/boosting.rst [new file with mode: 0644]
modules/ml/doc/decision_trees.rst [new file with mode: 0644]
modules/ml/doc/expectation_maximization.rst [new file with mode: 0644]
modules/ml/doc/k_nearest_neighbors.rst [new file with mode: 0644]
modules/ml/doc/ml.rst [new file with mode: 0644]
modules/ml/doc/neural_networks.rst [new file with mode: 0644]
modules/ml/doc/normal_bayes_classifier.rst [new file with mode: 0644]
modules/ml/doc/random_trees.rst [new file with mode: 0644]
modules/ml/doc/statistical_models.rst [new file with mode: 0644]
modules/ml/doc/support_vector_machines.rst [new file with mode: 0644]
modules/objdetect/doc/cascade_classification.rst [new file with mode: 0644]
modules/objdetect/doc/objdetect.rst [new file with mode: 0644]
modules/python/hdr_parser.pyc [new file with mode: 0755]
modules/video/doc/motion_analysis_and_object_tracking.rst [new file with mode: 0644]
modules/video/doc/video.rst [new file with mode: 0644]