-
拉普拉斯锐化(边缘锐化):对图像边缘进行拉普拉斯锐化
拉普拉斯锐化(边缘锐化):对图像边缘进行拉普拉斯锐化-Laplacian sharpening (edge sharpening): Laplacian of the image edge sharpening
- 2023-02-09 20:35:03下载
- 积分:1
-
该代码为自动调焦代码,望该代码对各位有所帮助
该代码为自动调焦代码,望该代码对各位有所帮助-The code for the automatic focusing code, look for the code help you
- 2022-03-11 13:58:54下载
- 积分:1
-
基于mfc的轮廓提取程序,支持多种算子提取轮廓,有边缘检测,hough变换等功能。...
基于mfc的轮廓提取程序,支持多种算子提取轮廓,有边缘检测,hough变换等功能。-Mfc based on the contour extraction process, supports a wide range of contour extraction operator, has edge detection, hough transform functions.
- 2023-03-02 09:00: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
-
bmp图片几个AVI视频文件编码生成的类代码的AVI文件…
将几张bmp图片编码为avi视频文件,生成avi的类代码在writeavi.cpp文件中-Bmp picture to a few avi video files encoded to generate the class code avi files writeavi.cpp
- 2022-01-26 15:09:47下载
- 积分:1
-
用它里面的类可以产生类似于JAVA应用中的水纹、火焰以及熔浆效果。...
用它里面的类可以产生类似于JAVA应用中的水纹、火焰以及熔浆效果。-use it inside the class can produce Java applications similar to the watermarked, flame and melts effect.
- 2022-02-06 10:40:02下载
- 积分:1
-
静态图像压缩JPEG的Visual C++源代码
静态图像压缩JPEG的Visual C++源代码-static JPEG image compression Visual C source code
- 2022-04-14 19:42:48下载
- 积分:1
-
判断点是否在多边形中,输入要求有组成多边形的点和要判断是否在多边形中的点,速度快!...
判断点是否在多边形中,输入要求有组成多边形的点和要判断是否在多边形中的点,速度快!-To determine whether the polygon points, enter the required polygon composed of points and to determine whether the points in the polygon, fast!
- 2022-01-28 05:49:18下载
- 积分:1
-
imageEn视频捕获的原代码,视频采集使用imageen马…
imageEn视频采集原码,使用imageen进行视频采集时有最大图像640*480的限制,代理商说是试用版的问题;-Video Capture imageEn the original code, the use of video acquisition imageen maximum image 640* 480 restrictions, agents said that the issue of a trial version
- 2022-05-24 07:20:34下载
- 积分:1
-
图像处理源代码,包括所有的图像处理源代码
图像处理源代码,包括所有的图像处理源代码-imageprocessing
- 2022-03-06 12:48:35下载
- 积分:1