-
纹理映射,用程序实现
纹 理 映 射,VC++ 程 序 实 现-Texture mapping, VC++ Procedures realize
- 2022-04-24 04:26:22下载
- 积分:1
-
usrful,good,from a classical book
来自于VC++数字图像处理典型算法及其实现这本书,对于初学者有很大的帮助。-usrful,good,from a classical book
- 2022-05-15 02:26:36下载
- 积分:1
-
包括锐化、平滑、LOG滤波器提取边缘数学形态学的腐蚀、膨胀、骨架化、开闭运算以及分形方法画树木和树叶...
包括锐化、平滑、LOG滤波器提取边缘数学形态学的腐蚀、膨胀、骨架化、开闭运算以及分形方法画树木和树叶-including sharpening, smooth, LOG filter from the brink of mathematical morphology corrosion, swelling, skeleton, and the opening and closing operation fractal approach painting trees and leaves
- 2022-04-11 19:41:00下载
- 积分:1
-
混合粒子群优化算法寻找最小的
A hybrid Particle Swarm Optimization algorithm for finding the minimum of
the function fitness in the real space.-Particle Swarm Optimization algo abbreviation for finding the minimum of the function fi tness in the real space.
- 2022-02-25 23:05:43下载
- 积分:1
-
In the treatment of image, the program can be the edge of the array
在对图象进行处理时,该程序可得到该数组的边缘-In the treatment of image, the program can be the edge of the array
- 2022-03-22 18:16:40下载
- 积分:1
-
使用VC++处理图像,可以实现拉普拉斯边缘增强、中值滤波、灰度化、象素点反转...
使用VC++处理图像,可以实现拉普拉斯边缘增强、中值滤波、灰度化、象素点反转-Use VC++ Deal with images, you can realize laplace edge enhancement, median filtering, gray, and pixel-point inversion
- 2023-01-15 16:50:03下载
- 积分:1
-
H.264解码软件,作成了VC工程。各位有需要的朋友可以在本工程的基础上进行适当的修改,以满足自己的需求。...
H.264解码软件,作成了VC工程。各位有需要的朋友可以在本工程的基础上进行适当的修改,以满足自己的需求。-H.264 decoding software for the project has become a VC. Members in need of a friend can be in the works based on appropriate modifications to meet their own needs.
- 2022-01-29 02:58:31下载
- 积分:1
-
摄像头全景图像拼接序列,希望能有用
摄像机图像序列的全景图拼接,希望能有些用处-Camera panorama image stitching sequence, hoping to be useful
- 2022-10-21 11:05:03下载
- 积分:1
-
6.2
6.2"TFT液晶显示屏资料
1. Application
This technical specification applies to 6.2!± color TFT-LCD module, PW062XS3
The applications of the panel are car TV, portable DVD, GPS, multimedia applications and others AV system.
2. Features
. Amorphous silicon TFT-LCD panel with Back-Light unit.
. Pixel in stripe configuration
. Compatible with NTSC and PAL system
. Slim and compact
. Up / Down and Left / Right Image Reversion
. Support multi display mode
(If you use this mode, you must use PVI-1004D!ˉs timing controller (made by PVI)
-6.2
- 2022-09-22 17:25: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