-
实例5 页码:34
稿件名称:VC图像处理--快速傅立叶变换篇
稿件作者:耿迅
程序名称:ImageTest
运行环境:...
实例5 页码:34
稿件名称:VC图像处理--快速傅立叶变换篇
稿件作者:耿迅
程序名称:ImageTest
运行环境:Win+VC6.0
注意事项: 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。
-err
- 2023-01-17 12:25:03下载
- 积分:1
-
稿件名称:VC图像处理--边缘检测篇
稿件作者:耿迅
程序名称:ImageTest5
运行环境:Win XP;
注意事项...
稿件名称:VC图像处理--边缘检测篇
稿件作者:耿迅
程序名称:ImageTest5
运行环境:Win XP;
注意事项:-Manuscript name: VC Image Processing- Edge Detection Part manuscripts Author: Geng Xun Name: ImageTest5 operating environment: Win XP Note:
- 2023-08-01 05:30:03下载
- 积分:1
-
PixelFusion工程实现图像融合,PixelFusion工程程序运行时,用户须载入两幅图片,其中全色图像选择给定的图片spot.bmp,
而多光谱图片...
PixelFusion工程实现图像融合,PixelFusion工程程序运行时,用户须载入两幅图片,其中全色图像选择给定的图片spot.bmp,
而多光谱图片则为给定的图片tm.bmp。而后用户便可选择各种融合算法进行融合处理。-PixelFusion works to achieve image fusion, PixelFusion project is running, users have to load two images, one full color image to choose a given picture spot.bmp, and multi-spectral images for a given picture tm.bmp. Then the user can choose a variety of fusion algorithm fusion treatment.
- 2023-07-11 03:10:04下载
- 积分:1
-
在人脸检测的视频目标跟踪,包括本文的程序…
视频目标跟踪中的人脸检测,包括文章加程序-Video target tracking in the face detection, including procedures for the article plus
- 2022-09-28 03:10:04下载
- 积分:1
-
高斯滤波先对图像做卷积运算,进行线性滤波,支持替代方式操作。...
高斯滤波先对图像做卷积运算,进行线性滤波,支持替代方式操作。-Gaussian filter to the image so convolution operation, linear filtering, support for alternative means of operation.
- 2022-10-19 01:15:03下载
- 积分:1
-
基于DirectShow编写的一个视频图像采集与硬盘录像的程序,以类的形式,主要优点是便于代码复用。...
基于DirectShow编写的一个视频图像采集与硬盘录像的程序,以类的形式,主要优点是便于代码复用。-based on DirectShow prepared a video disk video acquisition and procedures, in the form of class, the main advantage is easy code reuse.
- 2022-07-18 02:22:34下载
- 积分:1
-
计算机图形学画四分之一个椭圆,若要画椭圆,只需加一个对称程序即可...
计算机图形学画四分之一个椭圆,若要画椭圆,只需加一个对称程序即可
- 2023-08-16 05:50:04下载
- 积分:1
-
B样条曲线生成模拟
B样条曲线生成模拟-B-spline curves generated simulation
- 2022-02-09 16:33:55下载
- 积分: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
-
Binary image morphological filter and grayscale images Matlab morphological filt...
二值图像形态滤波和灰度图像形态滤波操作的Matlab实现。-Binary image morphological filter and grayscale images Matlab morphological filtering operations to achieve.
- 2023-04-06 14:50:03下载
- 积分:1