-
一个比较全面的图像处理与分析软件源程序,VC++编写.
一个比较全面的图像处理与分析软件源程序,VC++编写.-a more comprehensive image processing and analysis software program, VC prepared.
- 2022-02-05 18:14:04下载
- 积分:1
-
activemedia机器人上的图像处理算法库,使很好的视觉编程的平台。...
activemedia机器人上的图像处理算法库,使很好的视觉编程的平台。-activemedia robot image processing algorithm library, a good visual programming platform.
- 2022-03-20 18:19:08下载
- 积分:1
-
适合初学者
适合初学者-Suitable for beginners
- 2022-07-08 15:07:08下载
- 积分:1
-
一种基于粒子滤波的测向定位跟踪算法,一种基于粒子滤波的测向定位跟踪算法。...
一种基于粒子滤波的测向定位跟踪算法,一种基于粒子滤波的测向定位跟踪算法。-A particle filter based on the finding and location tracking algorithm, a particle filter based on the finding and location tracking algorithm.
- 2022-03-24 04:59:38下载
- 积分:1
-
目前所能找到的速度最快的Jpeg2000压缩和解压缩软件原码,解压缩速度是著名的jasper的58倍...
目前所能找到的速度最快的Jpeg2000压缩和解压缩软件原码,解压缩速度是著名的jasper的58倍-can now find the fastest Jpeg2000 compression software source, extract the speed of the famous 58 times jasper
- 2022-02-26 17:54:08下载
- 积分:1
-
基于多特征描述和DPF区域匹配的图像检索
基于多特征描述和DPF区域匹配的图像检索-Based on multi-feature description and matching DPF Regional Image Retrieval
- 2022-10-04 04:30: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
-
JPEG2000编码器的算法,即MQ编码器。在ADI的blackfin535平台…
jpeg2000中的算术编码器,也就是MQ编码器。在ADI blackfin535平台下的代码-JPEG2000 encoder of arithmetic, that is, MQ encoder. In ADI blackfin535 platform code
- 2022-02-14 07:40:21下载
- 积分:1
-
图像的一些边缘检测算子,Hough变换,还有就是轮廓提取与轮廓跟踪,还包括种子填充...
图像的一些边缘检测算子,Hough变换,还有就是轮廓提取与轮廓跟踪,还包括种子填充-Images of some edge detector, Hough transform, as well as contour extraction and contour tracking, but also the seed filling
- 2022-06-27 09:43:27下载
- 积分:1
-
任意图像的旋转角度,水平、垂直的图像,缩放,裁剪算法…
图象任意角度的旋转、水平、垂直镜像、缩放、裁剪等算法的实现-arbitrary image rotation angle, horizontal, vertical image, zoom, cutting algorithm implementation
- 2022-03-16 13:54:53下载
- 积分:1