Community Profile

photo

Altina Rexha


Last seen: oltre 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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....

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 3 anni fa | 1 risposta | 0

1

risposta