Skip to content
Snippets Groups Projects
Commit 3d3cea12 authored by Aylen Ricca's avatar Aylen Ricca
Browse files

compiled

parent 5cfd5ee3
No related branches found
No related tags found
No related merge requests found
......@@ -227,10 +227,8 @@ public class ChessTrackActivity extends Activity implements CvCameraViewListener
Log.i(TAG, "new _frame - calibrada");
inputFrame = _adquisicion.processFrame(inputFrame);
if (_estado == ESTABLE){
//Modelador.getInstance().dividirTablero(inputFrame);
return Modelador.getInstance().dibujarEscaquesSobel();
}
//Modelador.getInstance().dividirTablero(inputFrame);
//return Modelador.getInstance().dibujarEscaquesSobel();
return inputFrame;
}
return inputFrame;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment