-
包括画直线、反走样直线、画圆、
画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等...
包括画直线、反走样直线、画圆、
画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等-Including painting a straight line, anti-aliased line, circle, drawing an oval, rectangular painting, painting polygon, rectangle fill, polygon fill, 3D transformation, light, texture, etc.
- 2022-03-13 16:27:33下载
- 积分:1
-
多边形的合并算法,该算法能够实现任意两个多边形(包括凹多边形)的合并....
多边形的合并算法,该算法能够实现任意两个多边形(包括凹多边形)的合并.- The polygon merge algorithm, this algorithm can realize
wilfully two polygons (including concave polygon) merge
- 2023-05-23 23:05:04下载
- 积分: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
-
图像处理-图像正交变换源代码,可直接编译执行。
图像处理-图像正交变换源代码,可直接编译执行。-Image Processing- Image orthogonal transformation source code, can be directly compiled implementation.
- 2022-11-17 02:40:03下载
- 积分:1
-
图像处理中关于灰度图像的处理占了一大部分。而灰度变换是数字图像处理必须掌握的知识。这里提供灰度变换源代码,仅供参考...
图像处理中关于灰度图像的处理占了一大部分。而灰度变换是数字图像处理必须掌握的知识。这里提供灰度变换源代码,仅供参考-Image Processing on the gray image of the treatment accounted for the majority of one. The gray-scale transformation of digital image processing must master knowledge. Here to provide gray-scale transformation source code, for reference only
- 2022-03-23 14:52:29下载
- 积分:1
-
包含图像的DCT变换,箱码,直方图均衡化,维也纳出…
包含图像的DCT变换,方块编码,直方图均衡,维也纳滤波等28种基础处理,用VC实现,包含测试图像,比较有实用价值-Contains images of DCT transform, box codes, histogram equalization, Vienna filtering based on 28 kinds of treatment, using VC realize, including the test images, comparison has practical value
- 2022-02-02 06:16:06下载
- 积分:1
-
canny 算子的说明和源代码 文档文件
canny 算子的说明和源代码 文档文件-canny operator instructions and source code document
- 2022-12-09 11:40:03下载
- 积分:1
-
这是一个自编的应用边缘提取和傅立叶描述子来进行数字的表述和识别...
这是一个自编的应用边缘提取和傅立叶描述子来进行数字的表述和识别-This is a self-application of edge detection and Fourier descriptors for the number of statements and identification
- 2023-07-05 05:50:02下载
- 积分:1
-
该计划将三的混合图像使用FastICA算法和当时的国家环保总局…
该程序将三幅混合图像用FastICA算法进行分割
- 2022-05-17 04:42:49下载
- 积分:1
-
本程序主要实现对图像的Huffman编码,Shannon
本程序主要实现对图像的Huffman编码,Shannon-Fano编码,算术编码,位平面编码,预测编码-The main achievement of this procedure the image of Huffman coding, Shannon-Fano coding, arithmetic coding, bit plane coding, predictive coding
- 2022-09-09 04:30:03下载
- 积分:1