Is there any correlation kernel that keeps the roi of an image while removes the remained pixels? hi, I have already defined the roi of an image (I) by using roicolor, now I …
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
Is there any correlation kernel that keeps the roi of an image while removes the remained pixels? hi, I have already defined the roi of an image (I) by using roicolor, now I …
Create a filter or mask for a selected region in High Dynamic Range images (HDRI). Using the example for ROI in grayscale images, create filter ROI for 3 d array images. The HDRI f…
This is a code for calculating histogram error of a selected image to all images of a folder. I want to retrieve images which are similar to the selected image. Like: all the tree …
I want to match the similarity of an image with all images of a folder. I compare the histogram error between to images using loop. But I've done some mistakes to code the loop. So…
Hi, I have written the following matlab code to do the following:- load rgb image of surface contrast stretch convert rgb to gray scale image segmentation morphological operatio…
I have a 6x6 symbolic matrix A full of Cos and Sins that I want to inverse. I am trying both inv(A) and A\I to do the inversion. However, it takes forever (more than a day) until I…
I'm struggling to speed up the code inside the version1 function. The only way to vectorize it that I can seem to figure out is version2, but that actually makes the function slowe…
Currently been typing: theta_Degree=40 theta=(theta_Degree*pi/180) T = [cos(theta)^2 sin(theta)^2 2*cos(theta)*sin(theta); sin(theta)^2 cos(theta)^2 -2*cos(theta)*sin(theta);…
I have created an app using matlab app designer 2019 version. Can i run the same app in previous versions of Matlab like 2016a,2017a etc?…
I am new to writing matlab programming by using Discrete element method using leap frog algorithm. I got many error coming from my program. Can you all suggest me how to correct th…