-
Graphical display special algorithm, the horizontal direction, vertical directio...
图形显示特技算法,水平方向、垂直方向、雨滴效果、百叶窗效果等-Graphical display special algorithm, the horizontal direction, vertical direction, rain effects, shutter effects
- 2022-02-24 22:05:32下载
- 积分:1
-
进行运动图像的建模和运动目标的检测,
进行了算法的测试和优化...
进行运动图像的建模和运动目标的检测,
进行了算法的测试和优化-Modeling for Motion Picture and moving target detection, carried out the testing and optimization algorithm
- 2023-08-17 07:25:02下载
- 积分:1
-
VB版bmp2ico,可以将bmp图片转换成VB等可用图标。
VB版bmp2ico,可以将bmp图片转换成VB等可用图标。-VB version bmp2ico, can converte bmp picture into icon which can be used in VB,etc.
- 2023-08-13 02:00:04下载
- 积分:1
-
基于遗传和蚁群混合算法的图像配准算法
需要利用matlab遗传工具箱...
基于遗传和蚁群混合算法的图像配准算法
需要利用matlab遗传工具箱-Based on genetic and ant colony algorithm for hybrid image registration algorithm need to use genetic toolbox matlab
- 2022-06-21 05:58:27下载
- 积分:1
-
vc++实现图像的分割与图像的边缘检测,可用
vc++实现图像的分割与图像的边缘检测,可用-vc++ achieve image segmentation and image edge detection, can be used
- 2022-08-23 07:59:09下载
- 积分:1
-
use openCV to find the number of connected components.
This example is to find...
查找连通分量的个数,
本程序的例子是查找一个图片中细胞的个数。-use openCV to find the number of connected components.
This example is to find the number of cells in a picture.
- 2023-03-09 07:35:04下载
- 积分:1
-
基于IBR的图像拼接算法,利用傅里叶变换求相关,可利用多幅图像拼接得到的全景图。...
基于IBR的图像拼接算法,利用傅里叶变换求相关,可利用多幅图像拼接得到的全景图。-image mosaic based on image based rendering
- 2023-05-12 17:55:02下载
- 积分: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
-
自己编写的图像处理工具,比较全面,包括视频处理,图像融合等,可以作为开发参考...
自己编写的图像处理工具,比较全面,包括视频处理,图像融合等,可以作为开发参考-I have written image processing tools, a more comprehensive, including video processing, image fusion and so on, can be used as the development of reference
- 2023-01-12 21:30:05下载
- 积分:1
-
影像增强的三个程序:1、边缘检测;2、直方图均衡化;3、图像增强...
影像增强的三个程序:1、边缘检测;2、直方图均衡化;3、图像增强-three programmea:1. edge detedtion 2,image histgram equalized 3,image enhancement
- 2022-03-05 22:56:38下载
- 积分:1