Location:
Search - median.v
Search list
Description: 用MFC编写,实现的功能有:
i. 打开256色的BMP格式的图像文件:
ii. 图像的傅立叶变换:
iii.
直方图均衡化:
iv. 图像的中值滤波
v. 图像的边缘检测
vi. 几何变换
vii. 哈夫
曼编码查看:
viii. 直方图查看
ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件
另外还有课设论文及重要模块流程图。有一定
的参考价值
-prepared using MFC, the functions are : i. Open 256-color BMP image file formats : ii. the Fourier Transform Image : iii. histogram equalization : iv. Image median filtering v. Image Edge Detection vi. Geometric Transforms vii. Huffman coding View : viii. histogram View ix. Huffman compression method used to compress images and generate compressed files another lesson based papers and important module flowchart. There will be some reference value
Platform: |
Size: 848700 |
Author: 斯蒂芬 |
Hits:
Description: //led.v
/*-------------------------------------
LED显示模块:led(CLK,AF,ADDR,DATA)
功能: 显示
注意事项: 8位LED
参数: CLK:扫妙时钟输入,推荐1kHz
AF:数码管输出,a~h
ADDR:数码管选择位数出,0~2
DATA:显示数据输入0~9999 9999
编写人: 黄道斌
编写日期: 2006/07/13
-------------------------------------*/-/ / led.v /*--------------------------- ---------- LED Display Module : led (CLK, AF, ADDR. DATA) function : to show : 8 LED parameters : CLK : So Wonderful clock input, Suggest 1kHz AF : digital tube output, a ~ h ADDR : digital control options from the median, 0 ~ 2 DATA : data show that the importation of 0 ~ 9999 9999 prepared : Huang Daobin preparation date : 2006/07/13 ------------------------------ -------*/
Platform: |
Size: 1746 |
Author: 黄道斌 |
Hits:
Description: 用MFC编写,实现的功能有:
i. 打开256色的BMP格式的图像文件:
ii. 图像的傅立叶变换:
iii.
直方图均衡化:
iv. 图像的中值滤波
v. 图像的边缘检测
vi. 几何变换
vii. 哈夫
曼编码查看:
viii. 直方图查看
ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件
另外还有课设论文及重要模块流程图。有一定
的参考价值
-prepared using MFC, the functions are : i. Open 256-color BMP image file formats : ii. the Fourier Transform Image : iii. histogram equalization : iv. Image median filtering v. Image Edge Detection vi. Geometric Transforms vii. Huffman coding View : viii. histogram View ix. Huffman compression method used to compress images and generate compressed files another lesson based papers and important module flowchart. There will be some reference value
Platform: |
Size: 848896 |
Author: 斯蒂芬 |
Hits:
Description: //led.v
/*-------------------------------------
LED显示模块:led(CLK,AF,ADDR,DATA)
功能: 显示
注意事项: 8位LED
参数: CLK:扫妙时钟输入,推荐1kHz
AF:数码管输出,a~h
ADDR:数码管选择位数出,0~2
DATA:显示数据输入0~9999 9999
编写人: 黄道斌
编写日期: 2006/07/13
-------------------------------------*/-//led.v /*------------------------------------- LED Display Module : led (CLK, AF, ADDR. DATA) function : to show : 8 LED parameters : CLK : So Wonderful clock input, Suggest 1kHz AF : digital tube output, a ~ h ADDR : digital control options from the median, 0 ~ 2 DATA : data show that the importation of 0 ~ 9999 9999 prepared : Huang Daobin preparation date : 2006/07/13-------------------------------------*/
Platform: |
Size: 1024 |
Author: 黄道斌 |
Hits:
Description: 图象处理程序(v c++),边缘检测,点运算,中值滤波等,比较全面。-Image processing procedures (v c++), Edge detection, point operations, median filtering and so on, much more comprehensive.
Platform: |
Size: 508928 |
Author: cai |
Hits:
Description: fpga 的 median的verilog实现-median of verilog implementation
Platform: |
Size: 1024 |
Author: xyz |
Hits:
Description: 图像处理,包括二值化,中值滤波,边缘检测,图像增强-Image processing, including two values, median filtering, edge detection, image enhancement
Platform: |
Size: 2025472 |
Author: zhuzhuzhu |
Hits:
Description: 输入一个不确定位数的数字,将其转化罗马数字,用"X","I","II","III","IV","V","VI","VII","VIII","IX"代表0,1,2,3,4,5,6,7,8,9的罗马数字。
程序不是太严谨,和实际的表示(10应该用X表示,五十用C表示等等)也有差距。受定义类型的限制,位数不能无限多。
程序共用了三种方法,注释掉的是两种麻烦并且占内存多(其实可以修改成和第一种方法占内存一样多)的方法-Enter an uncertain number of digits, Roman numerals, with the " X" , " " II " ," III " ," IV " ," V " ," VI, VII, " VIII of " ," IX " on behalf of 0,1,2,3,4,5,6,7,8,9 of Roman numerals. The program is not too rigorous, and practical (10 X represents fifty C represents, etc.) is also a gap. Limit of the defined type, the median can not be unlimited. Program three methods, comment out the two cumbersome and accounted for memory (in fact, could be modified to the first method accounts for as much) memory
Platform: |
Size: 9216 |
Author: tanruibao |
Hits:
Description: FUNCTIONS :
STATISTICS
- MODA Mode of a distribution
- ARGMAX calculates position of the maximum value of matrix V
- ARGMIN calculates position of the minimum value of matrix V
- DRAW_HIST estimates and draws histogram of data
- Random k data generator
2D LOCAL OPERATORS
- LOCALMEAN local mean of 2D image
- VARLOCAL local variance of 2D image
- CVLOCAL Local Square Coefficient of variation
- LOCALMAD local Median Absolute Deviation (MAD)
- FUNCTIONS :
STATISTICS
- MODA Mode of a distribution
- ARGMAX calculates position of the maximum value of matrix V
- ARGMIN calculates position of the minimum value of matrix V
- DRAW_HIST estimates and draws histogram of data
- Random k data generator
2D LOCAL OPERATORS
- LOCALMEAN local mean of 2D image
- VARLOCAL local variance of 2D image
- CVLOCAL Local Square Coefficient of variation
- LOCALMAD local Median Absolute Deviation (MAD)
Platform: |
Size: 18432 |
Author: ANN |
Hits:
Description: SAR image segmentation algorithm based on Local Median Fitting C-V
model (LMFCV-SIS)
Platform: |
Size: 7350272 |
Author: Soufi |
Hits:
Description: THIS FILE IS MENT FOR VERILOG CODE FOR MEDIAN FILTER FOR IMAGE PROCESSING
Platform: |
Size: 248832 |
Author: jayaprada |
Hits:
Description: 有源码,适合学习C++的人
一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。
二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。
三、 1.灰度线性变换、分段线性变换
2.灰度直方图均衡、规格化
3.图象卷积:各种模板实现低通、高通滤波
4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波
5.伪彩色图象增强
四、 1.图象的加、减、乘、除和逻辑运算。
2.图象的镜像变换、图象的缩放(灰度插值)变换
五、 编程实现图象的FFT变换和反变换
六、 用逆滤波方法和维纳滤波方法恢复运动模糊图象(加噪声和不加噪声)
七、 编写程序实现灰度图象的分割:
1、阈值化算法:手动阈值、自动阈值(大津阈值)
2、区域生长
3、区域分裂合并-There is source code for learning C++ people one reads a grayscale image, write a program to display the image in any one pixel gray value. Second, the programming RGB color space to the HSV color space conversion, and by adjusting the H, S, V values achieve adjust image brightness, color and color saturation. Third, 1 gray linear transformation, piecewise linear transformation 2. histogram equalization 3. image normalized convolution: a variety of templates for low pass, high pass filter 4. image median filtering, the maximum filter minimum filtering, template selection pseudo-color image enhancement filter 5. four, plus 1 image, subtract, multiply, divide, and logic operations. 2. The image of image transformation, zoom images (grayscale interpolation) into five, programming image of FFT and inverse transform six, inverse filtering method and Wiener filtering method to restore motion blur image (plus noise and without noise) Seven, programming Grayscale image segmentation: 1, thresho
Platform: |
Size: 1072128 |
Author: zl |
Hits: