# Install script for directory: /SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python

# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")

# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
  if(BUILD_TYPE)
    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
  else()
    set(CMAKE_INSTALL_CONFIG_NAME "RELEASE")
  endif()
  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()

# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
  if(COMPONENT)
    message(STATUS "Install component: \"${COMPONENT}\"")
    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
  else()
    set(CMAKE_INSTALL_COMPONENT)
  endif()
endif()

# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
  set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()

# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
  set(CMAKE_CROSSCOMPILING "FALSE")
endif()

# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
  set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xsamplesx" OR NOT CMAKE_INSTALL_COMPONENT)
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/opencv4/samples/python" TYPE FILE PERMISSIONS OWNER_READ GROUP_READ WORLD_READ FILES
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/_coverage.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/_doc.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/asift.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/browse.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/calibrate.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/camera_calibration_show_extrinsics.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/camshift.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/coherence.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/color_histogram.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/common.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/contours.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/deconvolution.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/demo.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/dft.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/digits.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/digits_adjust.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/digits_video.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/dis_opt_flow.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/distrans.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/drawing.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/edge.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/facedetect.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/feature_homography.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/find_obj.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/fitline.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/floodfill.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/gabor_threads.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/gaussian_mix.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/grabcut.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/hist.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/houghcircles.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/houghlines.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/inpaint.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/kalman.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/kmeans.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/laplace.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/lappyr.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/letter_recog.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/lk_homography.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/lk_track.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/logpolar.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/morphology.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/mosse.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/mouse_and_match.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/mser.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/opencv_version.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/opt_flow.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/peopledetect.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/plane_ar.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/plane_tracker.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/qrcode.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/squares.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/stereo_match.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/stitching.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/stitching_detailed.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/text_skewness_correction.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/texture_flow.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/tst_scene_render.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/turing.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/video.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/video_threaded.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/video_v4l2.py"
    "/SSD/cvprw/AIC22-MCVT/opencv/opencv-4.4.0/samples/python/watershed.py"
    )
endif()

