-
A target tracking code is a complete course, can track multiple targets, the eff...
一个目标跟踪代码是一个完整的过程,可以跟踪多个目标,效果也可以
- 2022-02-01 15:30:25下载
- 积分:1
-
1)具体功能为:鼠标绘制折线,给出折线的缓冲区宽度,提取出折线的平行线.
2)本程序是利用地图代数中距离变换的方法(栅格方法),提取折线的平行线.和笔者前一...
1)具体功能为:鼠标绘制折线,给出折线的缓冲区宽度,提取出折线的平行线.
2)本程序是利用地图代数中距离变换的方法(栅格方法),提取折线的平行线.和笔者前一阵子上传的折线的平行线算法(矢量方法)可做对比
3)注:矢量方法中没有考虑垂直的特殊情况,增加个判断条件便可消除.
-1) the specific features as follows: the mouse line drawing, broken line give the width of the buffer, to extract the broken line parallel line .2) This procedure is the use of map algebra in the distance transform method (grid method), Extraction of broken parallel lines. and the author of the line long ago From the parallel line algorithm (vector method) can be compared 3) Note: The vector method does not consider the special circumstances of the vertical, increasing the conditions of a judge could be removed.
- 2023-03-14 00:45:03下载
- 积分:1
-
主要实现在灰度图像上处理图像的灰度值,包括灰度线性变换等操作。如果是彩色图像则首先灰度化,在进行操作。...
主要实现在灰度图像上处理图像的灰度值,包括灰度线性变换等操作。如果是彩色图像则首先灰度化,在进行操作。-main achievement of the gray image processing images on the gray values, including gray linear transformation operation. If it is the first color image is gray, the operation is in progress.
- 2023-07-05 00:15:04下载
- 积分:1
-
The effects of the delays due to signal multiplexing and processing is to add a...
The effects of the delays due to signal multiplexing and processing is to add a phase shift to the response. To have a stable noiseless loop, the additional phase shift at the cut off frequency of the loop must be negligible (say maximum of 200). Which means that signal multiplexing and processing rate must be at least 1KHz for a 50 Hz cut off frequency. We should have higher sampling rate of around 2KHz to have better noise free and stable feedback loop.
- 2022-08-22 17:18:26下载
- 积分:1
-
BITMAP images all show the entire intelligence BYTE
BITMAP图象的各个BYTE情报全显示-BITMAP images all show the entire intelligence BYTE
- 2022-06-29 19:12:32下载
- 积分:1
-
Level set method of image processing fast marching method, narrow
水平集图像处理方法中fast marching方法,窄带方法及level set方法的JAVA代码-Level set method of image processing fast marching method, narrow-band method and level set methods JAVA code
- 2022-03-29 07:14:30下载
- 积分:1
-
图像处理的简化方法
simplified approach to image processing
- 2022-01-25 23:20:25下载
- 积分:1
-
游戏开发中的辅助工具,非常有用,可以大量减轻美工处理图片的工作量
1,生成字体图片文件
2,图片切分,把大的精灵图片切分成小的图片
3,图片剪切,可...
游戏开发中的辅助工具,非常有用,可以大量减轻美工处理图片的工作量
1,生成字体图片文件
2,图片切分,把大的精灵图片切分成小的图片
3,图片剪切,可以批量对于某个目录的所有图片进行上下左右的剪切处理-Game development tool, very useful, you can handle a large number of art to alleviate the workload of one picture to generate the font image file 2, image segmentation, the big picture wizard cut into small picture 3, picture cut, you can bulk for a directory of all the pictures up and down around the shear treatment
- 2023-08-20 21:00:04下载
- 积分:1
-
用途:数字图象处理算法的演示,包括:
• 图象的DFT和逆DFT
• 图象的FFT和逆FFT
• 在图象中...
用途:数字图象处理算法的演示,包括:
• 图象的DFT和逆DFT
• 图象的FFT和逆FFT
• 在图象中加入正弦噪声
• 图象的模板运算实现图象平滑和锐化
• 图象的直方图均衡化
• 图象的对比度拉伸
• 图象的中值滤波
• 图象灰度直方图的显示
• 若干频域滤波器
• 图象的镜像
• 图象的旋转(90度与任意角度)
• 图象的放缩
• 其它小算法
代码设计思想:软件在Windows环境下,利用Visual C++6.0开发,代码利用面向对象的思想,通过若干个类完成:
主要类:
memBitmap类:内存图象类。将图象读入到内存中,对象素的读写在内存中进行,较之通过CDC类来进行,速度有很大提高。同时还对部分JPEG格式图象提供了读支持,可以将图象保存为BMP真彩格式。
Complex类:复数类,完成复数运算。
CBmpDemoView类:视类,完成显示。
CbmpDemoDoc类:文档类,图象数据和对数据的变换、处理都在此类中完成。
Fourior类:完成一维序列的DFT和FFT,FFT只支持为2的整数次幂的情况
- 2022-02-13 08:58:34下载
- 积分:1
-
m序列生成,可用于图象,音频置乱,如用于数字水印中可去除图象间的相关性...
m序列生成,可用于图象,音频置乱,如用于数字水印中可去除图象间的相关性
- 2022-06-29 12:44:51下载
- 积分:1