import numpy as np
import cv2
from matplotlib import pyplot as plt
img = cv2.imread('coin.jpg',0)
# Initiate ORB detector
orb = cv2.ORB_create()
# find the keypoints with ORB
kp = orb
python opencv ORB
最新推荐文章于 2024-09-09 11:16:52 发布