-
with VC digital image processing procedures. Including discrete cosine transform...
用VC++实现了数字图像处理的程序。包括离散余弦变换,沃尔实变换,以及增强,锐化等等功能。-with VC digital image processing procedures. Including discrete cosine transform, Waldock real transformation, and enhancing, sharpening and so on.
- 2022-01-28 03:31:38下载
- 积分:1
-
SIFT算法
本代码实现了SIFT算法,首先获得差分图像尺度空间,寻找局部极值点,找到关键点,然后,对关键点生成特征描述符。实验效果很好。
- 2023-08-09 01:20:04下载
- 积分:1
-
割图程序 图片能换,用来在game中取图, 分割为小图。 ============ kal.chiname.cn...
割图程序 图片能换,用来在game中取图, 分割为小图。 ============ kal.chiname.cn-cutting plans can get pictures procedure, which used to take in the game plan, divided into small map. ============ Kal.chiname.cn
- 2022-03-21 08:09:11下载
- 积分:1
-
在简单的实现
ROAM Simplistic Implementation
By Bryan Turner
brturn@bellsouth.net
January, 2000
Project file for MS Visual C++ 6.0.
Requires GLUT DLL (www.opengl.org)
Adjust program constants in Landscape.h and Utility.cpp.
MAPS:
Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE
(as defined in Landscape.h). If this map is not found, the program
attempts to open "Map.ved", a Tread Marks map file. Tread Marks maps
will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view
Tread Marks maps correctly is "0.25f". (www.TreadMarks.com)
CONTROLS:
MOUSE - Hold Left Mouse Button to Rotate View Angle
Q - Change Rendering Mode (Wireframe, Lit, Fill, Texture)
O - Change View Mode (Observe, Follow, Drive, Fly)
W/S - Move forward/back
A/D - Rotate left/right (in Observe Mode only)
F - Stop Animation
R - Toggle Frustum Drawing
0/9 - More/Less Triangles per frame
1/2 - Adjust FOV-ROAM Simplistic Implementation
By Bryan Tur
- 2022-03-26 08:18:08下载
- 积分:1
-
基于jQuery的一个图表开发工具,例子很明确,套用很方便
基于jQuery的一个图表开发工具,例子很明确,套用很方便
-A chart based on the jQuery development tools, examples are clear, easy to apply
- 2022-08-22 22:05:11下载
- 积分:1
-
的视觉分析系统的运动遵守以下的一般过程…
人运动的视觉分析系统一般遵从下述的处理过程:1)运动检测;2)运动目标分类;3)人的跟踪;4)行为理解与描述。这几篇文章将重点从此四个方面回顾人运动分析的目前发展水平和常用的处理方法,并对研究难点及未来的发展趋势作了较为详细的分析。-Movement of the visual analysis system to comply with the following general process: 1) Motion Detection 2) moving target classification 3) human tracking 4) acts of understanding and description. This articles will focus on four areas from the movement to recall the analysis of the current level of development and commonly used treatment methods, and research challenges and future development trend of a more detailed analysis.
- 2022-12-01 02:20:03下载
- 积分:1
-
使用两块M2
使用两块M2-std图像采集卡同时采集,得到同步图像-The use of two M2-std collected at the same time frame grabbers, the images simultaneously
- 2022-12-26 13:35:04下载
- 积分:1
-
用其中的菜单进行边缘检测,坐标,轮廓等的实现。
用其中的菜单进行边缘检测,坐标,轮廓等的实现。-Menu with one of edge detection, coordinate, contour, etc. realize.
- 2023-03-26 06:40:03下载
- 积分:1
-
将真彩位图转化成各色或黑白位图,
1. 将真彩位图转化成各色或黑白位图,进行二值化(支持多种抖动方法)处理后的位图,效果和速度极佳。
2. 将真彩或黑白...
将真彩位图转化成各色或黑白位图,
1. 将真彩位图转化成各色或黑白位图,进行二值化(支持多种抖动方法)处理后的位图,效果和速度极佳。
2. 将真彩或黑白位图进行 90度 , 180 度 ,270 度 高速度旋转。-The true color bitmap into a colored or black and white bitmap, 1. The true color bitmap into a colored or black and white bitmap to binary (supports multiple dithering methods) treated bitmap, effectiveness and speed of excellent . 2. The true color or black and white bitmap to 90 degrees, 180 degrees, 270-degree high-speed rotation.
- 2022-02-03 12:04:53下载
- 积分:1
-
色彩空间的转换 ColorTransform RGB与LAB互转
应用背景在图像处理中,有时需要将真彩色图像转换到其他色彩空间进行处理,已获得更好的处理结果,即从RGB空间转换到LAB或者HSI空间等,处理后为迎合人眼需求一般要将其他色彩空间的处理结果再次转换到RGB空间。本代码即实现了RGB与LAB的互转。关键技术
在色彩空间的正向转换中(RGB to LAB):采用的是九级均匀分割建模,棱柱差值;
在反向转换中(LAB to RGB):采用的是多项式回归方法。
- 2022-05-05 08:48:48下载
- 积分:1