Tag:pycharm

  • Selenium install WebDriver latest Chrome driver (with 116/117/118/119)

    Time:2024-4-30

    catalogs 1、Confirm the browser version 2、Find the corresponding chromedriver version 3. Unzip the chromedriver file and place it in the chrome installation directory. 4. Setting system properties 5. Confirm whether chromedriver is installed successfully and how to solve the problem 1、Confirm the browser version In the address bar of your browser, type chrome://version/, enter and […]

  • Opencv Image Processing

    Time:2023-11-13

    Article Catalog Blogger’s Boutique Column NavigationNote: The following source code can be run, different projects involved in the function are analyzed in detail.11、Image project practice(i) Bank card number identification — sort_contours(), resize()(ii) document scanning OCR recognition — cv2.getPerspectiveTransform() + cv2.warpPerspective(), np.argmin(), np.argmax(), np.diff()detectAndDescribe(), matchKeypoints(), cv2.findHomography(), cv2.warpPerspective(), drawMatches()(iv) Parking lot space detection (Keras-based CNN classification) — […]