-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Labels
Description
System information (version)
- OpenCV => 4.3
- Operating System / Platform => Mac OS Catalina (10.15.3)
Detailed description
There is a runtime issue while using the alphamat module in OpenCV4.3. It seems to be some resizing/cropping issue. Looks like only the top right of the input image is being processed.
The module works fine offline with the included example code, but does not give right results while being called directly as an OpenCV function call: cv::alphamat::infoFlow (InputArray image, InputArray tmap, OutputArray result) using OpenCV4.3 installation.
Expected Output(as is obtained from testing the module code offline)
Current Output from OpenCV4.3 function call :
This looks somewhat similar to images reported in an earlier issue( dynamic fusion running error! #2521)