Назад | Начало урока | Вперед
Содержание

Глава 2

Функция main (с изъятием)

В двумерном векторе FieldNew полная правильная картинка
/** Program from Albert Volos May 2010
* (C) "Распознаватель Текста"
* Автор: Альберт Волос (e-mail: pick4you@yandex.ru)
* http://www.pick4you.narod.ru
*
**/
import java.io.*;
import java.text.*;
import java.lang.*;
import java.util.*;

import javagently.*;

class TextMatrix {

public static void main(String args[]) throws Exception {

//------ Считаем данные из "bukva.bmp" --------------
InputStream f = new FileInputStream("bukva.bmp");
int size = 0;
size = f.available();
//System.out.println("size: " + size);

int n = size;
byte b[] = new byte[n];
if (f.read(b) != n) {

System.err.println("couldn't read " + n + " bytes.");
}
else{
//System.out.println("Ok " + n + " bytes.");
}

Vector v = new Vector(size);
for(int i =0; i < size;i++){

v.addElement(new Byte(b[i]));
}
//System.out.println("Vector size: " + v.size());
f.close(); //

//-------"KeyDataHoriz.txt" -----------------
Stream fin = new Stream (System.in);
fin = Filer.open("KeyDataHoriz.txt");

List strListKeyHoriz = new ArrayList();//список для гориз ключа
String s = "";
try {

while(true){
s = fin.readLine();
if (s==null) throw new EOFException();
strListKeyHoriz.add(s);

}
}catch (EOFException e) {}
fin.close(); //

//Matrix Temp = new Matrix();
//Temp.setMatrix(new ArrayList<List<Character>>());
//Stream fout4 = new Stream ("ShowFile.txt",Stream.WRITE);
//Temp.funShowArrayList2(strListKeyHoriz,fout4);//выведем гориз ключ

//-------"KeyDataVert.txt" -------------------
Stream fin2 = new Stream (System.in);
fin2 = Filer.open("KeyDataVert.txt");

List<String> strListKeyVert = new ArrayList<String>();//список для вертик ключа
String s2 = "";
try {

while(true){
s2 = fin2.readLine();
if (s2==null) throw new EOFException();
strListKeyVert.add(s2);

}
}catch (EOFException e) {}
fin2.close(); //

//Matrix Temp = new Matrix();
//Temp.setMatrix(new ArrayList<List<Character>>());
//Stream fout4 = new Stream ("ShowFile.txt",Stream.WRITE);
//Temp.funShowArrayList2(strListKeyVert,fout4);//выведем вертик ключ

//------- "Alfabet.txt"---------------------
Stream fin3 = new Stream (System.in);
fin3 = Filer.open("Alfabet.txt");

List<String> strListAlfabet = new ArrayList<String>();//список для гориз ключа
String s3 = "";
try {

while(true){
s3 = fin3.readLine();
if (s3==null) throw new EOFException();
strListAlfabet.add(s3);
}
}catch (EOFException e) {
} fin3.close(); //

//////////////////////////////////////////////////////////////
int temp = 0;
int temp_l = 0;
int temp_h = 0;
int size_file = 0; //размер исходного bmp-файла (2-й, 3-й байты)
int chislo_str = 0; //размер картинки в байтах (34-й, 35-й байты)
int size_card = 0; //количество строк в картинке (22-й, 23-й байты)
int dlina_str_1 = 0; //длина строки в выходном файле

Byte I_temp;
Byte I_temp_h;
Byte I_temp_l;

//Считаем префикс графического файла
//--------------------------------
I_temp_l =(Byte) v.elementAt(2);
temp_l = I_temp_l.intValue();
if(temp_l<0)

temp_l = 256+temp_l;
I_temp_h =(Byte) v.elementAt(3);
temp_h = I_temp_h.intValue();
if(temp_h<0)
temp_h = 256+temp_h;
temp_h = 256*temp_h;
size_file = temp_h+temp_l;

I_temp_l = (Byte)v.elementAt(22);
temp_l = I_temp_l.intValue();
if(temp_l<0)
temp_l = 256+temp_l;
I_temp_h = (Byte)v.elementAt(23);
temp_h = I_temp_h.intValue();
if(temp_h<0)
temp_h = 256+temp_h;
temp_h = 256*temp_h;
chislo_str = temp_h+temp_l;

I_temp_l = (Byte)v.elementAt(34);
temp_l = I_temp_l.intValue();
if(temp_l<0)

temp_l = 256+temp_l;
I_temp_h = (Byte)v.elementAt(35);
temp_h = I_temp_h.intValue();
if(temp_h<0)
temp_h = 256+temp_h;
temp_h = 256*temp_h;
size_card = temp_h+temp_l;

dlina_str_1 = size_card/chislo_str;
//-------------------------------------------------
//System.out.println("size_file " + size_file);
//System.out.println("chislo_str " + chislo_str);
//System.out.println("size_card " + size_card);
//System.out.println("dlina_str_1 " + dlina_str_1);

Stream to1 = new Stream ("TextOut.txt",Stream.WRITE);
Stream to2 = new Stream ("KeyDataVertOut.txt",Stream.WRITE);
Stream to3 = new Stream ("KeyDataHorizOut.txt",Stream.WRITE);
Stream to4 = new Stream ("Matrix.out",Stream.WRITE);

List al = new ArrayList(); //список для строки

//Поместим в новый список 16-ричное представление bmp-файла
//----------------------------
for(int i=54;i < size_file;i++){

I_temp =(Byte) v.elementAt(i);
temp = I_temp.intValue();
if(temp<0)
temp = 256+temp;
int iTemp = temp;
char first_ch = ' ';
char second_ch = ' ';

Filter ob = new Filter(iTemp, first_ch, second_ch);
ob.funFilter(ob);

Character ch_f = new Character(ob.first_val);
Character ch_s = new Character(ob.second_val);
al.add(ch_f);
al.add(ch_s);

}//end for
//Теперь в одномерном списке al полная картинка без префикса.

/////////////////////////////////////////////////
//////////////ПОЛНАЯ КАРТИНКА в Field ///////////
/////////////////////////////////////////////////

int dlina_str = dlina_str_1*2;

//Поместим КАРТИНКУ в МАТРИЦУ
Matrix FieldNew = new Matrix();
FieldNew.setMatrix(new ArrayList<List<Character>>());
FieldNew.copyArayListToMatrix(al, dlina_str);

//РЕВЕРСИРУЕМ КАРТИНКУ
FieldNew.funReverseMatrix();
//В двумерном векторе FieldNew полная правильная картинка

//Определяем эталон пустой строки
List charVecPustStr = new ArrayList();//список для строки
charVecPustStr.addAll(FieldNew.funPustStr());

////////////////////////////
///// БЛОК ОБРАБОТКИ 1 //////
///////////////////////////


to1.close();
to2.close();
to3.close();
to4.close();

}// end main
} //end class TextMatrix


Назад | Начало урока | Вверх | Вперед
Содержание

Hosted by uCoz