-
8 Prewitte Operator direction from the edge of the image VC
8方向Prewitte算子提取图象边缘的VC实现-8 Prewitte Operator direction from the edge of the image VC
- 2023-08-25 13:30:03下载
- 积分:1
-
Image Character Recognition Matlab source code, we hope that they will help poin...
图像字符识别matlab源代码,希望能给大家点帮助。-Image Character Recognition Matlab source code, we hope that they will help point.
- 2022-02-02 19:07:13下载
- 积分:1
-
A figure of identification, through pre
进行了数字的识别,经过预处理图像,得到归一化的数字,以及应用神经网络识别。-A figure of identification, through pre-processing images, to be normalized figures, as well as the application of neural networks.
- 2022-06-16 09:08:39下载
- 积分:1
-
利用VC++编写的一个图像文字显示效果的救济,显示颜色梯度…
用VC++编写得图像显示浮雕文字效果、显示渐变色彩、阈值变换得源码-Using VC++ to prepare a text image display effect of relief, showing color gradient, threshold transform a source
- 2022-07-16 03:14:54下载
- 积分:1
-
用vc++实现的运动检测系统的源代码。为《Visual C++数字图像实用工程案例精选―源码》书上的源码...
用vc++实现的运动检测系统的源代码。为《Visual C++数字图像实用工程案例精选―源码》书上的源码-Using vc to achieve the motion detection system
- 2022-02-02 02:38:52下载
- 积分:1
-
n皇后算法,多边形裁减,正方体旋转,三角形的绘制与填充,画虚的直线和曲线...
n皇后算法,多边形裁减,正方体旋转,三角形的绘制与填充,画虚的直线和曲线-n Queen s algorithm, polygon reduction, cube spins, drawing a triangle with the filling, painting imaginary straight lines and curves
- 2023-01-17 18:25:04下载
- 积分:1
-
逆合成孔径雷达雷达点目标仿真的MATLAB程序
雷达 逆合成孔径雷达点目标仿真 matlab程序 -Inverse Synthetic Aperture Radar radar point target simulation matlab program
- 2022-07-23 03:16:36下载
- 积分:1
-
Another source of two
另外一个二维流体模拟的源码。好像使用了nvidia最新的显卡编程语言CUDA实现。-Another source of two-dimensional fluid simulation. Like using the latest nvidia graphics programming language CUDA realize.
- 2022-08-22 06:03:06下载
- 积分:1
-
AffineTransformation computes and applies the geometric affine transformation to...
AffineTransformation computes and applies the geometric affine transformation to a 2-D image.
The program main functions are:
- Load Image: Load the image to be transformed.
- Transform Image: Computes the transformation matrix from the transformation parameters specified by the user, then it applies the transformation to the loaded image.
- Save Image: Save the transformed image.
- Quit: Exit the program.
The transformation parameters are specified by the user by editing the
values of the rotation, scale (x and y), and shear (x and y). The
translation is not icluded because it can be easily (normalized or) removed from the image by
subtracting the shape cetroid.
The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox
functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
- 2022-01-30 20:17:04下载
- 积分:1
-
基于Astar算法的最优路径算法生成程序(内附测试图)
应用背景
基于Astar算法的最优路径算法生成程序(内附测试图):
可应用于三维地形路径自动生成,最优路径选择,计算机图形可视化领域。
关键技术
包含Astar算法实现,使用qt编写界面ui,使用osg三位渲染引擎加载三维地形,并显示可视化路径。
可鼠标点击生成路径的起点和终点,具备良好的用户交互。
- 2022-10-01 10:30:11下载
- 积分:1