MATLAB Solutions & Expert Answers

Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.

MATLAB expert answering student questions
Showing page 17 of 208 Ask a Question
How do I get the fork points of a skeleton of an image?
Soumyajit Pal · Feb 6, 2024 · skeletonization , fork , fork points , branch points

I want to find the fork points of a skeleton of an image. I have obtained the skeleton of the image using the bwmorph(binaryImage, 'skel', Inf) function.  …

how to connect disjoint pixels on image borders?
sara · Feb 6, 2024 · Image Processing and Computer Vision , Image Processing Toolbox , Image Segmentation and Analysis

i have an image,i used open close by reconstruction,and then sobel edge detector,it detect edge ,but it has some disjoint parts,pixels are not connected in some parts,i want to use…

what is mean by Gaussian filtering? how it works?
kavya_p · Feb 6, 2024 · gaussian filtering , dog filter , Image Processing and Computer Vision , Image Processing Toolbox

what is mean by Gaussian filtering? how it works? how it is useful in edge detection?…

how can find altered pixels?
qasim mohammed · Feb 5, 2024 · Image Processing Toolbox , Image Filtering and Enhancement , Watermarking

Hi Dears, I have two images the first is the original while the second is the watermarked image. I altered some pixels in the watermarked image , then I extracted the watermark fro…

How to run this code?
Afeza Ajirah · Feb 5, 2024 · Image Processing and Computer Vision , Image Processing Toolbox , Image Filtering and Enhancement

Hi, i have problem on running this code due to some error. The only output is the displaying of 'original image'. Hopefully, you guys can help me fix it. Thank you so much.   erro…

How to display output image from 'Regionprops'?
Fahmi Akmal Dzulkifli · Feb 1, 2024 · pixelvalues , regionprops , Image Processing and Computer Vision , Image Processing Toolbox

Greetings, I have a code like shown as below:   img = imread('I.jpg'); % this image in grayscale c = 1; BW = img > 0; BW = bwareaopen(BW,50); s = regionprops(BW,img,{'Centroid','M…

how to produce edge detected image?
nita ahmeti · Feb 1, 2024 · Image Processing and Computer Vision , Image Processing Toolbox , edge detection

 using the Laplacian of the Gaussian or Sobel filters, of user-specified size and parameters where applicable. how to apply filters of varying size…

How to re size a too big image into small by keeping original values.
Atul Tiwari · Feb 1, 2024 · image processing , matlab , Image Processing and Computer Vision , Image Processing Toolbox

I have an gray scale image of size uint16. when i try to open this image , i get warning that it is too big. I have tried imresize( ) function to make it small in si…

Get a Free Consultation or a Sample Assignment Review!