-
直方图修正和彩色图像变换源代码!很适合搞彩色图像处理朋友的下栽...
直方图修正和彩色图像变换源代码!很适合搞彩色图像处理朋友的下栽-Histogram correction and color image transform source code! Very suitable for color image processing下栽Friend
- 2022-02-13 07:59:22下载
- 积分:1
-
Directshow中Video Mixer Render9的使用,很好的代码,具有很好的参考价值...
Directshow中Video Mixer Render9的使用,很好的代码,具有很好的参考价值-Directshow China Video Mixer Render9 use, good code is a good reference value
- 2022-01-21 02:47:42下载
- 积分:1
-
用于图像处理的Huffman方法的源代码
用于图像处理的Huffman方法的源代码-用于??像
- 2022-05-24 11:51:41下载
- 积分:1
-
在OpenCV的cvaux有高斯混合模型函数,其中定义了CvGaussBGModel类用于存放高斯混合模型的各个参数。在编写代码前需要对cvbgfg_gauss...
在OpenCV的cvaux有高斯混合模型函数,其中定义了CvGaussBGModel类用于存放高斯混合模型的各个参数。在编写代码前需要对cvbgfg_gaussmix.cpp和cvaux.h这两个文件做些修改-OpenCV has cvaux in the Gaussian mixture model function, which defines the category CvGaussBGModel Gaussian mixture model used to store various parameters. In the preparation of the code before the need for cvbgfg_gaussmix.cpp and cvaux.h revise the two documents do
- 2023-05-16 15: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
-
image matching algorithm sift two images into an image
sift图像匹配算法实现 两幅图像合并成一幅图像-image matching algorithm sift two images into an image
- 2023-05-29 03:50:03下载
- 积分:1
-
图像处理的源代码,Hough变换的椭圆检测。
图像处理源代码,Hough变换检测椭圆。-Image processing source code, Hough transform ellipse detection.
- 2022-03-06 02:35:15下载
- 积分:1
-
基于kalman滤波器的2D目标跟踪,maltab实现
基于kalman滤波器的2D目标跟踪,maltab实现-2D-based kalman filter target tracking
- 2023-05-10 16:05:03下载
- 积分:1
-
高斯平滑数字图像处理的一个重要手段,用程序…
高斯平滑是数字图象处理中的一种重要手段,VC++程序,可直接测试.-Gaussian smoothing digital image processing of an important means, VC procedures can be directly tested.
- 2022-06-27 09:36:30下载
- 积分:1
-
canny算子 铝箔
用于图像边缘检测 和高斯铝箔
canny算子 铝箔
用于图像边缘检测 和高斯铝箔-canny operator foil for image edge detection and Gaussian foil
- 2022-03-20 23:21:25下载
- 积分:1