示例#1
0
文件: CalcOIF.cs 项目: XXZZQQ/XZQ
        public CalcOIF(RsImage img)
        {
            _imgBands = img.BandsCount;
            _stats = new ImageStats(img);
            ResultOIF=new List<string[]>();

            CalcOif();
        }
示例#2
0
        public CalcOIF(RsImage img)
        {
            _imgBands = img.BandsCount;
            _stats    = new ImageStats(img);
            ResultOIF = new List <string[]>();

            CalcOif();
        }