Community Profile

photo

Altina Rexha


Last seen: plus de 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


function to decrease image size
function [y] = ImageDecrease(i,n) y=imresize(i,n); size(y) end I need to create a function to decrease the image size. Ex....

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Remove unwanted part of image, to count objects
code: y=ind2gray(pic, bmap); a=y>120; imshow(a); I only want to count the 3 rows of circles, even through the first ones a...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


My Colored image gets read as a bw image
pic=imread('C:\Users\Acer\Desktop\p.png'); imshow(pic) (this is how the image in my desktop looks) (this how the matlab reads...

plus de 3 ans il y a | 1 réponse | 0

1

réponse