码迷,mamicode.com
首页 >  
搜索关键字:confusion matrix    ( 4333个结果
Find Peak Element II
There is an integer matrix which has the following features: The numbers in adjacent positions are different. The matrix has n rows and m columns. For ...
分类:其他好文   时间:2016-06-21 10:50:49    阅读次数:153
search in 2d matrix and serach minimum in rotated array
...
分类:其他好文   时间:2016-06-20 00:27:37    阅读次数:109
240.Search in a 2D Matrix II
...
分类:其他好文   时间:2016-06-19 06:44:33    阅读次数:169
FilterEngine::apply
void FilterEngine::apply(const Mat& src, Mat& dst, const Rect& srcRoi, Point dstOfs, bool isolated){ // check matrix types CV_Assert( src.type() == sr ...
分类:移动开发   时间:2016-06-16 17:54:22    阅读次数:288
Maximal Rectangle
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area. Subscribe to see which companies ...
分类:其他好文   时间:2016-06-16 17:34:01    阅读次数:212
Number of Islands II
Given a n,m which means the row and column of the 2D matrix and an array of pair A( size k). Originally, the 2D matrix is all 0 which means there is o ...
分类:其他好文   时间:2016-06-11 22:42:54    阅读次数:248
使用Matrix控制图片和组件的变化
如下程序开发了一个自定义View,该自定义View可以检测到用户的键盘事件,当用户单击手机的方向键时,该自定义View会用Matrix对绘制的图形进行旋转、倾斜变换。 import android.content.Context;import android.graphics.Bitmap;impo ...
分类:其他好文   时间:2016-06-11 14:27:34    阅读次数:165
使用Matrix控制图像或组件变换的步骤
1.获取Matrix对象,该Matrix对象既可新创建,也可直接获取其他对象内封装的Matrix(例如Transformation对象内部) 2.调用Matrix的方法进行平移、旋转、缩放、倾斜等。 3.将程序对Matrix所做的变换应用到指定的图像或组件。 ...
分类:其他好文   时间:2016-06-11 13:10:35    阅读次数:190
Max Sub-matrix
Max Sub-matrix 教练找的题目,目前样列过了 题意:找子矩阵的最大周长 思路:先离散每列,再枚举列(n*n),在当前枚举的两列之间求每行的和(n*n*n),但是开两个数组,一个包含两列上的元素 一个不包含,这样可以处理出前i行当前这两列上的元素和。 当前两列中每行元素和知道 两列上前i项 ...
分类:其他好文   时间:2016-06-11 01:56:58    阅读次数:159
android框架---->下沉文字Titanic的使用
Titanic is a simple illusion obtained by applying an animated translation on the TextView TextPaint Shader's matrix. Titanic的使用 Titanic的使用,项目结构如下: 一、下 ...
分类:移动开发   时间:2016-06-09 10:52:27    阅读次数:401
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!