-
在视频压缩中,我们可以返回一系列的测试性能…
在视频压缩中,大家可能回遇到测试一系列的文件性能,但是如果自己一个一个测试,很费时,而且质量不高,这里有套代码,可以帮大家解决问题,对大家帮助很大-In video compression, we may return to face the test performance of a series of documents, but if you own a test, it is time consuming, and the quality is not high, there are sets of code, can help you solve the problem, of great help for all of us
- 2022-05-08 14:30:02下载
- 积分:1
-
walsh变换的算法实现,函数结构,很方便移植!
walsh变换的算法实现,函数结构,很方便移植!-walsh transform algorithm, function structure, transplants easily!
- 2022-07-16 01:09:09下载
- 积分:1
-
Abstract: The inflection point is a digital image of an important information ca...
摘要:拐点是数字图像中的一个重要信息载体 提出一种新的拐点检测算法 该算法并非寻找连续空间中曲率的离散近似计算方法,而是源于离散曲线的外观特征,推导出离散曲线上拐点处k个点对间欧氏距离平方和局部最小这一重要性质。基于该性质,本算法首先利用Freeman链码的性质.过滤掉物体边界上明显不可能成为拐点的象素,然后在剩余的边界点中通过寻找该局部最小值定位出拐点。给出了本算法与四种著名拐点检测算法的对比实验。
-Abstract: The inflection point is a digital image of an important information carrier put forward a new turning point detection algorithm the algorithm does not look for continuous space discrete approximation of the curvature calculation method, but from the appearance of characteristics of discrete curve derived discrete curve the inflection point at k-points between the squared Euclidean distance and the local minimum of this important property. Based on the nature of the algorithm is the first to use Freeman chain code in nature. Filter out objects clearly can not become a turning point on the border pixel, and then in the remaining boundary points by finding out the turning point of the local minimum position. The algorithm is given inflection point detection algorithm with th
- 2022-05-29 18:03:55下载
- 积分:1
-
This procedure is an example of image scaling. Everyone can be doing reference
这个程序是进行图像缩放的一个例子.大家可以做做参考-This procedure is an example of image scaling. Everyone can be doing reference
- 2023-09-05 07:20:04下载
- 积分:1
-
对视频序列图像的压缩编码,采用了运动预测以增大压缩率
对视频序列图像的压缩编码,采用了运动预测以增大压缩率-video image sequence coding used to forecast the movement increased compression rate
- 2022-03-04 07:51:00下载
- 积分:1
-
基于breseham算法的多边形填充算法
基于breseham算法的多边形填充算法-breseham algorithm based on the polygon filling algorithm
- 2022-01-25 17:15:17下载
- 积分: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 is on the digital image processing of a whole compared example, We need to...
这是关于数字图象处理方面比较全的一个例子,大家有需要的可以直接copy其中的代码-This is on the digital image processing of a whole compared example, We need to be direct copy of the code
- 2022-06-29 06:23:09下载
- 积分:1
-
dicom图像处理程序阅读程序,读医学图像
dicom图像处理程序阅读程序,读医学图像-DICOM image processing program reading program, reading medical images
- 2022-08-12 15:39:01下载
- 积分:1
-
sobel edge detect
sobel边缘检测源码,本工程在安装vc的情况下都可以使用。-sobel edge detect
- 2023-06-24 13:00:05下载
- 积分:1