Git Product home page Git Product logo

umm233.github.io's People

Contributors

umm233 avatar

Watchers

 avatar

umm233.github.io's Issues

Octave安装使用 | 宇宙人的小怪屋

https://umm233.github.io/p/ad444f4c/

关于Octave的介绍可参考维基百科简单来说,就是Matlab的开源替代版。据说,最开始Octave就是按照Matlab搭的模型。ps.自带中文包,良心.pngpps. Matlab的缺点就是大,安装完十几个G,而Octave安装包只有200多M,安装完,也不过1~2G大小,而且开源免费,支持Linux,Windows,macOS等平台。

拼图优化 | 宇宙人的小怪屋

https://umm233.github.io/p/6f136742/

前情之前粗糙写了一个实现根据模板形状拼图的程序,最明显的缺点就是,拼出来形状,但是丢失了原有图片的颜色。然后“基于搜索引擎“优化了一下。主要参考 主要是发现了 Image 库里的 blend 函数 和 composite函数。

Python的sort函数 | 宇宙人的小怪屋

https://umm233.github.io/p/8394e334/

sort函数小记 list.sort(cmp=None, key=None, reverse=False)l cmp – 可选参数, 如果指定了该参数会使用该参数的方法进行排序。l key – 主要是用来进行比较的元素,只有一个参数,具体的函数的参数就是取自于可迭代对象中,指定可迭代对象中的一个元素来进行排序。l* reverse – 排序规则,reverse = True 降序,

Python的sort函数 | 宇宙人的小怪屋

https://umm233.github.io/p/8394e334/

sort函数小记 list.sort(cmp=None, key=None, reverse=False)l cmp – 可选参数, 如果指定了该参数会使用该参数的方法进行排序。l key – 主要是用来进行比较的元素,只有一个参数,具体的函数的参数就是取自于可迭代对象中,指定可迭代对象中的一个元素来进行排序。l* reverse – 排序规则,reverse = True 降序,

PIL实现图片拼接 | 宇宙人的小怪屋

https://umm233.github.io/p/1e3f5113/

捡起之前想做的图片拼接:刚学Python的时候一个图,将各种图拼起来做成特定的形状,觉得很酷然后刚开始各种百度图片拼接程序,未果。这两天闲下来就想动动手,想给做出来。然后经过一番挣扎,有点丑的做出来了😂效果图如下:(最好模板图片背景是白色的)

拼图优化 | 宇宙人的小怪屋

https://umm233.github.io/p/6f136742/

前情之前粗糙写了一个实现根据模板形状拼图的程序,最明显的缺点就是,拼出来形状,但是丢失了原有图片的颜色。然后“基于搜索引擎“优化了一下。主要参考 主要是发现了 Image 库里的 blend 函数 和 composite函数。

PIL实现图片拼接 | 宇宙人的小怪屋

https://umm233.github.io/p/1e3f5113/

捡起之前想做的图片拼接:刚学Python的时候一个图,将各种图拼起来做成特定的形状,觉得很酷然后刚开始各种百度图片拼接程序,未果。这两天闲下来就想动动手,想给做出来。然后经过一番挣扎,有点丑的做出来了😂效果图如下:(最好模板图片背景是白色的)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.