Community Profile

photo

pandu hanifa


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer