会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dotfire
博客园
首页
新随笔
联系
订阅
管理
[置顶]
C# 一个较快的从大图片中查找局部小图的方法
摘要: 我想到的一个较快的从大图片中查找局部小图的方法。比AForge.Imaging速度快多了,且不象它占用大量内存。 示例程序中查找小图片只用了100毫秒左右。 I found a quick way to find the location of a small picture in a large
阅读全文
posted @ 2023-04-20 20:45 dotfirer
阅读(573)
评论(0)
推荐(1)
2023年5月11日
python3.11 支持TA-lib
摘要: 网上找了很多地方才找到的,以下是原网面内容分享给大家:原网址python3.11 支持TA-lib - 简书 (jianshu.com) python3.11 支持TA-lib asmcos关注IP属地: 北京 2022.11.03 16:42:52字数 122阅读 1,075 做量化的朋友都知道
阅读全文
posted @ 2023-05-11 16:58 dotfirer
阅读(723)
评论(1)
推荐(0)
2023年5月6日
用Python vc2 在大图中查找小图
摘要: import cv2 import time def find_image_location(small_image_path, large_image_path): # Load images small_image = cv2.imread(small_image_path) large_ima
阅读全文
posted @ 2023-05-06 23:24 dotfirer
阅读(373)
评论(0)
推荐(0)
公告