-
HOG
读取一24位彩色图像,计算其以下图像特征:
1)灰度直方图
2)颜色直方图(RGB3个通道)
3)方向梯度直方图(HOG,将图像分成4*4 16个块,8个梯度方向)
(Read a 24-bit color images, calculate the following image features: 1) Histogram 2) color histogram (RGB3 channels) 3) histogram of oriented gradients (HOG, the image is divided into 4* 4 16 blocks, 8 gradient directions))
- 2020-06-28 15:00:01下载
- 积分:1
-
synchronization-and-deadlock
C_线程系列讲座(4):同步与死锁问题的避免(The C_ thread lecture series (4): synchronization and deadlock)
- 2012-03-01 21:08:19下载
- 积分:1
-
Playback
说明: 使用c++读取kinect保存的离线视频(Using C + + to read Kinect saved offline video)
- 2020-05-12 16:13:08下载
- 积分:1
-
odometer
arquivo de odomentro
- 2018-01-12 06:07:50下载
- 积分:1
-
SCT2433
说明: 北京芯洲科技的DC/DC.SCT2433规格书(SCT 2433 Specification)
- 2020-06-21 11:40:02下载
- 积分:1
-
MicroCANopen source code
Cia上面找到的MicoCANopen的源代码,并且里面有几个例子。比较适合初学者学习CANopen,加深对CANopen的理解。
- 2022-02-24 13:32:12下载
- 积分:1
-
vga
说明: vga实用编程技术,用C语言编写.演示程序在\VGA\DEMO\VGADEMO.EXE(vga practical programming techniques, using C language. demo program \ VGA \ DEMO \ VGADEMO.EXE)
- 2010-03-29 16:52:57下载
- 积分:1
-
ParaBuild
说明: 三种子波函数,sinc函数 正弦函数 Riker函数还有有限差分介质设定(Third seed wave function, sinc function, sine function has finite difference Riker media set)
- 2011-04-05 20:50:10下载
- 积分:1
-
08
C++ books
version 1
download it
C++ books
version 1
download it
C++ books
version 1
download it
- 2013-11-02 23:54:11下载
- 积分:1
-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1