Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I'm working on a programme that analyses the contents within an ROI (such as Mean Grey Intensity). The images i want to measure are not clear enough t...
I want to embed a visible watermark in a color document image in the blank space (black rectangle as shown in image) as shown in the attached image. I...
I have an image with bright dots over a dark back ground, I have created a ROI in it and then created a binary image, Now I want to count number of do...
Hi to all, I am having some trouble using the graycomatrix function. I tried to read the documentation but that did not answered my question. By...
Hi all, I want to ask for help, I have a picture as had been upload in the link provided below. From the picture, there are 6 tomato pictures with sma...
What is Adaptive Canny edge detection ? and what is the difference between it and canny edge detection? and why Adaptive Canny Edge detection is bette...
Is there any way to free hand crop on an image? I have an organic shape I want to quickly crop not using the rectangular box that matlab has for cropp...
I am trying to convert the image into a binary image, using the function form: function C = coins2bw(A) where A is a 2D grayscale image variable and C...
I want to apply a check if the two binary images are similar. I subtract a binary image 1 from the other to get a difference image. where Confidence =...
I = imread('E:\M.E 3rd semester\project\coding\flower.jpg'); I = rgb2gray(I); J=ones(3,3)/9; K = conv2(I,J,'same'); Warning: CONV2 on values of class ...