oscarkey / extrusionfinder

UG group project: computer vision app which identifies the shape of an extruded object and matches it with a replacement from a catalogue.
Other
0 stars 1 forks source link

Profile detection in camera preview on Android and added launcher icon #68

Closed oscarkey closed 9 years ago

as2388 commented 9 years ago

App name should have a space

as2388 commented 9 years ago

Why is the screen only dimmed in the centre?

oscarkey commented 9 years ago

The name is too long if it has a space so we end up with something like "Extrusion Find..."

as2388 commented 9 years ago

Without the space it displays as: ExtrusionFin der

as2388 commented 9 years ago

We could just call it "Extrusion"

oscarkey commented 9 years ago

Where? On the home screen on in the app tray?

The black box is only in the centre of the screen because this is the area in which profile detection occurs.

as2388 commented 9 years ago

Should the black box also be circular?

oscarkey commented 9 years ago

I don't know... It's square because the profile detector produces a square image.

Veedrac commented 9 years ago

Wrt. a circular viewport, I decided against it because the matching does actually work over the whole square subsection and IMHO a circle would look ugly if touching the edges.

Wrt. the border, it's possible to make them any colour we want: just initialize the whole surface to that colour and it will forever stay that way. I see no pressing need, though.