Deleted all trailing whitespace.
authorRoman Donchenko <roman.donchenko@itseez.com>
Wed, 21 Aug 2013 12:44:09 +0000 (16:44 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Wed, 21 Aug 2013 14:59:24 +0000 (18:59 +0400)
commitf55740da70deb81ad3c80de26fc0cbf7f94e32ee
treeb92c9da8ba4c1ebaa442ff40a496fbfde0465916
parent0d8cb2e3197646cd40500dfceed5bf46a8961d1d
Deleted all trailing whitespace.
193 files changed:
3rdparty/ffmpeg/readme.txt
3rdparty/readme.txt
cmake/OpenCVFindIPP.cmake
cmake/OpenCVFindXimea.cmake
doc/_static/insertIframe.js
doc/packaging.txt
doc/tutorials/calib3d/camera_calibration/camera_calibration.rst
doc/tutorials/calib3d/camera_calibration_square_chess/camera_calibration_square_chess.rst
doc/tutorials/calib3d/table_of_content_calib3d/table_of_content_calib3d.rst
doc/tutorials/core/adding_images/adding_images.rst
doc/tutorials/core/basic_linear_transform/basic_linear_transform.rst
doc/tutorials/core/discrete_fourier_transform/discrete_fourier_transform.rst
doc/tutorials/core/file_input_output_with_xml_yml/file_input_output_with_xml_yml.rst
doc/tutorials/core/how_to_scan_images/how_to_scan_images.rst
doc/tutorials/core/interoperability_with_OpenCV_1/interoperability_with_OpenCV_1.rst
doc/tutorials/core/mat-mask-operations/mat-mask-operations.rst
doc/tutorials/core/mat_the_basic_image_container/mat_the_basic_image_container.rst
doc/tutorials/core/table_of_content_core/table_of_content_core.rst
doc/tutorials/definitions/tocDefinitions.rst
doc/tutorials/features2d/detection_of_planar_objects/detection_of_planar_objects.rst
doc/tutorials/features2d/table_of_content_features2d/table_of_content_features2d.rst
doc/tutorials/gpu/table_of_content_gpu/table_of_content_gpu.rst
doc/tutorials/highgui/table_of_content_highgui/table_of_content_highgui.rst
doc/tutorials/highgui/trackbar/trackbar.rst
doc/tutorials/highgui/video-input-psnr-ssim/video-input-psnr-ssim.rst
doc/tutorials/imgproc/table_of_content_imgproc/table_of_content_imgproc.rst
doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.rst
doc/tutorials/introduction/ios_install/ios_install.rst
doc/tutorials/introduction/linux_eclipse/linux_eclipse.rst
doc/tutorials/introduction/linux_gcc_cmake/linux_gcc_cmake.rst
doc/tutorials/introduction/linux_install/linux_install.rst
doc/tutorials/introduction/load_save_image/load_save_image.rst
doc/tutorials/introduction/windows_install/windows_install.rst
doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.rst
doc/tutorials/introduction/windows_visual_studio_image_watch/windows_visual_studio_image_watch.rst
doc/tutorials/ios/hello/hello.rst
doc/tutorials/ios/image_manipulation/image_manipulation.rst
doc/tutorials/ios/table_of_content_ios/table_of_content_ios.rst
doc/tutorials/ios/video_processing/video_processing.rst
doc/tutorials/ml/introduction_to_svm/introduction_to_svm.rst
doc/tutorials/ml/table_of_content_ml/table_of_content_ml.rst
doc/tutorials/objdetect/table_of_content_objdetect/table_of_content_objdetect.rst
doc/tutorials/video/table_of_content_video/table_of_content_video.rst
doc/user_guide/ug_features2d.rst
doc/user_guide/ug_mat.rst
doc/user_guide/ug_traincascade.rst
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
modules/contrib/doc/facerec/facerec_changelog.rst
modules/contrib/doc/facerec/facerec_tutorial.rst
modules/contrib/doc/facerec/tutorial/facerec_save_load.rst
modules/contrib/doc/facerec/tutorial/facerec_video_recognition.rst
modules/contrib/src/facerec.cpp
modules/core/doc/basic_structures.rst
modules/core/doc/clustering.rst
modules/core/doc/drawing_functions.rst
modules/core/doc/intro.rst
modules/core/include/opencv2/core/operations.hpp
modules/core/src/arithm.cpp
modules/core/src/stat.cpp
modules/core/test/test_io.cpp
modules/core/test/test_math.cpp
modules/features2d/doc/object_categorization.rst
modules/features2d/src/bagofwords.cpp
modules/features2d/src/evaluation.cpp
modules/flann/doc/flann_fast_approximate_nearest_neighbor_search.rst
modules/gpu/CMakeLists.txt
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
modules/gpu/doc/video.rst
modules/highgui/doc/reading_and_writing_images_and_video.rst
modules/highgui/src/cap_ffmpeg.cpp
modules/highgui/src/cap_ffmpeg_impl.hpp
modules/highgui/src/cap_ios_video_camera.mm
modules/highgui/src/cap_libv4l.cpp
modules/highgui/src/cap_msmf.cpp
modules/highgui/src/cap_qtkit.mm
modules/highgui/src/cap_v4l.cpp
modules/highgui/src/cap_ximea.cpp
modules/highgui/src/files_Qt/Milky/README.txt
modules/highgui/src/ios_conversions.mm
modules/highgui/src/window_QT.cpp
modules/imgproc/doc/histograms.rst
modules/imgproc/include/opencv2/imgproc/types_c.h
modules/imgproc/src/color.cpp
modules/imgproc/src/morph.cpp
modules/imgproc/test/test_cvtyuv.cpp
modules/java/generator/src/cpp/Mat.cpp
modules/ml/doc/gradient_boosted_trees.rst
modules/ml/doc/k_nearest_neighbors.rst
modules/ml/doc/mldata.rst
modules/ml/src/knearest.cpp
modules/nonfree/src/opencl/surf.cl
modules/nonfree/src/precomp.hpp
modules/objdetect/src/haar.cpp
modules/objdetect/test/test_cascadeandhog.cpp
modules/ocl/doc/introduction.rst
modules/ocl/doc/operations_on_matrices.rst
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/include/opencv2/ocl/private/util.hpp
modules/ocl/perf/main.cpp
modules/ocl/perf/perf_calib3d.cpp
modules/ocl/perf/perf_filters.cpp
modules/ocl/perf/perf_gftt.cpp
modules/ocl/perf/perf_hog.cpp
modules/ocl/perf/perf_imgproc.cpp
modules/ocl/perf/perf_norm.cpp
modules/ocl/perf/perf_precomp.cpp
modules/ocl/perf/perf_split_merge.cpp
modules/ocl/src/arithm.cpp
modules/ocl/src/filtering.cpp
modules/ocl/src/gftt.cpp
modules/ocl/src/haar.cpp
modules/ocl/src/hog.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/initialization.cpp
modules/ocl/src/match_template.cpp
modules/ocl/src/matrix_operations.cpp
modules/ocl/src/mcwutil.cpp
modules/ocl/src/moments.cpp
modules/ocl/src/opencl/arithm_absdiff.cl
modules/ocl/src/opencl/arithm_addWeighted.cl
modules/ocl/src/opencl/arithm_add_scalar.cl
modules/ocl/src/opencl/arithm_add_scalar_mask.cl
modules/ocl/src/opencl/arithm_bitwise_binary.cl
modules/ocl/src/opencl/arithm_bitwise_binary_mask.cl
modules/ocl/src/opencl/arithm_bitwise_binary_scalar.cl
modules/ocl/src/opencl/arithm_bitwise_binary_scalar_mask.cl
modules/ocl/src/opencl/arithm_bitwise_not.cl
modules/ocl/src/opencl/arithm_compare_eq.cl
modules/ocl/src/opencl/arithm_compare_ne.cl
modules/ocl/src/opencl/arithm_div.cl
modules/ocl/src/opencl/arithm_flip.cl
modules/ocl/src/opencl/arithm_mul.cl
modules/ocl/src/opencl/brute_force_match.cl
modules/ocl/src/opencl/filter_sep_row.cl
modules/ocl/src/opencl/filtering_boxFilter.cl
modules/ocl/src/opencl/haarobjectdetect.cl
modules/ocl/src/opencl/haarobjectdetect_scaled2.cl
modules/ocl/src/opencl/imgproc_clahe.cl
modules/ocl/src/opencl/imgproc_gftt.cl
modules/ocl/src/opencl/imgproc_warpAffine.cl
modules/ocl/src/opencl/imgproc_warpPerspective.cl
modules/ocl/src/opencl/kernel_radix_sort_by_key.cl
modules/ocl/src/opencl/kernel_sort_by_key.cl
modules/ocl/src/opencl/objdetect_hog.cl
modules/ocl/src/opencl/stereobm.cl
modules/ocl/src/opencl/stereobp.cl
modules/ocl/src/opencl/stereocsbp.cl
modules/ocl/src/opencl/tvl1flow.cl
modules/ocl/src/pyrlk.cpp
modules/ocl/src/sort_by_key.cpp
modules/ocl/src/stereo_csbp.cpp
modules/ocl/src/stereobp.cpp
modules/ocl/src/tvl1flow.cpp
modules/ocl/test/test_arithm.cpp
modules/ocl/test/test_brute_force_matcher.cpp
modules/ocl/test/test_filters.cpp
modules/ocl/test/test_imgproc.cpp
modules/ocl/test/test_kmeans.cpp
modules/ocl/test/test_objdetect.cpp
modules/ocl/test/test_optflow.cpp
modules/ocl/test/test_pyramids.cpp
modules/ocl/test/test_sort.cpp
modules/ocl/test/utility.cpp
modules/photo/doc/photo.rst
modules/python/src2/cv2.cpp
modules/python/test/test2.py
modules/stitching/doc/camera.rst
modules/stitching/doc/high_level.rst
modules/stitching/doc/seam_estimation.rst
modules/stitching/doc/stitching.rst
modules/superres/src/btv_l1_ocl.cpp
modules/superres/src/opencl/superres_btvl1.cl
modules/superres/test/test_superres.cpp
modules/world/CMakeLists.txt
samples/MacOSX/FaceTracker/README.txt
samples/c/build_all.sh
samples/c/example_cmake/README.txt
samples/gpu/CMakeLists.txt
samples/gpu/super_resolution.cpp
samples/ocl/clahe.cpp
samples/ocl/facedetect.cpp
samples/python2/dft.py
samples/python2/grabcut.py
samples/winrt/ImageManipulations/App.xaml
samples/winrt/ImageManipulations/MainPage.xaml
samples/winrt/ImageManipulations/MediaExtensions/Common/AsyncCB.h
samples/winrt/ImageManipulations/MediaExtensions/Common/CritSec.h
samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h
samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvImageManipulations.idl
samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.cpp
samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/dllmain.cpp
samples/winrt/ImageManipulations/common/StandardStyles.xaml
samples/winrt/ImageManipulations/sample-utils/SampleTemplateStyles.xaml