xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

c#編寫的小envi,包括計算均值,方差,相關系數,協方差,累計/聯合/灰度直方圖,極差紋理。共生矩陣,對比度,K-T變換,RGB顯示,HIS變換,波段運算,K-均值分類,最大似然分類,OIF計算,圖像拉伸均衡化/規定化

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.IO;
using?System.Text.Regularexpressions;

namespace?BSQBILBIP
{
????/*以最終的合并后的數據為對象的類
?????*/
????public?class?BSQBILBIPFile
????{
????????//文件類型,可選為:BSQBILBIP
????????public?string?fileType;
????????//列數
????????public?int?lines?{?get;?private?set;?}
????????//行數
????????public?int?samples?{?get;?private?set;?}
????????//波段數
????????public?int?Bands?{?get;?private?set;?}

????????//合并后的數據,byte[bands?lines?samples]
????????public?byte[?]?initalData;
????????public?BSQBILBIPFile()
????????{

????????}
????????///?
????????///?用單個文件的List合集聲明類
????????///?

????????///?存有所有頭文件的SingleHDRFile類的List
????????public?BSQBILBIPFile(List?fileList)
????????{
????????????this.lines?=?fileList[0].lines;
????????????this.samples?=?fileList[0].samples;
????????????this.Bands?=?fileList.Count;

????????????initalData?=?new?byte[this.Bands?this.samples?this.lines];
????????????for?(int?n?=?0;?n?????????????{
????????????????for?(int?x?=?0;?x?????????????????{
????????????????????for?(int?y?=?0;?y?????????????????????{
????????????????????????initalData[n?x?y]?=?fileList[n].HDRdata[0?x?y];
????????????????????}
????????????????}
????????????}
????????}

????????///?
????????///?用一個BSQ文件聲明類
????????///?

????????///?按BSQ編碼的HDR文件的路徑
????????public?BSQBILBIPFile(string?fileNameint?num)
????????{
????????????InitialFileInfo(fileName);

????????????FileStream?fileStream?=?new?FileStream(fileName.Split(‘.‘)[0]?FileMode.Open);
????????????BinaryReader?binaryReader?=?new?BinaryReader(fileStream);

????????????binaryReader.baseStream.Position?=?0;

????????????initalData?=?new?byte[this.Bands?this.lines?this.samples];
????????????if?(num?==?1)
????????????{
????????????????for?(int?i?=?0;?i?????????????????{
????????????????????for?(int?j?=?0;?j?????????????????????{
????????????????????????for?(int?k?=?0;?k?????????????????????????{
????????????????????????????initalData[i?j?k]?=?binaryReader.ReadByte();
????????????????????????}
????????????????????}
????????????????}
????????????}
????????????else?if?(num?==?2)
????????????{
????????????????for?(int?j?=?0;?j?????????????????{
????????????????????for?(int?i?=?0;?i?????????????????????{
????????????????????????for?(int?k?=?0;?k?????????????????????????{
????????????????????????????initalData[i?j?k]?=?binaryReader.ReadByte();
????????????????????????}
????????????????????}
????????????????}
????????????}
????????????else
????????????{
????????????????for?(int?j?=?0;?j?????????????????{
????????????????????for?

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

?????文件????????187??2015-10-13?19:20??遙感\遙感\App.config

?????文件????5260960??2014-04-12?00:48??遙感\遙感\bin\Debug\mscorlib.dll

?????文件??????59342??2010-03-18?00:23??遙感\遙感\bin\Debug\normidna.nlp

?????文件??????47076??2010-03-18?00:23??遙感\遙感\bin\Debug\normnfc.nlp

?????文件??????40566??2010-03-18?00:23??遙感\遙感\bin\Debug\normnfd.nlp

?????文件??????67808??2010-03-18?00:23??遙感\遙感\bin\Debug\normnfkc.nlp

?????文件??????61718??2010-03-18?00:23??遙感\遙感\bin\Debug\normnfkd.nlp

?????文件?????535552??2017-12-24?20:56??遙感\遙感\bin\Debug\RS實驗.exe

?????文件????????187??2015-10-13?19:20??遙感\遙感\bin\Debug\RS實驗.exe.config

?????文件?????534016??2017-12-24?20:56??遙感\遙感\bin\Debug\RS實驗.pdb

?????文件??????23168??2017-12-24?21:00??遙感\遙感\bin\Debug\RS實驗.vshost.exe

?????文件????????187??2015-10-13?19:20??遙感\遙感\bin\Debug\RS實驗.vshost.exe.config

?????文件????????490??2014-09-19?01:53??遙感\遙感\bin\Debug\RS實驗.vshost.exe.manifest

?????文件?????287072??2010-05-03?21:47??遙感\遙感\bin\Debug\zh-Hans\mscorlib.resources.dll

?????文件?????535040??2016-01-18?16:50??遙感\遙感\bin\Debug\遙感.exe

?????文件?????316928??2016-01-18?16:50??遙感\遙感\bin\Debug\遙感.pdb

?????文件????????187??2015-10-13?19:20??遙感\遙感\bin\Debug\遙感.vshost.exe.config

?????文件????????490??2015-07-10?19:01??遙感\遙感\bin\Debug\遙感.vshost.exe.manifest

?????文件??????49625??2016-01-15?01:09??遙感\遙感\BSQBILBIPFile.cs

?????文件???????6874??2016-01-14?19:32??遙感\遙感\ClassDiagram1.cd

?????文件???????4422??2016-01-13?01:11??遙感\遙感\JointHistogram.cs

?????文件???????5493??2016-01-13?01:11??遙感\遙感\JointHistogram.Designer.cs

?????文件??????31555??2016-01-13?01:11??遙感\遙感\JointHistogram.resx

?????文件???????1410??2016-01-18?16:52??遙感\遙感\K-T顏色分類.cs

?????文件???????1516??2016-01-18?16:52??遙感\遙感\K-T顏色分類.Designer.cs

?????文件???????5817??2016-01-18?16:52??遙感\遙感\K-T顏色分類.resx

?????文件???????8295??2016-01-13?02:12??遙感\遙感\K-均值.cs

?????文件???????4664??2016-01-13?02:12??遙感\遙感\K-均值.Designer.cs

?????文件??????31555??2016-01-13?02:12??遙感\遙感\K-均值.resx

?????文件???????2457??2016-01-14?19:33??遙感\遙感\obj\Debug\DesignTimeResolveAssemblyReferences.cache

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

評論

共有 條評論