Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
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 ...
Hi I need to calculate average difference of two adjacent frames on a set of images.Need your help...
I have a .csv data set that is 10x22 surface data and i'd like to convert it to XYZ point cloud. What is the best way to do this in Matlab? ...
Hi, I am the beginer for doing simple image subtration to obtain defect image. Is it possible to make it only show the defect image if nothing differe...
I have time series of classified binary images with same number of rows and columns, I would like to add the values for each cell (eg. (1,1)) of every...
I'd like to use image analysis to calculate the length of a thread. Because the thread is not entirely straight, I can't just use regionprops, so I...
Hello dear community, I would like to know if there is a fast way to create a cloud in 3D which consists of points. I would like to get something l...
How to extract "morphological features", based on the following information. Apply contextual filters based on mathematical morphology to image, in...