Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I have a simple matrix I: I = [1,2,3,4,5; 6,7,8,9,10; 11,12,13,14,15; 16,17,18,19,20; 21,22,23,24,25] My kernel is: k = [0,0,0; 1,0,-1; 0,0,0] I wo...
Hi, I need to Create a 256X256 image with 8-bit image intensity values, generate three circles in radii of 96, 64, 32 aligned to the center of the ima...
I wish to create my own image processing app where I want to perform filtering of the image. Is there a way to accept an image as input in MATLAB App?...
Index exceeds matrix dimensions. Error in Bpos (line 37) w= (cfv(i,j)/pv(i,j)); Code is here: mov = VideoReader('C:/Users/research01/Desktop/Walkin...
I continue to get the same issue although I have two matrices using only integers. h1 = {-1, -2, -1; 0, 0, 0; 1, 2, 1}; ogI = imread('image.jpeg'); I ...
I want to find the coordinates of the middle fingure in both hands....
One of the module of my project requires me to divide a page into three parts, and then discard the middle one. Then I have to work with the 1st and t...
% another question, Does the paper quality affect the image pixels?...
The size of my table (i.e. variables) is 462x622 double I used the code below to create an image: imagesc(image); colormap jet; axis off However, the ...
readImage1=imread(image_file1); m = size(readImage1); what does mean by the second line of the code ?...