上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: 根据landmark,标记出人脸左右眼,和嘴巴, 环境windows7 64位。 根据测试,左眼的点为:36至41,最左边位36,上面37,38,右边39,下边41,40 右眼,最左边42,上面43,44,右边45,下边47,46 嘴巴,最左边48,右边54,上边 49至53,下边,55至58. # 阅读全文
posted @ 2021-07-18 20:08 快乐码小农 阅读(899) 评论(0) 推荐(0)
摘要: 三线表 \begin{table}[htbp] \centering \caption{\label{tab:test}table test.} \begin{tabular}{lcl} \toprule .. & .. & .. \\ \midrule .. & .. & .. \\ .. & . 阅读全文
posted @ 2021-06-24 07:52 快乐码小农 阅读(55) 评论(0) 推荐(0)
摘要: vot配置红外数据集时,需要修改以下几点: 1. [state, ~] = ncc_initialize(imread(image), region); 改为 [state, ~] = ncc_initialize(imread(image{1}), region); 2. [state, regi 阅读全文
posted @ 2021-04-21 20:22 快乐码小农 阅读(178) 评论(0) 推荐(0)
摘要: 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 快乐码小农 阅读(58) 评论(0) 推荐(0)
摘要: 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 快乐码小农 阅读(206) 评论(0) 推荐(0)
摘要: 假设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 快乐码小农 阅读(767) 评论(0) 推荐(0)
摘要: 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 快乐码小农 阅读(127) 评论(0) 推荐(0)
摘要: 注释掉printf、std::cout语句,或者添加fflush(stdout),否则容易导致缓存区阻塞! 一杯茶一包烟,一个bug调一天! 阅读全文
posted @ 2021-01-13 16:13 快乐码小农 阅读(72) 评论(0) 推荐(0)
摘要: 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 快乐码小农 阅读(177) 评论(0) 推荐(0)
摘要: 每次进入一个新的工作空间时,先退出matlab! 阅读全文
posted @ 2021-01-05 19:43 快乐码小农 阅读(89) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 下一页