gocv icon indicating copy to clipboard operation
gocv copied to clipboard

want the program to be less fragile

Open Jeremyly opened this issue 4 days ago • 0 comments

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

  • Operating System and version: windows10
  • OpenCV version used:4.10
  • GoCV version used: 0.37.0
  • Go version: 1.22

Jeremyly avatar Jun 29 '24 06:06 Jeremyly