LBG-split algorithm for coloured images
显示 更早的评论
I have to design a LBG algorithm to compress an image using the split algorithm for the design of the codebook and using training vectors which are made of the three RGB components. SOmeonce can help me in the design of the codebook please?
回答(1 个)
Selva Karna
2020-1-9
0 个投票
clc
clear all;
close all;
I=imread('your image');
fea=extractLBPFeatures(I);
类别
在 帮助中心 和 File Exchange 中查找有关 Neighborhood and Block Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!