Neologism

Hexo @ Patina27


  • 首页

  • 分类

  • 归档

  • 标签

OpenCV Study Notes: Load, Modify, and Save an Image

发表于 2016-10-19   |  
cvtColor();1cvtColor(sourse Mat, target Mat, instruction); instrunctions COLOR_BGR2GRAY imwrite();1i ...
阅读全文 »

OpenCV Study Notes: Mat - The Basic Image Container

发表于 2016-10-19   |  
MatMat is basically a class with two data parts: the matrix header and a pointer to the actual matri ...
阅读全文 »

OpenCV study notes: Load and Display an Image

发表于 2016-10-18   |  
cv::imread()image = imread(imageName.c_str(), IMREAD_COLOR); cv::imread(path, type); IMREAD_UNCHANG ...
阅读全文 »

近日为与Fractal128增进感情而做的一些努力(一)

发表于 2016-05-04   |  

老是把老的文章发上来好像不是很够意思。其实最近一直都有在做题,在做Fractal128博客的题。本着在退役之前至少能和Fractal聊到一块去的目标,刷了好多他的题,许多题是一边做一边骂的,因为他的题解有时也太偷工减料了。这篇文章我记录一下最近一个月做过的题。凭我这记性看看旧题效果要比做新的好吧。

阅读全文 »

近日为与Fractal128增进感情而做的一些努力(二)

发表于 2016-05-04   |  

暑假去斯坦福学一门叫Learning and Memory: Theory and Practice的课,不知道能不能提升一下我的脑力呢?(笑

阅读全文 »

线段树标记下传模板

发表于 2016-04-30   |  

本身像我这么懒的人是不会去打lazyTag线段树的。。。
但是今天模拟赛的时候看错题了。。。 以为要打线段树
然后就把刘书翻出来再看一遍。。。

阅读全文 »

Poj2976 Dropping tests 普通的0/1分数规划

发表于 2016-04-26   |  

复习一下分数规划。

阅读全文 »

bzoj2705 Pillai函数

发表于 2016-04-25   |  

fractal128讲过了,我把推倒写一下。

阅读全文 »

[CodeVS 月赛 #7 day1] FFF 团卧底的算式

发表于 2016-04-24   |  

主要是有个gcd(i,n)的公式,所以我重发一下。

阅读全文 »

USACO OPEN 2016 Platinum landscaping

发表于 2016-04-24   |  

再谈编辑距离问题及其变种。

阅读全文 »
12…4
Patina27

Patina27

Cease to struggle and you cease to live.

34 日志
40 标签
GitHub Weibo
Links
  • i301void
  • fractal128
© 2015 - 2016 Patina27
由 Hexo 强力驱动
主题 - NexT.Pisces