Jackal Chan

Results 6 issues of Jackal Chan

## Description Getting wechat qrcode error when using "go build -tags static", even though I am not using wechat qrcode in my project ``` C:/opencv/build/install/x64/mingw/staticlib/libopencv_wechat_qrcode460.a(wechat_qrcode.cpp.obj):wechat_qrcode.cpp:(.text$_ZNSt23_Sp_counted_ptr_inplaceIN2cv13wechat_qrcode10SuperScaleESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv[_ZNSt23_Sp_counted_ptr_inplaceIN2cv13wechat_qrcode10SuperScaleESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv]+0x5): undefined reference to `cv::dnn::dnn4_v20220524::Net::~Net()' C:/opencv/build/install/x64/mingw/staticlib/libopencv_wechat_qrcode460.a(wechat_qrcode.cpp.obj):wechat_qrcode.cpp:(.text$_ZNSt23_Sp_counted_ptr_inplaceIN2cv13wechat_qrcode11SSDDetectorESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv[_ZNSt23_Sp_counted_ptr_inplaceIN2cv13wechat_qrcode11SSDDetectorESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv]+0x5):...

## Description I tried following #870 to build a static build but encountered a couple of issues. Firstly, all cgo_static.go files seems to point to version 4.5.2 instead of 4.5.4...

## Description gocv not respecting higui window properties on Windows. None of the WindowFlag values really keep the aspect ratio of the mat on ResizeWindow. ## Steps to Reproduce 1....

https://github.com/u2takey/ffmpeg-go/blob/f39088dce0738e79ec7a56eb8ad628e1260ed959/run.go#L252-L269 Is there a version of this that would suppress "compiled command" log?

Is there any efficient way to get the max or min point between 2 data points after creating the spline?

Similar to custom URL, it would be nice to have an option to auto assign the label according to specific urls/domains. The format can be something like: regexp||label (or anything...

enhancement