-
Mutual information method for the best ROSSLER delay equation
互信息方法求ROSSLER方程的最佳延迟时间-Mutual information method for the best ROSSLER delay equation
- 2022-03-01 11:51:04下载
- 积分:1
-
这个程序是用来寻找定位图片中的物体的轮廓的,我试了一下效果非常好。用到了OpenCV编程,希望能给大家带来方便。...
这个程序是用来寻找定位图片中的物体的轮廓的,我试了一下效果非常好。用到了OpenCV编程,希望能给大家带来方便。-this procedure is used to find positioning objects in the picture of the outline, I tried it very good results. Depleted OpenCV program, in hopes of giving you convenience.
- 2022-04-01 18:29:20下载
- 积分:1
-
此程序能够实现霍夫曼编码,香农-费诺编码,算术编码以及位平面编码等。...
此程序能够实现霍夫曼编码,香农-费诺编码,算术编码以及位平面编码等。-This process can realize Huffman coding, Shannon- Fenno coding, arithmetic coding and bit-plane coding.
- 2022-07-03 10:53:36下载
- 积分:1
-
从国外网站的KLT跟踪算法代码,代码很好值得…
从国外网站下载的klt跟踪算法代码,代码很优秀值得学习。-From abroad website of KLT tracking algorithm code, the code is very good worth learning.
- 2023-07-27 04:45:03下载
- 积分:1
-
基于kalman滤波和人脸形态约束的人脸跟踪算法实现,可在快速人脸跟踪的同时很好的去除类肤色的干扰,注意是基于OpenCV函数库的程序。...
基于kalman滤波和人脸形态约束的人脸跟踪算法实现,可在快速人脸跟踪的同时很好的去除类肤色的干扰,注意是基于OpenCV函数库的程序。-Based on kalman filtering and face shape Face Tracking bound algorithm may face in the fast track at the same time remove the category of very good color interference, the attention is based on the OpenCV library procedures.
- 2022-11-07 22:15:03下载
- 积分:1
-
awimg = rgb2gray(IM1)
awimg=rgb2gray(im1)
tic
[accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50)
circen
toc
figure(1) imagesc(accum) axis image
title( Accumulation Array from Circular Hough Transform )
figure(2) imagesc(rawimg) colormap( gray ) axis image
hold on
plot(circen(:,1), circen(:,2), r+ )
for k = 1 : size(circen, 1),
DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- )
end
hold off
title([ Raw Image with Circles Detected , ...
(center positions and radii marked) ])
figure(3) surf(accum, EdgeColor , none ) a
- 2022-02-04 17:38:42下载
- 积分:1
-
Canny边缘检测算法,用于计算梯度的Canny算法,一个…
Canny边缘检测算法,canny算法计算梯度,并从小波模极大重构图像.-Canny edge detection algorithm, canny algorithm for calculating the gradient, and from the Wavelet Modulus Maxima Image Reconstruction.
- 2022-09-28 08:45:03下载
- 积分:1
-
A Basic Introduction to OpenCV for Image Processing
A Basic Introduction to OpenCV for Image Processing
- 2022-01-26 16:05:53下载
- 积分:1
-
这是一个MATLAB开发的书籍,对MATLAB图像处理介绍…
这是一本matlab开发书籍,介绍了matlab的图像处理以及其他的操作。-This is a matlab development books, the introduction of the matlab image processing and other operations.
- 2022-01-28 10:26:21下载
- 积分:1
-
逆合成孔径雷达成像,使用距离
ISAR雷达成像,采用距离-多普勒处理得到目标的图像-ISAR radar imaging, the use of distance- Doppler processing target image
- 2023-08-09 22:20:03下载
- 积分:1