Community Profile

photo

Fahmida Tasnim Lisa


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How can Hough Transformation detect partially occluded parametric shapes?
How can Hough Transformation detect partially occluded parametric shapes?

3 years ago | 0 answers | 0

0

answers

Question


A smoothing filter in the Frequency domain has size MxN, but its equivalent Spatial domain representation has a much smaller size of wxh. Why is it so?
A smoothing filter in the Frequency domain has size MxN, but its equivalent Spatial domain representation has a much smaller si...

3 years ago | 0 answers | 0

0

answers

Question


Average Filter and Gaussian noise
Hi! I need help with my assignment Remove Gaussian noise using Average Filter from the color image using RGB & HSI model (sep...

3 years ago | 0 answers | 0

0

answers

Question


How to convert each HSI channels to 8-bit grayscale images?
Hi! I've converted an RGB image to its HSI represenation and split the H, S and I components into three channels. How can I conv...

3 years ago | 1 answer | 0

1

answer

Question


Hi! I've converted a grayscale img to binary using im2bw() now i wanna do the opposite i.e convert the binary image to a grayscale image. How can I do that?
A=imread('Color-Meaning-Gray-Feature-Image-1024x831.jpg'); A=im2bw(A); figure,imshow(A); % binary-t0-grayscale?

4 years ago | 1 answer | 0

1

answer

Question


Code of Dilation with kernel overlapping and without imdilate() function?
Can anyone help me dilate a binary image using kernel overlapping and without using the imdilate() function?

4 years ago | 1 answer | 0

1

answer