Реферат: Сравнительный анализ нейросетевых реализаций алгоритмов распознавания образов
(Percept_FieldBack.Brushes[correctRect]=Percept_FieldBack.BackGroundBrush) then
begin
Percept_FieldBack.Brushes[correctRect]:=Percept_FieldBack.RectBrush;
end
else
if (Button=mbRight) and
(Percept_FieldBack.Brushes[correctRect]=Percept_FieldBack.RectBrush)then
begin
Percept_FieldBack.Brushes[correctRect]:=Percept_FieldBack.BackGroundBrush;
end;
end;
inc(L,Percept_FieldBack.UnitHorizontal);
inc(H,Percept_FieldBack.UnitHorizontal);
end;
inc(T,Percept_FieldBack.UnitVertical);
inc(V,Percept_FieldBack.UnitVertical);
L:=0;
H:=Percept_FieldBack.UnitHorizontal;
end;
end;
procedure TFrmBack.FormCreate(Sender: TObject);
var i,j:byte;
rand:real;
begin
EditNumPat.Text:=inttostr(numberpatterns);
BtnNext.Font.Color:=clRed;
indexBtnNextClick:=0;
LabelInput.Visible:=False;
// *********************************************