lct-tracker icon indicating copy to clipboard operation
lct-tracker copied to clipboard

LCT2.0 in IJCV 2018

Results 10 lct-tracker issues
Sort by recently updated
recently updated
newest added

Can you give me the full spelling of this acronym?

马超您好,请问lct+的源代码地址目前打不开,请问您可以把代码新地址发送到我的邮箱吗,非常感谢。我的邮箱地址[email protected]

马超你好, 我看你的代码有两段不明白,请问你可以帮我解释下这两段吗? bb_samples=[xx(:), yy(:), ones(numel(xx),1)*t_sz(2), ones(numel(xx),1)*t_sz(1)]; bb_target=[(sz(2)-t_sz(2))/2, (sz(1)-t_sz(1))/2, t_sz(2), t_sz(1)];

Hello, this code is compiled for windows, may you please give an completed code for linux please? or how to compile on linux

错误使用 mex 正在创建库 calcIIF.lib 和对象 calcIIF.exp calcIIF.obj : error LNK2019: 无法解析的外部符号 "void __cdecl cv::fastFree(void *)" (?fastFree@cv@@YAXPEAX@Z),该符号在函数 "void __cdecl std::_Destroy_range(class cv::Mat *,class cv::Mat *,struct std::_Wrap_alloc &,struct std::_Nonscalar_ptr_iterator_tag)" (??$_Destroy_range@U?$_Wrap_alloc@V?$allocator@VMat@cv@@@std@@@std@@@std@@YAXPEAVMat@cv@@0AEAU?$_Wrap_alloc@V?$allocator@VMat@cv@@@std@@@0@U_Nonscalar_ptr_iterator_tag@0@@Z) 中被引用 MxArray.obj :...

so is this actually code for the 2018 paper or 2015 paper?

when i run the run_tracker.m,its work。but the tracker failed to tracking the object,something wrong,but i didn't konw how to deal with,is this problem can be solved? I am using Matlab2017a...

# This is a question about compiling the code When I am using Matlab2015b + vs2015 community + vlfeat9.20 + opencv 3.1.0 for compiling the code, a problem occurred as...

Hi I'm trying to compile the code on MacOS and I'm running into the following error. `Undefined symbols for architecture x86_64: "cv::SparseMatConstIterator::SparseMatConstIterator(cv::SparseMat const*)", referenced from: MxArray::MxArray(cv::SparseMat const&) in MxArray.o "cv::SparseMatConstIterator::operator++()",...

Hello! I'm wondering is there a way to implement the lct_tracker into a real-time tracking? The delay of processing single frame seems a problem. Also, may I ask how you...