Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
my code goes something like this: rgbImage = imread ('bunny.png'); %black text image saying "bunny" rgbImage2 = imread ('dragon.png'); %black text ima...
The syntax given for singular value decomposition is svd(x). I tried it with my image, but it didn't work. Can you tell me how to work with svd for im...
(No description available)...
I have a 3 layer matrix that is defined as NDVI which has 7971 rows, 7851 columns, and 3 layers. I am working with blue, red, and green bands from sat...
I have an image with a large rectangle and inside that rectangle there are a red circle and a green circle.And I want to locate the center of red circ...
Hi,I have a problem. What is the fastest way to do 2-D convolution in Matlab? I know there are some build-in functions, such as imfilter,conv2, filter...
I made a Function that will get an AVI and remove the background by using Z-stack so the image is easier to track the moving objects. But i want to do...
I'm on a project in which some processing work of some MR images are needed. Is there any advantage of not using dicom image?? I mean why should i con...
There are 4 images, and I want to crop them by using coding. But I want to crop one image by using imcrop command and other 3 images should automatica...
Hi am a newbie to MATLAB. Can anyone suggest me a code to plot a graph for number of pixels in each column of an image? any serious help would be appr...