LBG-split algorithm for coloured images
2 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
Selva Karna
2020 年 1 月 9 日
clc
clear all;
close all;
I=imread('your image');
fea=extractLBPFeatures(I);
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!