Android Rectangle Area Detection -


i wondering if possible in android framework detect rectangle regions within image or not ?

enter image description here

dimensions rectangle regions in whole single image not fixed.what want detect regions crop them , display them separately

you can drawing rectangle of view this:

rect rect = new rect(); mview.getdrawingrect(rect); 

this give rectangle containing coordinates of on screen view drawn.

to left , top coordinates of view on screen:

float viewleftxcoord = rect.left;  float viewtopxcoord = rect.top;  

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -