91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.14MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-08-27
  • 語言: Matlab
  • 標簽: matlab??

資源簡介

本人做matlab7.0上面沒有圖像處理的一些工具函數,這個是我找到的最全的工具箱

資源截圖

代碼片段和文件信息

function?out?=?adapthisteq(varargin)
%ADAPTHISTEQ?Contrast-limited?Adaptive?Histogram?Equalization?(CLAHE).
%???ADAPTHISTEQ?enhances?the?contrast?of?images?by?transforming?the
%???values?in?the?intensity?image?I.??Unlike?HISTEQ?it?operates?on?small
%???data?regions?(tiles)?rather?than?the?entire?image.?Each?tile‘s?
%???contrast?is?enhanced?so?that?the?histogram?of?the?output?region
%???approximately?matches?the?specified?histogram.?The?neighboring?tiles?
%???are?then?combined?using?bilinear?interpolation?in?order?to?eliminate
%???artificially?induced?boundaries.??The?contrast?especially
%???in?homogeneous?areas?can?be?limited?in?order?to?avoid?amplifying?the
%???noise?which?might?be?present?in?the?image.
%
%???J?=?ADAPTHISTEQ(I)?Performs?CLAHE?on?the?intensity?image?I.
%
%???J?=?ADAPTHISTEQ(IPARAM1VAL1PARAM2VAL2...)?sets?various?parameters.
%???Parameter?names?can?be?abbreviated?and?case?does?not?matter.?Each?
%???string?parameter?is?followed?by?a?value?as?indicated?below:
%
%???‘NumTiles‘?????Two-element?vector?of?positive?integers:?[M?N].
%??????????????????[M?N]?specifies?the?number?of?tile?rows?and
%??????????????????columns.??Both?M?and?N?must?be?at?least?2.?
%??????????????????The?total?number?of?image?tiles?is?equal?to?M*N.
%
%??????????????????Default:?[8?8].
%
%???‘ClipLimit‘????Real?scalar?from?0?to?1.
%??????????????????‘ClipLimit‘?limits?contrast?enhancement.?Higher?numbers?
%??????????????????result?in?more?contrast.?
%???????
%??????????????????Default:?0.01.
%
%???‘NBins‘????????Positive?integer?scalar.
%??????????????????Sets?number?of?bins?for?the?histogram?used?in?building?a
%??????????????????contrast?enhancing?transformation.?Higher?values?result?
%??????????????????in?greater?dynamic?range?at?the?cost?of?slower?processing
%??????????????????speed.
%
%??????????????????Default:?256.
%
%???‘Range‘????????One?of?the?strings:?‘original‘?or?‘full‘.
%??????????????????Controls?the?range?of?the?output?image?data.?If?‘Range‘?
%??????????????????is?set?to?‘original‘?the?range?is?limited?to?
%??????????????????[min(I(:))?max(I(:))].?Otherwise?by?default?or?when?
%??????????????????‘Range‘?is?set?to?‘full‘?the?full?range?of?the?output?
%??????????????????image?class?is?used?(e.g.?[0?255]?for?uint8).
%
%??????????????????Default:?‘full‘.
%
%???‘Distribution‘?Distribution?can?be?one?of?three?strings:?‘uniform‘
%??????????????????‘rayleigh‘?‘exponential‘.
%??????????????????Sets?desired?histogram?shape?for?the?image?tiles?by?
%??????????????????specifying?a?distribution?type.
%
%??????????????????Default:?‘uniform‘.
%
%???‘Alpha‘????????Nonnegative?real?scalar.
%??????????????????‘Alpha‘?is?a?distribution?parameter?which?can?be?supplied?
%??????????????????when?‘Dist‘?is?set?to?either?‘rayleigh‘?or?‘exponential‘.
%
%??????????????????Default:?0.4.
%
%???Notes
%???-----
%???-?‘NumTiles‘?specify?the?number?of?rectangular?contextual?regions?(tiles)
%?????into?which?the?image?is?divided.?The?contrast?transform?function?is
%??

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????735??2003-01-26?00:57??images\@strel\Contents.m

?????文件???????1657??2003-01-26?00:57??images\@strel\disp.m

?????文件????????622??2003-01-26?00:57??images\@strel\display.m

?????文件????????827??2003-08-01?13:09??images\@strel\getheight.m

?????文件???????1761??2003-08-01?13:09??images\@strel\getneighbors.m

?????文件????????686??2003-08-01?13:09??images\@strel\getnhood.m

?????文件???????1741??2003-01-26?00:57??images\@strel\getsequence.m

?????文件????????602??2003-08-23?00:53??images\@strel\isflat.m

?????文件????????573??2004-12-29?11:47??images\@strel\ja\Contents.m

?????文件????????210??2005-11-14?19:58??images\@strel\ja\disp.m

?????文件????????353??2005-11-14?19:58??images\@strel\ja\display.m

?????文件????????362??2005-11-14?19:58??images\@strel\ja\getheight.m

?????文件????????640??2005-11-14?19:58??images\@strel\ja\getneighbors.m

?????文件????????258??2005-11-14?19:58??images\@strel\ja\getnhood.m

?????文件????????731??2005-11-14?19:58??images\@strel\ja\getsequence.m

?????文件????????254??2005-11-14?19:58??images\@strel\ja\isflat.m

?????文件????????471??2005-11-14?19:58??images\@strel\ja\reflect.m

?????文件???????4670??2005-11-14?19:58??images\@strel\ja\strel.m

?????文件????????654??2005-11-14?19:58??images\@strel\ja\translate.m

?????文件???????2118??2003-08-23?00:53??images\@strel\reflect.m

?????文件??????26171??2008-05-12?16:26??images\@strel\strel.m

?????文件???????3906??2003-08-23?00:53??images\@strel\translate.m

?????文件??????22953??2008-04-02?22:10??images\adapthisteq.m

?????文件???????1861??2006-06-15?16:08??images\applylut.m

?????文件???????1205??2006-06-15?16:08??images\bestblk.m

?????文件???????7855??2006-06-15?16:08??images\blkproc.m

?????文件???????1244??2006-06-15?16:08??images\bwarea.m

?????文件???????2795??2008-09-13?01:55??images\bwareaopen.m

?????文件??????10846??2006-10-04?18:38??images\bwboundaries.m

?????文件???????5242??2008-10-26?10:24??images\bwconncomp.m

............此處省略592個文件信息

評論

共有 條評論