Tag:opencv project practice

  • 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) — […]