hybridgroup / gocv

Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, and OpenCV Contrib.
https://gocv.io
Other
6.42k stars 853 forks source link

want the program to be less fragile #1183

Open Jeremyly opened 2 days ago

Jeremyly commented 2 days ago

Description

I encountered an error while using the AddWeighted() scheme to fuse images: signal aligned during external code execution. Causing my program to crash directly. I know what caused this error. What I am concerned about is that the program crash caused by this error cannot be recovered by 'recover()'. This problem is very serious because such an error directly causes the program to crash without automatic recovery. Is there any way to prevent this situation from happening? I just want the program to be less fragile!

gocv:0.37.0 windows

Your Environment