Legofy

Matlab: Convert a normal image (or internet image) into Lego-style, similar to https://github.com/JuanPotato/Legofy
28.0 次下载
更新时间 2022/11/30

This is a Matlab function that converts a normal RGB image into a Lego-style image. The input can be either an image that has been imported into Matlab or the url address of an image anywhere on the internet.

The conversion is super easy, you only need to download the function

Legofy.m

This function will take three arguments:

the image to convert,
the scale to pixelise and,
if you want to display block by block.

Arguments 2 and 3 are optional The image can be either an image or a URL.

Examples

Read an image from wikimedia and convert (no extra parameters). The results is saved in dataOut and displayed with a second line of code:


dataOut = Legofy('https://upload.wikimedia.org/wikipedia/commons/d/d5/Vincent_Van_Gogh_0014.jpg');
imagesc(dataOut)

引用格式

Constantino Carlos Reyes-Aldasoro (2024). Legofy (https://github.com/reyesaldasoro/Legofy), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2019b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Convert Image Type 的更多信息
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

CODE

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库