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!