摘要: 参考转自 https://people.cas.uab.edu/~mosya/cl/CPPcircle.html Geometric circle fits Algebraic circle fits Levenberg-Marquardt fit in the "full" (a,b,R) spa 阅读全文
posted @ 2023-11-01 15:10 哈库拉 阅读(360) 评论(0) 推荐(0)
摘要: 实现0-6字符分类 数据准备: 训练数据: train_data.txt 查看代码 D:/ocr/svm/train/imgs/0/0.png 0 D:/ocr/svm/train/imgs/0/0_1.jpg 0 D:/ocr/svm/train/imgs/1/1.png 1 D:/ocr/svm 阅读全文
posted @ 2023-09-14 12:03 哈库拉 阅读(112) 评论(0) 推荐(0)
摘要: 接口: from opencv2/core.hpp /** @brief Calculates the weighted sum of two arrays. The function addWeighted calculates the weighted sum of two arrays as 阅读全文
posted @ 2023-08-23 10:23 哈库拉 阅读(146) 评论(0) 推荐(0)
摘要: import tensorflow as tf from tensorflow.python.framework.convert_to_constants import convert_variables_to_constants_v2 from tensorflow.python.tools im 阅读全文
posted @ 2023-08-22 09:11 哈库拉 阅读(89) 评论(0) 推荐(0)