LBG-split algorithm for coloured images

14 visualizzazioni (ultimi 30 giorni)
Anna Vettoruzzo
Anna Vettoruzzo il 8 Gen 2020
Risposto: Selva Karna il 9 Gen 2020
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?

Risposte (1)

Selva Karna
Selva Karna il 9 Gen 2020
clc
clear all;
close all;
I=imread('your image');
fea=extractLBPFeatures(I);

Community Treasure Hunt

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

Start Hunting!

Translated by