码迷,mamicode.com
首页 >  
搜索关键字:points    ( 1654个结果
codeforces 268C
?? Manao has invented a new mathematical term — a beautiful set of points. He calls a set of points on a plane beautiful if it meets the following conditions: The coordinates of each point i...
分类:其他好文   时间:2014-11-24 11:52:56    阅读次数:263
OpenCV Tutorials —— Convex Hull
凸包 找到物体的轮廓之后,再找其凸包 void convexHull(InputArray points, OutputArray hull, bool clockwise=false, bool returnPoints=true ) Parameters: points – Input 2D p...
分类:其他好文   时间:2014-11-23 21:40:11    阅读次数:316
OpenCV Tutorials —— Creating Bounding rotated boxes and ellipses for contours
外接旋转矩形 ,或外接椭圆 RotatedRect minAreaRect(InputArray points) 返回面积最小的外接矩形 RotatedRect fitEllipse(InputArray points) The function calculates the ellipse tha...
分类:其他好文   时间:2014-11-23 21:33:27    阅读次数:364
zzu--2014年11月16日月赛 E题
Problem E: Fixed Points Time Limit: 1 Sec  Memory Limit: 128 MB Submit: 29  Solved: 11 [Submit][Status][Web Board] Description A permutation of length n is an integer sequence such that e...
分类:其他好文   时间:2014-11-19 11:22:14    阅读次数:231
zzu--2014年11月16日月赛 E题
Problem E: Fixed Points Time Limit: 1 Sec  Memory Limit: 128 MB Submit: 29  Solved: 11 [Submit][Status][Web Board] Description A permutation of length n is an integer sequence such that e...
分类:其他好文   时间:2014-11-19 01:23:39    阅读次数:250
BZOJ 3436 小K的农场 查分约束系统 SPFA判负环
题目大意:农场中有一些土地,上面会长一些作物,现在给出一些约束条件,问有没有这种可能. 思路:裸的查分约束系统判负环.记住要跑最长路. CODE: #include #include #include #include #include #define MAX 100010 using namespace std; int points,asks; int ...
分类:其他好文   时间:2014-11-17 17:50:26    阅读次数:155
Zookeeper源码学习1:win7下Ant编译Zookeeper源码为Eclipse工程
1、什么是Ant??? Apache Ant? Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each othe...
分类:Windows程序   时间:2014-11-16 23:09:00    阅读次数:445
Triangular Sums
描述ThenthTriangularnumber,T(n) = 1 + … +n, is the sum of the firstnintegers. It is the number of points in a triangular array withnpoints on side. For ...
分类:其他好文   时间:2014-11-14 19:27:25    阅读次数:222
有关UIView、subview的几个基础知识点-IOS开发 (实例)
环境是xcode4.3首先要弄懂几个基本的概念。一)三个结构体:CGPoint、CGSize、CGRect1. CGPointC代码 /*Points.*/structCGPoint{CGFloatx;CGFloaty;};typedefstructCGPointCGPoint;/* Points....
分类:移动开发   时间:2014-11-14 12:21:53    阅读次数:300
SIFT 和SURF
1.SIFTSIFT(Scale-invariant feature transform)是一种检测局部特征的算法,该算法通过求一幅图中的特征点(interest points,or corner points)及其有关scale 和 orientation 的描述子得到特征并进行图像特征点匹配,获...
分类:其他好文   时间:2014-11-14 10:41:23    阅读次数:286
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!