Feeds
질문
code for segmentation of image using grabcut algorithm
I=imread('Lenna.jpg'); pad=3; MAXVAL=255; [Ncut] = graphcuts(I,pad,MAXVAL) % function [Ncut] = graphcuts(I) % Input: I...
9년 초과 전 | 답변 수: 2 | 0
2
답변질문
how to assign 4-bit code to 3*3 overlapping blocks of an image depending on their spatial locations
i have divided an image into 3*3 overlapping blocks and now i need to assign 4-bit code to the blocks depending on their spatial...
9년 초과 전 | 답변 수: 1 | 0