自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

t617的博客

on the way

  • 博客(3)
  • 收藏
  • 关注

原创 322. Coin Change

Coin Change题目描述You are given coins of different denominations and a total amount of money amount. Write a function to compute the fewest number of coins that you need to make up that amount. If that am

2017-12-12 20:41:32 252

原创 474. Ones and Zeroes

474. Ones and Zeroes题目In the computer world, use restricted resource you have to generate maximum benefit is what we always want to pursue.For now, suppose you are a dominator of m 0s and n 1s respecti

2017-12-06 13:58:30 255

原创 图像校正-透视变换

Python图像校正实现内容:图像校正 一张图像中有一张A4纸,通过图像处理的方法将其校正输入图像: 输出图像: 使用方法(Python):基于边缘检测将图像转成灰度图先将input.jpg高斯模糊,再进行灰度化处理,方便转换。img = cv2.GaussianBlur(img,(3,3),0)gray = cv2.cvtColor(img,cv2.COLOR_BGR2G

2017-12-06 11:50:20 17386 8

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除