登录
首页 » c » CCS进行图像处理

CCS进行图像处理

于 2023-02-23 发布 文件大小:48.08 kB
0 110
下载积分: 2 下载次数: 1

代码说明:

利用ccs对图像进行处理,包括二2值化,反色,和上下颠倒。 /*********************************************************************** ** Main Function Program ***********************************************************************/  #include "math.h"                 //也可以不要 #include "stdio.h" #define IMAGE_WIDTH 64 #define IMAGE_HEIGTH 64 main() { FILE *fi; int i,j,k; int y[IMAGE_HEIGTH][IMAGE_WIDTH]; unsigned char id[64]; char m; k=128;  /*k is Threshold Value*/ // fi=fopen("D:TupianLena64.bmp","rb"); fi=fopen("C: imyprojectslab56DSP54X-28-TuxiangchuliTupianLena64.bmp","rb"); /*    if(fi==NULL)      {     printf("can not open file Lena64.bmp. ");     exit(1);     &nbs

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • moravec
    可以读取8位的灰度图像然后进行moravec进行特征点提取,提取效果一般,特征点用十字叉丝表示,简单易懂,适用于初学者使用
    2022-04-14 14:46:30下载
    积分:1
  • 马尔科夫随机场模型
    使用MRF (马尔可夫随机场) 算法复原stereo摄像图像。 包含相关文档以及c源程序。
    2022-03-15 09:54:16下载
    积分:1
  • The book will be easiest for Visual Basic, Delphi, or Java programmers. Visual...
    The book will be easiest for Visual Basic, Delphi, or Java programmers. Visual Basic programmers will be familiar with many library names and several of the programming models
    2022-03-20 16:28:07下载
    积分:1
  • baidutieba
    仿百度贴吧的功能,怎么使用请看里面的说明。(look at the description in the file )
    2014-03-10 18:15:38下载
    积分:1
  • ADE7758
    ADE7758驱动程序;三相电能芯片读写源程序,全部采用C语言编写;(ADE7758 driver;read and write source program of three-phase power chip, all written in C language;)
    2020-06-20 23:00:01下载
    积分:1
  • 双鱼林C#图书管理系统
    2022-03-29 03:26:55下载
    积分:1
  • 天气接口
    可以输入地名查看详细天气信息,黄历事宜等(You can enter a place name to view detailed weather information)
    2020-06-18 06:00:01下载
    积分:1
  • PC通过串口控制zigbee温度采集启动与停止
    PC通过串口控制Zigbee温度传感器的采集启动与停止。。。(PC controls the start and stop of Zigbee temperature sensor acquisition through serial port.)
    2019-03-07 10:49:05下载
    积分:1
  • 条码识别
    说明:  通过emgu 和 zbar 识别图片中的二维码(Recognition of Two-Dimensional Codes in Pictures)
    2020-06-18 10:20:02下载
    积分:1
  • smooth
    对图像进行平滑去噪,提高图像的质量,为后期的图像处理打基础(very good)
    2013-09-24 10:01:40下载
    积分:1
  • 696518资源总数
  • 105563会员总数
  • 11今日下载