登录
首页 » C++ » 灰度值变换

灰度值变换

于 2023-08-22 发布 文件大小:1.19 kB
0 28
下载积分: 2 下载次数: 1

代码说明:

这是本书不合理的一个地方。首先,这样做并不泛用,图片不一定是8-bit的。其次,在做某些变换的时候,可能会导致溢出。比如,伽马变化,假设伽马值为2,那么灰度为255的像素点,其变换之后值为65025,这里就溢出了。当然,要是使用Matlab计算,肯定会处理的非常好,直接使用mat2gray函数就能将其压缩回0到255。但是要是其他嵌入式平台处理的时候,直接套用不方便不说,直接按照8-bit的图来理解很不直观。因此,我将数学式做了改变,让其输入为0到1的浮点数,其输出也是0到1的浮点数,这样方便理解。

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

发表评论

0 个回复

  • CPPBuilder-call-matlab-COM-
    Mathworks公司在Matlab6.5中推出了将Matlab中的.m函数编译为COM组件的工具COM Builder,使用这个工具可以方便的制作出想要的COM组件,以供其它支持COM的编程语言调用,实现Matlab和其他编程语言的整合。(The Mathworks launched in Matlab6.5 m function compiled in Matlab COM component tools COM Builder, use this tool can easily produce desired COM components for other programming language that supports COM call to achieve the integration of Matlab and other programming languages.)
    2013-04-03 10:24:35下载
    积分:1
  • DetectObjectWithSurf
    Object detection (or rather, recognition) is one of the fundamental problems in computer vision and a lot of techniques have come up to solve it. This is a Project about Real-time object detection in OpenCV using SURF.
    2013-09-10 00:59:41下载
    积分:1
  • c++教室管理系统
     #include #include #include #define LEN sizeof(struct classroom)struct classroom{    int num;    char loc[5];    int seat_num;    char type[4];    char use[4];   struct classroom *next;    }*head; int n=0;int main(int argc, char **argv){    void start();//所写程序的功能提示!     void read_write(void);//输入相关的教室信息 !
    2023-07-09 23:20:03下载
    积分:1
  • next
    QT 使用向导对话框,使用QWizard类实现多窗口切换(QT uses the Wizard dialog box)
    2017-08-14 16:38:02下载
    积分:1
  • csharp写的一个时钟程序,带有闹钟和一个简单的任务计划功能...
    csharp写的一个时钟程序,带有闹钟和一个简单的任务计划功能-CSharp written procedures for a clock with alarm clock and a simple function of the task plan
    2022-08-26 04:39:03下载
    积分:1
  • 深入应用c++11随书代码
    深入应用c++11随书代码,是学习c++11的好资料,前面章节详细介绍了c++11的新特性, 后边有实践的小项目
    2023-06-16 16:20:03下载
    积分:1
  • hotel
    采用VISUAL C++ MFC开发的一套酒店管理系统,通过该系统,用户可以了解采用MFC开发系统的一搬步骤和流程,及常见控件的使用方法。(Using VISUAL C++ MFC development of a hotel management system, through the system, users can learn a development system using MFC moving steps and processes, and use of common control.)
    2020-06-25 20:40:02下载
    积分:1
  • Cowproblem
    经典问题:母牛问题,只是一个作业,希望能对初学者有点帮助(Classic problem: cow problem, is just a job, hoping to be helpful for beginners)
    2009-12-15 23:12:23下载
    积分:1
  • eigen-eigen-6e7488e20373.tar
    国外的一个用C实现的类似matlab数学库,功能貌似很强大,很多功能已经有源码了,喜欢C语言的人有福了。(Foreign matlab math library in C, the function looks like a very powerful, many functions have been source of the Blessed are those who like the C language.)
    2012-06-06 22:23:02下载
    积分:1
  • C
    说明:  Data about C program language. IT s very esay to
    2014-08-12 08:50:22下载
    积分:1
  • 696518资源总数
  • 104292会员总数
  • 28今日下载