-
这是一个对二维图形矢量化的源码,对二维图形变成很有帮助。...
这是一个对二维图形矢量化的源码,对二维图形变成很有帮助。-This is a two-dimensional vector graphics of the source of two-dimensional graphics become very helpful.
- 2022-08-17 17:02:10下载
- 积分:1
-
常用的数字图像处理算法实现,都是用标准C语言实现的,绝对经典...
常用的数字图像处理算法实现,都是用标准C语言实现的,绝对经典-commonly used digital image processing algorithm has been used standard C language, absolute classic
- 2023-04-08 21:30:03下载
- 积分:1
-
使用directshow代替opencv的vfw的源代码
使用directshow代替opencv的vfw的源代码-use directshow opencv replace the vfw source code
- 2022-07-10 08:24:06下载
- 积分:1
-
实现图像数据的JPEG
实现图像数据的JPEG-LS标准的压缩,可以实现无损压缩也可以进行有损压缩-Realize image data standard JPEG-LS compression, lossless compression can be lossy compression can also be carried out
- 2022-05-08 03:47:34下载
- 积分:1
-
sift的c++算法,不是基于opencv的,我自己没有看懂。
sift的c++算法,不是基于opencv的,我自己没有看懂。-sift the c++ algorithm, is not based on the opencv, as I do not understand.
- 2022-03-16 16:17:54下载
- 积分:1
-
基于多特征描述和DPF区域匹配的图像检索
基于多特征描述和DPF区域匹配的图像检索-Based on multi-feature description and matching DPF Regional Image Retrieval
- 2022-10-04 04:30:03下载
- 积分:1
-
一个基于块的纹理合成matlab源码程序
一个基于块的纹理合成matlab源码程序-A block-based texture synthesis matlab source program
- 2022-06-27 21:56:39下载
- 积分:1
-
这是个很有用的程序很适合搞彩色图像处理的朋友下载
这是个很有用的程序很适合搞彩色图像处理的朋友下载-This is a very useful procedure is suitable for engaging in color image processing Friend Download
- 2022-02-07 17:20:11下载
- 积分: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
-
This paper is to solve the image segmentation
problem: given an image, we seek...
This paper is to solve the image segmentation
problem: given an image, we seek to detect the shape of the objects in it.
- 2022-04-18 06:34:00下载
- 积分:1