Bug #1853 15-puzzles example does not work on Samsung gt-i9100 with Android ICS 4.0.3 fixed.
This commit is contained in:
parent
6a9f934233
commit
b165997e22
@ -118,6 +118,9 @@ public class puzzle15View extends SampleCvViewBase implements OnTouchListener {
|
|||||||
int cols = mRgba.cols();
|
int cols = mRgba.cols();
|
||||||
int rows = mRgba.rows();
|
int rows = mRgba.rows();
|
||||||
|
|
||||||
|
rows = rows - rows%4;
|
||||||
|
cols = cols - cols%4;
|
||||||
|
|
||||||
if (mCells == null)
|
if (mCells == null)
|
||||||
createPuzzle(cols, rows);
|
createPuzzle(cols, rows);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user