图像处理
文章平均质量分 81
简单才是美
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
FFT IFFT Fourier IFourier DCT IDCT FreqDCT等各种算法集锦
// ************************************************************************// 到现在还没看懂一个算法,不过一直在努力//// 图像正交变换函数库://// FFT() - 一维快速付立叶变换// IFFT() - 一维快速付立叶逆变换// Fourier() -原创 2009-11-30 19:21:00 · 1539 阅读 · 0 评论 -
C#源代码 彩色图转换为灰度图
//Form.csusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows原创 2009-12-21 17:40:00 · 1972 阅读 · 0 评论
分享