hakaboom / image_registration

基于opencv的图像识别基础库
Apache License 2.0
136 stars 41 forks source link

【TODO】针对orb的处理 #3

Open hakaboom opened 2 years ago

hakaboom commented 2 years ago
  1. 分辨率太小的图片,会获取不到特征点
  2. 在cuda orb中,如果输入的尺寸太小,会导致报错,需要根据cuda orb的ROI方法调整https://github.com/opencv/opencv_contrib/blob/f6a39c5d01a7b2d2bb223a2a67beb9736fce7d93/modules/cudafeatures2d/src/orb.cpp#L507