摘要: PCA 主轴方向角度,范围 [-45,135] 度点集排序(从左到右、从右至左)不同,角度在-45度时有差异 double calLineOrientationInDegree(const vector<Point>& pts) { //Construct a buffer used by the 阅读全文
posted @ 2024-10-27 16:34 哈库拉 阅读(90) 评论(0) 推荐(0)
摘要: <# 脚本功能说明:选择要配置的相机网卡,点击配置按键,自动配置参数 # 2024.08.29 #> # 获取管理员权限 if (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetC 阅读全文
posted @ 2024-08-29 14:25 哈库拉 阅读(76) 评论(0) 推荐(0)
摘要: $app=[System.Windows.Forms.Application] $myForm=new-object System.Windows.Forms.Form $myForm.Text="my window" $button1 = new-object System.Windows.For 阅读全文
posted @ 2024-08-27 14:39 哈库拉 阅读(190) 评论(0) 推荐(0)
摘要: 是按X/Y方向找一点特征的像素吗?怎么实现的,有没盆友参透 2024 .08.24 Halcon 直线拟合fit_line_contour_xld 与上面方法有点类似 https://blog.csdn.net/qq_18620653/article/details/121156147 https: 阅读全文
posted @ 2024-08-15 16:15 哈库拉 阅读(48) 评论(0) 推荐(0)
摘要: 1. 编译 pybind11 不需要编译 pybind11 以https://github.com/iago-suarez/ELSED.git工程为例 git clone https://github.com/iago-suarez/ELSED.git mkdir build cd build cm 阅读全文
posted @ 2024-02-28 10:19 哈库拉 阅读(462) 评论(0) 推荐(0)
摘要: 加载east 模型 进行 文本检测 模型下载 https://codeload.github.com/oyyd/frozen_east_text_detection.pb/zip/refs/heads/master #coding:utf-8 import cv2 import math ##### 阅读全文
posted @ 2024-02-05 10:46 哈库拉 阅读(277) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/almn/p/17460636.html intel sse /avx 指令 https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html Prof. Dr. Cars 阅读全文
posted @ 2024-01-10 14:17 哈库拉 阅读(145) 评论(0) 推荐(0)
摘要: clone souce code C:\git_repos\sqlitebrowser>cmake -DCMAKE_SYSTEM_PREFIX_PATH="C:\dev\Qt\5.15.2\msvc2019_64;C:\dev\SQLite-Win64" -B build -- Selecting 阅读全文
posted @ 2023-12-19 10:48 哈库拉 阅读(49) 评论(0) 推荐(0)
摘要: 右键 project name , 选择 unload project 双击 工程名称 ,会打 【开工程名.vcxproj】文件 找到文件中的 PropertyGroup Label="Globals" <PropertyGroup Label="Globals"> <ProjectGuid>{A6 阅读全文
posted @ 2023-12-09 09:58 哈库拉 阅读(157) 评论(0) 推荐(0)
摘要: [33ddd](### 窗口分割器使用) 窗口分割器使用 // 测试窗口分割 splitter QDialog* pDlg = new QDialog(); QSplitter* splitterMain = new QSplitter(Qt::Horizontal,pDlg); //splitte 阅读全文
posted @ 2023-11-22 11:50 哈库拉 阅读(121) 评论(0) 推荐(0)