会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
祥瑞哈哈哈
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
74
下一页
2023年11月17日
pix4d
摘要: 经纬度只能保留8位高度4位,所以精度保留太高也没有用。
阅读全文
posted @ 2023-11-17 09:42 祥瑞哈哈哈
阅读(49)
评论(0)
推荐(0)
2023年11月16日
python向jpg图片添加经纬度信息
摘要: import piexif from PIL import Image # Read Image fname = 'Wide.JPG' img = Image.open(fname) exif_dict = {"GPS":{}} exif_dict['GPS'][piexif.GPSIFD.GPSL
阅读全文
posted @ 2023-11-16 20:31 祥瑞哈哈哈
阅读(377)
评论(0)
推荐(0)
修改jpg图像的经纬度
摘要: 缺点是图片必须带有经纬度信息否者就会报错,仅限于在含有gps信息的jpg上修改图片。 import piexif from PIL import Image # Read Image fname = 'Wide.JPG' img = Image.open(fname) exif_dict = pie
阅读全文
posted @ 2023-11-16 20:24 祥瑞哈哈哈
阅读(183)
评论(0)
推荐(0)
2023年11月15日
pix4d的控制点算法
摘要:
阅读全文
posted @ 2023-11-15 16:24 祥瑞哈哈哈
阅读(15)
评论(0)
推荐(0)
2023年11月14日
devcloud如何下载文件夹下的全部内容
摘要: zip -r archive.zip 1024black/ 把文件弄成压缩包然后下载
阅读全文
posted @ 2023-11-14 13:32 祥瑞哈哈哈
阅读(19)
评论(0)
推荐(0)
2023年11月13日
linux查看cpu数
摘要: 查看cpu个数 cat /proc/cpuinfo| grep "physical id"| sort| uniq| wc -l 查看cpu信息cat /proc/cpuinfo 因为从0开始编号所以有24个核心。 Intel(R) Xeon(R) Gold 6128 CPU @ 3.40GHz单看
阅读全文
posted @ 2023-11-13 09:47 祥瑞哈哈哈
阅读(13)
评论(0)
推荐(0)
2023年10月31日
sobel算子
摘要: // // Copyright © 2019 Intel Corporation//// SPDX-License-Identifier: MIT// #include <chrono>#include <cmath>#include <iostream>#include <sycl/sycl.hp
阅读全文
posted @ 2023-10-31 08:09 祥瑞哈哈哈
阅读(28)
评论(0)
推荐(0)
2023年10月30日
高性能第四次第二题作业代码
摘要: #include <math.h>#include <iostream>#include <string>#include <optional>#include "dpc_common.hpp"using namespace sycl;using namespace std;#define DEBU
阅读全文
posted @ 2023-10-30 11:18 祥瑞哈哈哈
阅读(16)
评论(0)
推荐(0)
2023年10月26日
查看sycl支持的设备
摘要: sycl-ls
阅读全文
posted @ 2023-10-26 22:17 祥瑞哈哈哈
阅读(32)
评论(0)
推荐(0)
2023年10月19日
检测表达
摘要: load('shimi/bujiangweiduan')load('shimi/bujiangweiduan1') load('shimi/bujiangweishimi')load('shimi/bujiangweishimi1')load('allpositive')xishu=positive
阅读全文
posted @ 2023-10-19 16:32 祥瑞哈哈哈
阅读(14)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
74
下一页
公告