Topics
MATLAB Image
About this topic: Articles tagged __TAG__
Showing 12 articlesRelated tags
Topics
Articles
Showing 12 articles
How-tos
How to Draw Line on Image in Matlab
Learn how to draw lines on images in MATLAB using the plot() and insertShape() functions. This guide provides step-by-step instructions and code examples to help you annotate …
↗
How-tos
How to Convert RGB to Gray Scale in Matlab
Learn how to convert RGB images to grayscale in MATLAB using two methods: manual calculations and the built-in rgb2gray() function. This comprehensive guide provides code examples, …
↗
How-tos
How to Get Negative of an Image in MATLAB
Learn how to create the negative of an image in MATLAB by changing pixel intensity levels. This guide covers built-in functions, manual pixel manipulation, and the use of the Image …
↗
How-tos
How to Get Erosion of an Image in MATLAB
Learn how to perform image erosion in MATLAB using the imerode function. This guide provides clear examples, explanations, and tips for choosing the right structuring element. …
↗
How-tos
MATLAB Image Dilation
Learn how to perform image dilation in MATLAB using the imdilate() function. This article covers practical examples, applications, and detailed explanations to help you master …
↗
How-tos
How to Calculate Image Histogram in MATLAB
Learn how to calculate the histogram of an image in MATLAB using the imhist() function. This guide covers loading images, calculating histograms, and analyzing pixel intensity …
↗
How-tos
How to Resize Image in MATLAB
In this article, we'll explore how to resize images in MATLAB using the built-in function imresize() and discuss various techniques and considerations.
↗
How-tos
How to Flip Image in MATLAB
One can flip an image using the flip() function in MATLAB.
↗
How-tos
How to Apply Geometric Transformation to Images in MATLAB
One can apply geometric transformation to an image using the imwarp() function in MATLAB.
↗
How-tos
MATLAB corr2() Function
One can find the correlation between two images using the corr2() function in MATLAB.
↗
How-tos
MATLAB Image Low Pass Filter
One can create a 2D low pass filter for an image using the fspecial() function in MATLAB.
↗
How-tos
MATLAB Mean Filter
We can create and apply the median or averaging filter using the medfilt2(), fspecial(), and imfilter() function in MATLAB.
↗
No articles found
Try clearing the filters.