photo

pandu hanifa


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

3 Fragen
0 Antworten

RANG
236.498
of 301.338

REPUTATION
0

BEITRÄGE
3 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
0

RANG
 of 21.236

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.017

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 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


can someone tell me the fault in this script? the img from script never come out
clear; clc; img=imread('albert.jpg'); if(size(img,3)>1) img = rgb2gray(img); end max_r = size(img,1); max_c =...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


histogram equalization transformation function
Suppose that a given 3-bit image(L=8) of size 64*64 pixels (M*N=4096) has the intensity distribution shown as below. How to obta...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


histogram without imhist?
how to make histogram without imhist & hist,and im going to make histogram using resolution 320x240,, thanks

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort