LBG-split algorithm for coloured images
Mostrar comentarios más antiguos
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?
Respuestas (1)
Selva Karna
el 9 de En. de 2020
0 votos
clc
clear all;
close all;
I=imread('your image');
fea=extractLBPFeatures(I);
Categorías
Más información sobre Neighborhood and Block Processing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!