最新 最热

几何校正

几何校正的方法有多种,本次实验我采用 Image to Image 几何校正方法。

2021-08-18
1

19 Flipping an Image

Given a binary matrix A, we want to flip the image horizontally, then invert it, and return the resulting image.

2021-08-18
1

从零学习微信小程序(二)—— 常用组件

这一篇记录以下,小程序中常用的组件,刚开始学容易忘 官方详细文档 官方文档很多很详细,这里记的是视频里涉及的1. view类似于原来的div标签特殊属性,看起来属性都与点击有关2. text ⽂本标签 只能嵌套 text ⻓按⽂字可...

2021-08-16
1

工业视觉中如何定量分析镜头光学性能

光学传递函数(OTF)包括调制传递函数(MTF)和相位传递函数(PTF)两部分,其中MTF代表物像频谱对比度之比,表明各种频率传递情况,PTF代表目标物经过光学系统成像后相位的变化。...

2021-08-13
0

程序员开发常用单词整理(中英对照)持续更新...

作为一名合格的程序员,新建文件、文件夹不知道怎么命名?还在用拼音和首字母?不如了解一下程序员开发、写代码时经常用到的单词,语义开发,方便维护。Audio:声音Cache:缓存Cloud:云Collection:收藏Columns:列Comm:通讯Constant:常数...

2021-08-12
1

HDU 2222 - Keywords Search

In the modern time, Search engine came into the life of everybody like Google, Baidu, etc.Wiskey also wants to bring this feature to his image retrieval system...

2021-08-11
1

LeetCode 0048 - Rotate Image

You are given an n x n 2D matrix representing an image.

2021-08-11
1

LeetCode 0042 - Trapping Rain Water

Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.

2021-08-11
1

OpenCV基础 | 7.滤波

均值滤波是低通滤波,线性滤波器,其输出为邻域模板内像素的平均值,用于图像的模糊和降噪。

2021-08-09
1

用python爬取某站妹子图,竟然发现没有一个比我女朋友漂亮!

此网页禁止鼠标右键,按ctrl+u进行查看网页源代码,发现图片链接可在网页源代码中获取;每张图片有两条链接,对比两条链接发现其中一条多了参数_360_360,而没有此参数的链接为高清原图,另一条为标清图!...

2021-08-05
1