photo

Altina Rexha


Last seen: mehr als 5 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

3 Fragen
0 Antworten

RANG
184.542
of 301.275

REPUTATION
0

BEITRÄGE
3 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
0

RANG
 of 21.216

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.777

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort