会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
快乐码小农
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
下一页
2021年6月24日
Latex使用记录
摘要: 三线表 \begin{table}[htbp] \centering \caption{\label{tab:test}table test.} \begin{tabular}{lcl} \toprule .. & .. & .. \\ \midrule .. & .. & .. \\ .. & .
阅读全文
posted @ 2021-06-24 07:52 快乐码小农
阅读(49)
评论(0)
推荐(0)
2021年4月21日
利用vot配置红外数据集时注意事项
摘要: vot配置红外数据集时,需要修改以下几点: 1. [state, ~] = ncc_initialize(imread(image), region); 改为 [state, ~] = ncc_initialize(imread(image{1}), region); 2. [state, regi
阅读全文
posted @ 2021-04-21 20:22 快乐码小农
阅读(171)
评论(0)
推荐(0)
2021年3月6日
python继承
摘要: python继承 class parent(object): def __init__(self): super(parent, self).__init__() self.func = None def func_hand(self): self.func() def printf(): prin
阅读全文
posted @ 2021-03-06 10:12 快乐码小农
阅读(52)
评论(0)
推荐(0)
2021年1月18日
cn_feature c++实现
摘要: cn特征 c++实现 vs2015 #include <iostream> #include <opencv2/opencv.hpp> #include <vector> //#include <matio.h> // class cn_feature { public: bool init(std
阅读全文
posted @ 2021-01-18 20:52 快乐码小农
阅读(196)
评论(0)
推荐(0)
matlab 矩阵(:)/m
摘要: 假设A为二维矩阵, A(:)/8 得到的一个列向量 img = [8 2*8 3*8;4*8 5*8 6*8]; fprintf('img original: \n'); disp(img); g = img(:)/8; [m,n] = size(g); fprintf('m : %d, n : %
阅读全文
posted @ 2021-01-18 17:55 快乐码小农
阅读(761)
评论(0)
推荐(0)
matlab sub2ind利用c语言重写
摘要: matlab sub2ind利用c语言重写 #include <stdio.h> #include <assert.h> #include <stdlib.h> #include <string.h> #include <time.h> typedef struct _sub2ind_res { u
阅读全文
posted @ 2021-01-18 16:06 快乐码小农
阅读(125)
评论(0)
推荐(0)
2021年1月13日
windows下c++ vot调试备忘录!
摘要: 注释掉printf、std::cout语句,或者添加fflush(stdout),否则容易导致缓存区阻塞! 一杯茶一包烟,一个bug调一天!
阅读全文
posted @ 2021-01-13 16:13 快乐码小农
阅读(67)
评论(0)
推荐(0)
2021年1月12日
Windows下配置c++版本vot
摘要: Windows下配置c++版本vot 配置环境: vs2015,matlab2014b, windows版本cmake 1.编译trax, source code为解压后的trax路径 where to build the binaries在trax里面添加build文件夹 点两次Configure
阅读全文
posted @ 2021-01-12 22:16 快乐码小农
阅读(171)
评论(0)
推荐(0)
2021年1月5日
vot-benchmark工具使用避坑
摘要: 每次进入一个新的工作空间时,先退出matlab!
阅读全文
posted @ 2021-01-05 19:43 快乐码小农
阅读(86)
评论(0)
推荐(0)
2020年12月18日
pytorch resnet18转换为ncnn
摘要: 模型简化: python3 -m onnxsim input_onnx_model output_onnx_model 转换完成后,需要注意: 1.图像归一化方式: 如果训练过程中,图像归一化为: preprocess_transform = transforms.Compose([ transfo
阅读全文
posted @ 2020-12-18 18:31 快乐码小农
阅读(885)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
下一页
公告