• 大小: 1KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-06-04
  • 语言: Matlab
  • 标签: matlab  tofloat  

资源简介

matlab中的 tofloat函数,库函数中没有,自己定义才有

资源截图

代码片段和文件信息

function [out revertclass] = tofloat(in)
%TOFLOAT Convert image to floating point
%   [OUT REVERTCLASS] = TOFLOAT(IN) converts the input image IN to
%   floating-point. If IN is a double or single image then OUT
%   equals IN.  Otherwise OUT equals IM2SINGLE(IN).  REVERTCLASS is
%   a function handle that can be used to convert back to the class
%   of IN.

%   Copyright 2002-2009 R. C. Gonzalez R. E. Woods and S. L. Eddins
%   From the book Digital Image Processing Using MATLAB 2nd ed.
%   Gatesmark Publishing 2009.
%
%   Book web site: h

评论

共有 条评论