Searched refs:maxSubRectangle (Results 1 – 2 of 2) sorted by relevance
47 BlankScreenDetectorWithSameColorRectangle.maxSubRectangle(row, index); in maxSubRectangle_returnsBiggestSubRectangle()59 BlankScreenDetectorWithSameColorRectangle.maxSubRectangle(row, index); in maxSubRectangle_withWideThinRectangle_returnsBiggestSubRectangle()72 BlankScreenDetectorWithSameColorRectangle.maxSubRectangle(row, index); in maxSubRectangle_withOffsetIndex_returnsBiggestSubRectangle()
77 Rectangle currentBiggestRectangle = maxSubRectangle(similarityMatrix[i], i); in maxSameColorRectangle()94 static Rectangle maxSubRectangle(int[] heightsRow, int index) { in maxSubRectangle() method in BlankScreenDetectorWithSameColorRectangle