apl-ocean-engineering / sonar_image_proc

Other
12 stars 3 forks source link

Modify OverlayImage to retain OpenCV 3 and 4 compatability #24

Closed zerodamage closed 1 year ago

zerodamage commented 1 year ago

Minor change is needed in OverlayImage to retain compatibility with OpenCV3, since there is a deprecation in type trait functions between v3 and v4.

amarburg commented 1 year ago

Excellent. Thank you.