Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ChessTrack
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Federico Furquez Morena
ChessTrack
Commits
a6f924d1
Commit
a6f924d1
authored
10 years ago
by
Aylen Ricca
Browse files
Options
Downloads
Patches
Plain Diff
bug killed
parent
013a46b5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ProyectoAndroid/ChessTrack/src/uy/edu/fing/chesstrack/modulovision/Manager.java
+4
-1
4 additions, 1 deletion
...rack/src/uy/edu/fing/chesstrack/modulovision/Manager.java
with
4 additions
and
1 deletion
ProyectoAndroid/ChessTrack/src/uy/edu/fing/chesstrack/modulovision/Manager.java
+
4
−
1
View file @
a6f924d1
...
...
@@ -7,6 +7,7 @@ import android.media.AudioManager;
import
android.media.ToneGenerator
;
import
android.util.Log
;
import
uy.edu.fing.chesstrack.communication.Client
;
import
uy.edu.fing.chesstrack.modulovision.imgproc.DetectorOclusion
;
public
class
Manager
{
...
...
@@ -28,6 +29,7 @@ public class Manager {
private
static
int
_salida
;
private
static
Adquisicion
_adquisicion
;
private
static
Client
_client
;
private
static
DetectorOclusion
_detectorOclusion
;
private
boolean
_debug
;
protected
Manager
()
{
...
...
@@ -77,7 +79,7 @@ public class Manager {
// Modelador -> genera la imagen 0-1 y se la pasa al manager
// Modelador.Validar
//
region
=
_detectorOclusion
.
procesarImagen
(
region
);
// cuando paso a estado jugando mando al socket si salida==OK
break
;
case
JUGANDO:
...
...
@@ -112,6 +114,7 @@ public class Manager {
}
try
{
_adquisicion
=
new
Adquisicion
();
_detectorOclusion
=
new
DetectorOclusion
();
}
catch
(
Exception
e
)
{
e
.
printStackTrace
();
return
false
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment