binfsuc
binfsuc
input image:  my code: int w = img.cols; int h = img.rows; boundingbox_t bbox = { 0,0,w,h }; float scaleX = 0.8; float scaleY = 0.8; std::vector lines; cv::Point2f...
find_scaled_shape_model的openCV实现 这篇文章可以参考一下 https://blog.csdn.net/manuoo/article/details/127991049?spm=1001.2014.3001.5502 下面的连接是测试程序 https://pan.baidu.com/s/1G3Qk9wDZIrPeQOLxmaaU2w?pwd=aabb 
基于形状的匹配
find_scaled_shape_model的openCV实现 这篇文章写的还不错,大家可以去看一看 https://blog.csdn.net/manuoo/article/details/127713679?spm=1001.2014.3001.5502 下面的链接测试程序 https://pan.baidu.com/s/1G3Qk9wDZIrPeQOLxmaaU2w?pwd=aabb 
hello ,I really like this algorithm, I want to return index of concave point in original data, What a good advice?
感谢开源,我一直在Windows平台编程,使用了你的代码,无论是opencv还是onnxruntime,都运行良好,并且性能不俗,我一直在寻找这样简单的应用,它不会依赖太多的库,就能实现深度学习方面的推理部署,那么问题来了,就是如何快速简单的训练自己的模型,目前我会一些python(vscode环境下)、了解一些paddlepaddle,但是在训练自己的模型方面我还是一头雾水,请问能否推荐一些工具或者提供一些这方面的建议?感谢。