Video object matching across multiple independent views using local descriptors and adaptive learning文章描述了多摄像机系统下的目标检测与跟踪,和自学习方法。很有参考价值。
标签: independent descriptors matching adaptive
上传时间: 2014-01-18
上传用户:chongcongying
Error probability performance for W-CDMA systems with multiple transmit and receive antennas in correlated Nakagami fading channels
标签: probability performance antennas multiple
上传时间: 2014-01-08
上传用户:WMC_geophy
verilog code 16-bit carry look-ahead adder output [15:0] sum // 相加總和 output carryout // 進位 input [15:0] A_in // 輸入A input [15:0] B_in // 輸入B input carryin // 第一級進位 C0
标签: output look-ahead carryout verilog
上传时间: 2014-12-06
上传用户:ls530720646
verilog code array_multiplier output [7:0] product input [3:0] wire_x input [3:0] wire_y
标签: input array_multiplier verilog product
上传时间: 2014-01-04
上传用户:wxhwjf
verilog code radix-2 SRT divider input [7:0]Dividend input [3:0]Divisor output [4:0]Quotient output [8:0]Remainder
标签: input Dividend Quotient verilog
上传时间: 2014-11-27
上传用户:三人用菜
Using ispMACH 4000 Devices in Multiple JTAG Voltage Environments ™
标签: Environments Multiple Devices ispMACH
上传时间: 2013-11-25
上传用户:frank1234
输入、输出功能,检验输入的数是否为数字功能,ASCII码与二进制数的的相互转化功能,两数相乘功能,因此整个程序定义了两个宏INPUT和MULTIPLE,宏INPUT实现了输入、检验和ASCII码与二进制的相互转换功能,MULTIPLE实现了两数相乘功能,实现输出功能的是子程序OUTPUT,由于在输入的过程中多次用到了回车换行,因此定义了一个回车换行子程序CRLF。
上传时间: 2017-02-08
上传用户:Ants
介绍NRF24L01的多通道(Multiple Pipes),其中文件nrf24l01.c实现此射频芯片在多通道下的通信,多发单收,同样提供了发、发的HEX文件便于实验。
上传时间: 2014-01-16
上传用户:小码农lz
Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively. Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull. Time complexity: T(n) = 2T(n/2) + O(n) = O(n log n)
标签: contains Output convex planar
上传时间: 2017-02-19
上传用户:wyc199288
Shows how Linux futex syscall can be used to distribute computation to multiple threads.
标签: computation distribute multiple syscall
上传时间: 2017-02-20
上传用户:dave520l