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!