-
一个很好的数字识别系统源代码, Visual C
一个很好的数字识别系统源代码, Visual C-A good digital identification system source code, Visual C
- 2023-05-30 08:00:03下载
- 积分:1
-
这是一个图像分割的代码,用matlab实现,分割效果还行。
这是一个图像分割的代码,用matlab实现,分割效果还行。-this is code for segmentation,the segmentation results is ok.
- 2022-01-22 15:09:00下载
- 积分:1
-
先按一定要求生成两幅粒子图像,然后基于相关检测的方法测出粒子的运动速度,仿真的是简单情况 ,即水平运动的情况。属于基础学习用的。...
先按一定要求生成两幅粒子图像,然后基于相关检测的方法测出粒子的运动速度,仿真的是简单情况 ,即水平运动的情况。属于基础学习用的。-Press must be to generate two particle image, and then based on correlation detection method to measure particle velocity, simulation of a simple situation, that is the case of horizontal movement. Based learning are used.
- 2022-01-31 01:14:55下载
- 积分:1
-
3dfx glide2和glide3诊断试剂盒
3Dfx Glide2 & Glide3 Diagnostics Kit-3Dfx Glide2
- 2023-02-14 20:45:12下载
- 积分:1
-
Fast Fourier Transform Fast Fourier Transform Discrete Cosine Transform Walsh
快速付立叶变换快速付立叶反变换离散余弦变换沃尔什-哈达玛变换图像的付立叶变换图像的离散余弦变换图像的沃尔什-哈达玛变换-Fast Fourier Transform Fast Fourier Transform Discrete Cosine Transform Walsh- Hadamard Transform Image Fourier Transform of the discrete cosine transform image images Walsh- Hadamard Transform
- 2022-01-26 03:10:56下载
- 积分:1
-
sm502最新驱动,支持1280*1024分辨率显示,用于构建高分辨率嵌入式应用。...
sm502最新驱动,支持1280*1024分辨率显示,用于构建高分辨率嵌入式应用。-the newest driver about sm502 for high resolution embedded application,the resolution support is up to 1280*1024.
- 2023-08-31 21:45:03下载
- 积分:1
-
基于openCV得高斯背景模型提取。需要openCV,内置测试视频
基于openCV得高斯背景模型提取。需要openCV,内置测试视频-OpenCV based on a Gaussian background model extraction. Need openCV, built-in test video
- 2022-01-21 03:01:50下载
- 积分:1
-
GDAL处理大数据图像
该代码可以通过GDAL处理大数据图像,可以读取多种数据格式,可广泛应用于遥感图像处理,可供大家参考。
- 2022-05-06 20:47:37下载
- 积分:1
-
直线DDA,BRESENHAM;Bezier算法,圆bresenham算法及平移旋转算法
直线DDA,BRESENHAM;Bezier算法,圆bresenham算法及平移旋转算法-Linear DDA, BRESENHAM Bezier algorithm, round bresenham algorithm and translation rotation algorithm
- 2023-02-22 12:45:03下载
- 积分: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