摘要: SIFT and SURF were moved to nonfree module. You need to add #include header and link with opencv_nonfree library. 阅读全文
posted @ 2015-04-01 23:17 Grandyang 阅读(1007) 评论(0) 推荐(0)
摘要: Implement pow(x, n), which calculates x raised to the power n (i.e., x^n). Example 1: Input: x = 2.00000, n = 10 Output: 1024.00000 Example 2: Input: 阅读全文
posted @ 2015-04-01 14:34 Grandyang 阅读(37514) 评论(19) 推荐(1)
摘要: You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo 阅读全文
posted @ 2015-04-01 13:41 Grandyang 阅读(43243) 评论(12) 推荐(2)
Fork me on GitHub