摘要:
1. 使用了 freeImage 图像库进行图像读取,保存(如何将图片转为矩阵,如何处理图片的颜色(rgb),透明等信息)2. 图像旋转3. 高斯图像滤波#include <stdio.h>#include <stdlib.h>#include <malloc.h>#include "FreeImage.h"#include <math.h>#include <time.h>#pragma comment(lib, "FreeImage.lib")#define PI 3.141592645// 阅读全文
posted @ 2012-04-25 23:14
Let it be!
阅读(8092)
评论(0)
推荐(0)
浙公网安备 33010602011771号