-
功能实现:用c#实现数字图像处理中的hough变换功能
功能实现:用c#实现数字图像处理中的hough变换功能-Function realization: Using c# digital image processing of the hough transform function
- 2023-07-19 18:35:03下载
- 积分:1
-
VB drag the image to any open window, the more interesting, you just drag the fo...
VB将图像拖动到任意打开的窗口上,比较有意思,你只需拖动窗体中的小箭头到任意目标窗体,松开鼠标后图像就跑到目标窗体上了,不过程序还需要完善,有时候图片会被遮挡住,只实现了基本的思路,不是太常用,就当是一个学习资料吧。-VB drag the image to any open window, the more interesting, you just drag the form of small arrows to any objective form, release the mouse after the picture ran on the target form, but the program also need to perfect, and sometimes images will be blocked to live, only to achieve the basic ideas, not too common, it is a learning information when the bar.
- 2022-01-26 04:38: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
-
JPEG2000标准的软件版本5.2.5卡卡杜最近的可执行程序…
JPEG2000标准的实现软件Kakadu的近期版本5.2.5的可执行程序,支持多核解码编码,cpu的性能可以得到充分发挥,是JPEG2000软件中已知性能最高的-JPEG2000 standard software Kakadu recent version 5.2.5 of the executable program to support multi-core codec encoding, cpu
- 2022-03-20 20:06:54下载
- 积分:1
-
各种图像的边缘检测和分割处理的源程序..
多种图像边缘检测与分割处理的源代码,开发平台是matlab,需要的可以-A variety of image edge detection and segmentation of the deal with the source code, development platform is matlab, need to be
- 2022-03-07 07:19:21下载
- 积分:1
-
图像处理方面,主要完成将二值数字水印嵌入到原图像中完成隐藏,同时完成了提取过程的编码...
图像处理方面,主要完成将二值数字水印嵌入到原图像中完成隐藏,同时完成了提取过程的编码-Image processing, the main value of the completion of the second digital watermark is embedded in the completion of the original image to hide, at the same time to complete the extraction process of encoding
- 2022-10-24 06:50:02下载
- 积分:1
-
挖图小程序。。。。。。。C++编写。。VC开发环境
挖图小程序。。。。。。。C++编写。。VC开发环境-dug a small procedure. . . . . . . C preparation. . VC development environment.
- 2022-08-09 22:16:31下载
- 积分:1
-
In opencv using Kalman filter to track a rotating point
在opencv下使用Kalman滤波器实现跟踪一个旋转的点-In opencv using Kalman filter to track a rotating point
- 2022-02-05 15:00:19下载
- 积分:1
-
SART代数迭代算法,CT系统中经典算法
SART代数迭代算法,CT系统中经典算法-SART
- 2022-01-28 01:23:47下载
- 积分:1
-
According to: Based on the characteristics of moment invariants and neural netwo...
根据:基于不变矩特征和神经网络的图像模式模糊分类 论文 在matlab上做的实验,有7个不变矩生成和神经网络分类的代码,还要论文原文-According to: Based on the characteristics of moment invariants and neural network image mode fuzzy classification papers in matlab to do the experiment, there are seven moment invariants and neural network classifier to generate the code, but also the original papers
- 2022-08-25 14:34:08下载
- 积分:1