<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python on 凌虚 Blog</title><link>https://rifewang.github.io/tags/python/</link><description>Recent content in Python on 凌虚 Blog</description><generator>Hugo</generator><language>zh-CN</language><copyright>Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)</copyright><lastBuildDate>Wed, 30 Oct 2024 00:49:37 +0800</lastBuildDate><atom:link href="https://rifewang.github.io/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>图像相似性：哈希和特征</title><link>https://rifewang.github.io/image-similarity/</link><pubDate>Thu, 14 Mar 2019 15:15:10 +0800</pubDate><guid>https://rifewang.github.io/image-similarity/</guid><description>&lt;h2 id="引言"&gt;引言&lt;/h2&gt;
&lt;p&gt;如何判断图像的相似性？&lt;/p&gt;
&lt;p&gt;直接比较图像内容的 md5 值肯定是不行的，md5 的方式只能判断像素级别完全一致。图像的基本单元是像素，如果两张图像完全相同，那么图像内容的 md5 值一定相同，然而一旦小部分像素发生变化，比如经过缩放、水印、噪声等处理，那么它们的 md5 值就会天差地别。&lt;/p&gt;</description></item><item><title>图像处理基础</title><link>https://rifewang.github.io/image-processing/</link><pubDate>Tue, 26 Feb 2019 14:51:44 +0800</pubDate><guid>https://rifewang.github.io/image-processing/</guid><description>&lt;h1 id="图像处理基础"&gt;图像处理基础&lt;/h1&gt;
&lt;p&gt;现如今我们每时每刻都在与图像打交道，而图像处理也是我们绕不开的问题，本文将会简述图像处理的基础知识以及对常见的裁剪、画布、水印、平移、旋转、缩放等处理的实现。&lt;/p&gt;</description></item></channel></rss>