firecat

Results 28 issues of firecat

Can you add more support for when_all, when_any, when_seq and fail? Similar to this open source project: https://github.com/Naios/continuable https://naios.github.io/continuable/

Can you add the function of automatically copying dependent files?Just like Qt's windeployqt.exe command line tool。 https://doc.qt.io/Qt-5/windows-deployment.html The Windows deployment tool windeployqt is designed to automate the process of creating...

enhancement

halcon论坛有关讨论: http://www.ihalcon.com/read-16881-1.html 有热心网友的回复: opencv自带的匹配一般满足不了工业需求,对于精度要求不高的场合,shape_based_matching就够用了,还带缩放和旋转噢。 用相机拿实物测试一下就知道了,相机和实物不动,有时候测试出来的角度不一样,有些偏1°上下波动,就是同一条件多次触发测试。当然这和检测的图像也有一些关系,有些效果好的图像是比较稳定的。

能否把line2Dup库的接口函数封装成和halcon一模一样的?函数参数也一模一样的。便于大家使用。 create_shape_model() find_shape_model() find_scaled_shape_model() 谢谢!

请问本项目与opencv_contrib里面的linemod的区别和联系是什么? https://github.com/opencv/opencv_contrib/blob/4.2.0/modules/rgbd/src/linemod.cpp https://github.com/opencv/opencv_contrib/blob/4.2.0/modules/rgbd/include/opencv2/rgbd/linemod.hpp https://github.com/opencv/opencv_contrib/blob/4.2.0/modules/rgbd/samples/linemod.cpp https://github.com/imbinwang/LINE2D

本项目使用的是linemod算法。 而codeproject有个开源项目: https://www.codeproject.com/articles/99457/edge-based-template-matching 请问两者的原理是相同的吗?如果不同,哪个更好?

Hi! Can the related geometric calculation methods provide C++ interface? Let us C/C++ developers also participate. thanks

bug

![image](https://user-images.githubusercontent.com/11898277/161046681-97a15b5e-1b80-48e1-8bbf-af42ea97ec09.png) Can you write an additional application that uses this image as the main window? That is, create a new Qt Widgets Application instead of the current plug-in? Thanks!

**Environment:** - OS: [e.g. macOS 10.15 Catalina, Windows 10, Ubuntu 20.04, Arch Linux] - qView version: [e.g. 3.0, nightly 2020-05-02.1] OS:Windows10,x64 qView version:3.0 **Information:** After I opened a jpg picture,...

bug

建议新增模板文件读和写的功能 类似halcon的算子,读写ncc模板文件 read_ncc_model( : : FileName : ModelID) write_ncc_model( : : ModelID, FileName : )