samples: use findFile() in "python"
authorAlexander Alekhin <alexander.alekhin@intel.com>
Wed, 14 Nov 2018 15:56:21 +0000 (18:56 +0300)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Fri, 16 Nov 2018 18:08:22 +0000 (18:08 +0000)
commitc371df4aa2670d97d08217b351c946a9a8bef09f
tree04cb9c0ca34006e9634b6980646b42e4290c2757
parent9ea8c775f8478227c6feba6ec07c75628bb63f81
samples: use findFile() in "python"
69 files changed:
samples/python/asift.py
samples/python/browse.py
samples/python/calibrate.py
samples/python/camera_calibration_show_extrinsics.py
samples/python/coherence.py
samples/python/color_histogram.py
samples/python/deconvolution.py
samples/python/dft.py
samples/python/digits.py
samples/python/distrans.py
samples/python/facedetect.py
samples/python/find_obj.py
samples/python/floodfill.py
samples/python/gabor_threads.py
samples/python/grabcut.py
samples/python/hist.py
samples/python/houghcircles.py
samples/python/houghlines.py
samples/python/inpaint.py
samples/python/letter_recog.py
samples/python/logpolar.py
samples/python/morphology.py
samples/python/peopledetect.py
samples/python/stereo_match.py
samples/python/texture_flow.py
samples/python/tst_scene_render.py
samples/python/tutorial_code/Histograms_Matching/histogram_calculation/calcHist_Demo.py
samples/python/tutorial_code/Histograms_Matching/histogram_equalization/EqualizeHist_Demo.py
samples/python/tutorial_code/ImgTrans/Filter2D/filter2D.py
samples/python/tutorial_code/ImgTrans/HoughCircle/hough_circle.py
samples/python/tutorial_code/ImgTrans/HoughLine/hough_lines.py
samples/python/tutorial_code/ImgTrans/LaPlace/laplace_demo.py
samples/python/tutorial_code/ImgTrans/MakeBorder/copy_make_border.py
samples/python/tutorial_code/ImgTrans/canny_detector/CannyDetector_Demo.py
samples/python/tutorial_code/ImgTrans/distance_transformation/imageSegmentation.py
samples/python/tutorial_code/ImgTrans/remap/Remap_Demo.py
samples/python/tutorial_code/ImgTrans/warp_affine/Geometric_Transforms_Demo.py
samples/python/tutorial_code/ShapeDescriptors/bounding_rects_circles/generalContours_demo1.py
samples/python/tutorial_code/ShapeDescriptors/bounding_rotated_ellipses/generalContours_demo2.py
samples/python/tutorial_code/ShapeDescriptors/find_contours/findContours_demo.py
samples/python/tutorial_code/ShapeDescriptors/hull/hull_demo.py
samples/python/tutorial_code/ShapeDescriptors/moments/moments_demo.py
samples/python/tutorial_code/TrackingMotion/corner_subpixels/cornerSubPix_Demo.py
samples/python/tutorial_code/TrackingMotion/generic_corner_detector/cornerDetector_Demo.py
samples/python/tutorial_code/TrackingMotion/good_features_to_track/goodFeaturesToTrack_Demo.py
samples/python/tutorial_code/TrackingMotion/harris_detector/cornerHarris_Demo.py
samples/python/tutorial_code/core/AddingImages/adding_images.py
samples/python/tutorial_code/core/discrete_fourier_transform/discrete_fourier_transform.py
samples/python/tutorial_code/core/mat_mask_operations/mat_mask_operations.py
samples/python/tutorial_code/features2D/akaze_matching/AKAZE_match.py
samples/python/tutorial_code/features2D/feature_description/SURF_matching_Demo.py
samples/python/tutorial_code/features2D/feature_detection/SURF_detection_Demo.py
samples/python/tutorial_code/features2D/feature_flann_matcher/SURF_FLANN_matching_Demo.py
samples/python/tutorial_code/features2D/feature_homography/SURF_FLANN_matching_homography_Demo.py
samples/python/tutorial_code/highgui/trackbar/AddingImagesTrackbar.py
samples/python/tutorial_code/imgProc/Pyramids/pyramids.py
samples/python/tutorial_code/imgProc/Smoothing/smoothing.py
samples/python/tutorial_code/imgProc/changing_contrast_brightness_image/BasicLinearTransforms.py
samples/python/tutorial_code/imgProc/changing_contrast_brightness_image/changing_contrast_brightness_image.py
samples/python/tutorial_code/imgProc/erosion_dilatation/morphology_1.py
samples/python/tutorial_code/imgProc/hough_line_transform/hough_line_transform.py
samples/python/tutorial_code/imgProc/hough_line_transform/probabilistic_hough_line_transform.py
samples/python/tutorial_code/imgProc/opening_closing_hats/morphology_2.py
samples/python/tutorial_code/imgProc/threshold/threshold.py
samples/python/tutorial_code/ml/introduction_to_pca/introduction_to_pca.py
samples/python/tutorial_code/objectDetection/cascade_classifier/objectDetection.py
samples/python/tutorial_code/video/background_subtraction/bg_sub.py
samples/python/video.py
samples/python/watershed.py