⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 the mathworks - file exchange - image processing - enhancement.mht

📁 matlab图象增强代码集合。多个代码。英文。
💻 MHT
📖 第 1 页 / 共 5 页
字号:
From: <由 Microsoft Internet Explorer 5 保存>
Subject: The MathWorks - File Exchange - Image Processing - Enhancement
Date: Thu, 10 May 2007 17:25:40 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_005A_01C79328.3B7840A0"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_005A_01C79328.3B7840A0
Content-Type: text/html;
	charset="gb2312"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.mathworks.com/matlabcentral/fileexchange/loadCategory.do?objectType=category&objectId=130&objectName=Enhancement

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" =
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML><HEAD><TITLE>The MathWorks - File Exchange - Image Processing - =
Enhancement</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dgb2312"><LINK=20
href=3D"http://www.mathworks.com/matlabcentral/css/site3.css" =
type=3Dtext/css=20
rel=3Dstylesheet><LINK=20
href=3D"http://www.mathworks.com/matlabcentral/css/cmnty1.css" =
type=3Dtext/css=20
rel=3Dstylesheet>
<STYLE type=3Dtext/css>.stars {
	MARGIN: 7px 0px
}
</STYLE>

<SCRIPT language=3Djavascript type=3Dtext/javascript>=0A=
  function openImageWindowOn(fileName)=0A=
  {=0A=
    var options =3D =
"status,scrollbars,resizable,width=3D700,height=3D600";=0A=
    var newWin =3D window.open("", "_blank", options);=0A=
    var html =3D "<html><head><title>Image: "=0A=
             + fileName + "</title></head>\n"=0A=
             + "<body class=3Dsupport>"=0A=
             + "<table border=3D0 width=3D100%>"=0A=
             + "<tr valign=3Dcenter align=3Dmiddle>"=0A=
             + "  <td>"=0A=
             + '    <img name=3D"test" src=3D"' + fileName + '" =
vspace=3D"0" hspace=3D"0" border=3D"0" alt=3D"">'=0A=
             + "  </td>"=0A=
             + "</tr>"=0A=
=0A=
    var htmlE =3D "<tr align=3Dcenter>"=0A=
             + "  <td>"=0A=
             + "    <form>"=0A=
             + '    <input type=3Dsubmit name=3Dsubmit value=3DClose =
onClick=3D"javascript:window.close();">'=0A=
             + "    </form>"=0A=
             + "  </td>"=0A=
             + "</tr>"=0A=
             + "</table>"=0A=
             + "</body>"=0A=
             + "</html>";=0A=
=0A=
    var doc =3D newWin.document;=0A=
    doc.open();=0A=
    doc.writeln(html);=0A=
    doc.writeln(htmlE);=0A=
    doc.close();=0A=
  }=0A=
  </SCRIPT>

<META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR></HEAD>
<BODY class=3Dcmnty1>
<DIV class=3Dtype1>
<TABLE id=3Dheader cellSpacing=3D0 cellPadding=3D0 width=3D752 =
summary=3D"header table"=20
border=3D0>
  <TBODY>
  <TR>
    <TD width=3D387><A =
href=3D"http://www.mathworks.com/matlabcentral/"><IMG=20
      height=3D28 alt=3D"MATLAB Central" hspace=3D0=20
      =
src=3D"http://www.mathworks.com/matlabcentral/images/topnav/mlc_logo.gif"=
=20
      width=3D236 border=3D0></A>=20
      <DIV class=3Dsmall>An open exchange for the MATLAB and Simulink =
user=20
      community</DIV></TD>
    <TD align=3Dright width=3D383>
      <SCRIPT language=3DJavaScript>=0A=
=0A=
function submitForm(query){=0A=
=0A=
choice =3D document.forms['searchForm'].elements['search_submit'].value;=0A=
=0A=
if (choice =3D=3D "entire1" || choice =3D=3D "entire2" || choice =3D=3D =
"contest" || choice =3D=3D "matlabcentral" || choice =3D=3D "blogs"){=0A=
=0A=
   var searchInputNames =3D new =
Array("db","prox","rorder","rprox","rdfreq","rwfreq","rlead","sufs","orde=
r","is_summary_on","ResultCount");=0A=
   var searchInputValues =3D new =
Array("MSS","page","750","750","500","500","250","0","r","1","10");=0A=
=0A=
   for (var i=3D0; i<searchInputNames.length; i++){=0A=
      var newElem =3D document.createElement("input");=0A=
      newElem.type =3D "hidden";=0A=
      newElem.name =3D searchInputNames[i];=0A=
      newElem.value =3D searchInputValues[i];=0A=
      document.forms['searchForm'].appendChild(newElem);=0A=
   }=0A=
=0A=
   submit_action =3D '/cgi-bin/texis/webinator/search/';=0A=
}=0A=
=0A=
switch(choice){=0A=
   case "matlabcentral":=0A=
      var newElem =3D document.createElement("input");=0A=
      newElem.type =3D "hidden";=0A=
      newElem.name =3D "matlabcentral";=0A=
      newElem.value =3D "Matlabcentral";=0A=
      document.forms['searchForm'].appendChild(newElem);=0A=
=0A=
      selected_index =3D 0;=0A=
      break=0A=
   case "fileexchange":=0A=
      noiselist =3D new =
Array("about","after","also","an","and","another","any","are","as","at","=
be","\$","because",=0A=
      =
"been","before","being","between","both","but","by","came","can","come","=
could","did","do","each","from",=0A=
      =
"got","has","had","he","have","her","here","him","himself","his","how","i=
f","in","into","is","it","like",=0A=
      =
"many","me","might","most","much","must","my","never","of","on","or","oth=
er","our","out","said","same",=0A=
      =
"see","should","since","some","still","such","than","that","the","their",=
"them","then","there","these",=0A=
      =
"they","this","those","through","to","too","up","very","was","way","we","=
well","were","who","with",=0A=
      =
"would","you","your","a","b","c","d","e","f","g","h","i","j","k","l","m",=
"n","o","p","q","r","s","t",=0A=
      "u","v","w","x","y","z");=0A=
=0A=
      query_holder =3D query.value;=0A=
=0A=
      for(i=3D0;i<noiselist.length;++i) {=0A=
            var mid =3D new RegExp(" " + noiselist[i] + " ","gi");=0A=
            query_holder =3D query_holder.replace(mid," ");=0A=
            mid =3D new RegExp("^" + noiselist[i] + " ","i");=0A=
            query_holder =3D query_holder.replace(mid," ");=0A=
            mid =3D new RegExp(" " + noiselist[i] + "$","i");=0A=
            query_holder =3D query_holder.replace(mid,"");=0A=
      }=0A=
=0A=
      var newElem =3D document.createElement("input");=0A=
      newElem.type =3D "hidden";=0A=
      newElem.name =3D "objectType";=0A=
      newElem.value =3D "search";=0A=
      document.forms['searchForm'].appendChild(newElem);=0A=
=0A=
      var newElem =3D document.createElement("input");=0A=
      newElem.type =3D "hidden";=0A=
      newElem.name =3D "criteria";=0A=
      newElem.value =3D query.value;=0A=
      document.forms['searchForm'].appendChild(newElem);=0A=
=0A=
      submit_action =3D "/matlabcentral/fileexchange/loadFileList.do";=0A=
      selected_index =3D 1;=0A=
      break=0A=
   case "cssm":=0A=
      var newElem =3D document.createElement("input");=0A=
      newElem.type =3D "hidden";=0A=
      newElem.name =3D "count";=0A=
      newElem.value =3D "15";=0A=
      document.forms['searchForm'].appendChild(newElem);=0A=
=0A=
      var newElem =3D document.createElement("input");=0A=
      newElem.type =3D "hidden";=0A=
      newElem.name =3D "skip";=0A=
      newElem.value =3D "0";=0A=
      document.forms['searchForm'].appendChild(newElem);=0A=
=0A=
      var newElem =3D document.createElement("input");=0A=
      newElem.type =3D "hidden";=0A=
      newElem.name =3D "keywords";=0A=
      newElem.value =3D query.value;=0A=
      newElem.classname =3D "formelem";=0A=
      document.forms['searchForm'].appendChild(newElem);=0A=
=0A=
      var newElem =3D document.createElement("input");=0A=
      newElem.type =3D "hidden";=0A=
      newElem.name =3D "in";=0A=
      newElem.value =3D "/comp.soft-sys.matlab";=0A=
      document.forms['searchForm'].appendChild(newElem);=0A=
=0A=
      var newElem =3D document.createElement("input");=0A=
      newElem.type =3D "hidden";=0A=
      newElem.name =3D "wholesite";=0A=
      newElem.value =3D "all";=0A=
      document.forms['searchForm'].appendChild(newElem);=0A=
=0A=
      submit_action =3D =
"http://newsreader.mathworks.com/WebX?127@215.GnYaawqQYGi.0@.ee9988d";=0A=
      selected_index =3D 2;=0A=
      break=0A=
   case "linkexchange":=0A=
      submit_action =3D "/cgi-bin/matlab/search.cgi";=0A=
      selected_index =3D 3;=0A=
      break=0A=
   case "blogs":=0A=
      var newElem =3D document.createElement("input");=0A=
      newElem.type =3D "hidden";=0A=
      newElem.name =3D "blogs";=0A=
      newElem.value =3D "Blogs";=0A=
      document.forms['searchForm'].appendChild(newElem);=0A=
=0A=
      selected_index =3D 4;=0A=
      break=0A=
   case "contest":=0A=
      var newElem =3D document.createElement("input");=0A=
      newElem.type =3D "hidden";=0A=
      newElem.name =3D "contest";=0A=
      newElem.value =3D "Contest";=0A=
      document.forms['searchForm'].appendChild(newElem);=0A=
=0A=
      selected_index =3D 5;=0A=
      break=0A=
   case "entire1":=0A=
      selected_index =3D 6;=0A=
      break=0A=
   case "entire2":=0A=
      selected_index =3D 7;=0A=
      break=0A=
   default:=0A=
      selected_index =3D 7;=0A=
      break=0A=
}=0A=
=0A=
document.forms['searchForm'].elements['search_submit'].selectedIndex =3D =
selected_index;=0A=
document.forms['searchForm'].elements['query'].value =3D query.value;=0A=
document.forms['searchForm'].action =3D submit_action;=0A=
=0A=
}=0A=
=0A=
</SCRIPT>

      <FORM style=3D"FONT-SIZE: 90%; MARGIN: 5px 0px 0px" =
name=3DsearchForm=20
      onsubmit=3DsubmitForm(query) action=3D"" method=3Dpost><LABEL=20
      for=3Dsearch>Search:</LABEL> <SELECT style=3D"FONT-SIZE: 9px"=20
      name=3Dsearch_submit> <OPTION value=3Dmatlabcentral>MATLAB =
Central</OPTION>=20
        <OPTION value=3Dfileexchange selected>&nbsp;&nbsp;&nbsp;File=20
        Exchange</OPTION> <OPTION value=3Dcssm>&nbsp;&nbsp;&nbsp;MATLAB=20
        Newsgroup</OPTION> <OPTION =
value=3Dlinkexchange>&nbsp;&nbsp;&nbsp;Link=20
        Exchange</OPTION> <OPTION =
value=3Dblogs>&nbsp;&nbsp;&nbsp;Blogs</OPTION>=20
        <OPTION value=3Dcontest>&nbsp;&nbsp;&nbsp;Programming =
Contest</OPTION>=20
        <OPTION value=3Dentire1>MathWorks.com</OPTION> <OPTION=20
        value=3Dentire2>&nbsp;&nbsp;&nbsp;All of =
MathWorks.com</OPTION></SELECT>=20
      <INPUT class=3Dformelem size=3D10 name=3Dquery> <INPUT =
class=3Dformelem style=3D"FONT-SIZE: 90%; COLOR: #ffffff; =
BACKGROUND-COLOR: #1e3f74" type=3Dsubmit value=3D" Go " name=3Dsearch>=20
      </FORM></TD></TR></TBODY></TABLE>
<DIV style=3D"MARGIN: -10px 0px 15px; WIDTH: 752px; TEXT-ALIGN: =
right"><A=20
href=3D"http://www.mathworks.com/accesslogin/index_fe.do?uri=3D%2Fmatlabc=
entral%2Ffileexchange%2FloadCategory.do%3FobjectType%3Dcategory%26objectI=
d%3D130%26objectName%3DEnhancement">Login</A>=20
</DIV>
<TABLE id=3Dtopnav cellSpacing=3D0 cellPadding=3D0 width=3D752 =
summary=3D"top navigation"=20
border=3D0>
  <TBODY>
  <TR id=3Dtopnavitems>
    <TD class=3Dactivebg id=3Dtcell1 =
onmouseover=3D"this.className=3D'hover'"=20
    onclick=3D"document.location=3D'/matlabcentral/fileexchange/'"=20

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -