Feeds
질문
Dividing images of UCID database into 8x8 blocks
% This script has been used to create the training image dataset. clear all; close all; UCIDPath='C:\Users\mayank\Desktop...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
imquantize code is required
Hi, I need the original code of imquantize function of matlab. Please help. My attempt: I=imread('football.jpg'); I=rgb2gray(...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Passing array as an input argument
I want to pass an array [p1 p2 p3] in the function "arithmetic_decoding" as an input. function arithmetic_decoding(tag,n,[p1,p2...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
alternative of ismember function
I need to replace ismember in this program with equivalent function(not inbuild),any ideas? x=randi([1, M-h],1,1); % M,N size ...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
Overlapping rectangles problem in an image
I am creating an 8-bit image with non-overlapping rectangles. I'm using I=ones(256,256) to create a matrix with all 1's. Now I...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Creating border of an image
I need a create black border around an image: My code: I=ones(256,256); //size of an image border = 2; I(end:end+border,en...
6년 초과 전 | 답변 수: 2 | 0

