intel / libxcam

libXCam is a project for extended camera(not limited in camera) features and focus on image quality improvement and video analysis. There are lots features supported in image pre-processing, image post-processing and smart analysis. This library makes GPU/CPU/ISP working together to improve image quality. OpenCL is used to improve performance in different platforms.
Other
591 stars 229 forks source link

Add new auto scale feature match method based on clustering. #558

Closed wujunkai166 closed 6 years ago

wujunkai166 commented 6 years ago

@windyuan

wujunkai166 commented 6 years ago

@windyuan
Changes compared to last patch:

  1. Class CVFeatureMatchCluster inherited from CVFeatureMatch instead of FeatureMatch.
  2. Move out get_bowl_config() in geo map handler with get_stable_y_start() replaced.
  3. Add member variable _stable_y_start in fisheye handler and initialize it to 0.0f when it is in general cases other than "BowlView".
wujunkai166 commented 6 years ago

@windyuan

windyuan commented 6 years ago

merged. thanks.