搜索资源列表
-
0下载:
用C++语言编写的矩阵求逆的程序,源程序中使用的是3x3的矩阵,可以根据需要自己在程序中修改-Written in C++ language, the matrix inversion procedure is used in source code 3x3 matrix, can be modified in the program needs its own.
-
-
0下载:
* Frequency domain filtering
-1. Discrete Fourier Transform
Write a C++ function for each of following:
(a) Multiply the input image by (-1)x+y to center the transform for filtering.
(b) Compute the two-dimensional discrete F
-
-
0下载:
这是一个在MFC框架中编写的C++程序,可以实现图像的运动模糊、逆滤波退化、加噪退化、维纳滤波复原。-This is a framework written in MFC C++ program, you can achieve the image motion blur, inverse filtering degradation, noise degradation, Wiener filtering restoration.
-
-
0下载:
在C语言环境下,编写了程序生成EXE文件,来求取矩阵的逆矩阵,简洁方便。-In the C language environment, write a program to generate EXE file, to strike a matrix inverse, simple and convenient.
-
-
3下载:
有源码,适合学习C++的人
一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。
二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。
三、 1.灰度线性变换、分段线性变换
2.灰度直方图均衡、规格化
3.图象卷积:各种模板实现低通、高通滤波
4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波
5.伪彩色图象增强
四、 1.图象的加、减、乘、除和逻辑运算。
2.图象的镜像变换、图象的缩放
-