标签: matlab image-processing computer-vision
我从大小的图像(512x512)中提取了8x8补丁。 我想从这些补丁重建图像。就像在Python(scikit-learn lib)中一样,有一个名为reconstruct_from_patches_2d(patches, image_size)的函数,它有助于从补丁中重建图像。
reconstruct_from_patches_2d(patches, image_size)
在Matlab中有没有类似的功能?