-
用vc.net打开BMP图像,通过仿射变换,将戒指明星…
利用VC.net打开BMP图像,通过仿射变换,将圆环展开变矩形的代码-Use VC.net open BMP images, through the affine transformation, will ring to start changing the code of rectangular
- 2022-07-01 14:29:10下载
- 积分:1
-
On a trajectory with noise and then use the Kalman filter to filter
对一运动轨迹加入噪声,然后用卡尔曼滤波器进行滤波-On a trajectory with noise and then use the Kalman filter to filter
- 2023-07-20 22:10:03下载
- 积分:1
-
Speed Up Robust Feature Algorithm by OpenCV
it can detected specified image...
Speed Up Robust Feature Algorithm by OpenCV
it can detected specified image and matching
I adjust it to use a cam so it runs in real time
but I guess it doesn t look so fast
- 2023-04-18 10:05:04下载
- 积分:1
-
BMP2LAY
将BMP图档转换到IC Layout中,以方便Layoyt工程师在CHIP中快速的建立LOGO...
BMP2LAY
将BMP图档转换到IC Layout中,以方便Layoyt工程师在CHIP中快速的建立LOGO-BMP2LAY will be converted to BMP files in IC Layout to facilitate Layoyt engineers quickly CHIP establishment LOGO
- 2022-03-11 20:23:04下载
- 积分:1
-
此程序段是用于对比度调整的MATLAB算法。
此程序段是用于对比度调整的MATLAB算法。-incontrast
- 2022-02-21 04:25:31下载
- 积分:1
-
generic 3* 3 function template procedures. In the above code VC6.0. Compiling un...
通用的3*3模板的函数程序.上述代码在VC6.0,windows98下编译通过,运行正常,有兴趣的朋友可以稍加修改,将文中所述的功能添加到自己的应用程序当中去。-generic 3* 3 function template procedures. In the above code VC6.0. Compiling under Windows98, operating normally, the interest can be slightly modified friends, the text of the functions described in addition to their application to them.
- 2022-02-05 08:44:18下载
- 积分:1
-
利用harris算法实现角点检测,进行图像配准
利用harris算法实现角点检测,进行图像配准-use harris to detect the corner
- 2022-12-09 13:20:03下载
- 积分:1
-
米娅
mia-2.0.0-beta1a-guid
好像是医学图像的
有pdf-mia-2.0.0-beta1a-guid seems to be of medical images pdf
- 2023-02-23 18:00:03下载
- 积分:1
-
利用VC++进行BMP位图操作(包括读和写)的程序原代码。
利用VC++进行BMP位图操作(包括读和写)的程序原代码。-Use VC++ For BMP bitmap operations (including read and write) the procedures for the original code.
- 2022-02-14 19:21:00下载
- 积分: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