Community Profile

photo

sachit


dcrust, murthal

Last seen: 8개월 전 2014년부터 활동

Followers: 0   Following: 0

연락

통계

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


how to convert 2D image into 1D signal?
Want to convert wavelet 2D image into 1D image/signal for further projection

대략 9년 전 | 답변 수: 0 | 0

0

답변

답변 있음
how to find the histogram of the each blocks of the gray image that is divided into 4 parts?
use "imhist" command for every block.

9년 초과 전 | 0

| 수락됨

질문


how increase a value
re=1:3:254; pe=3:5:256; for sa=L(re:pe,re:pe) maxi=max(sa) maximum=max(maxi) end in this i want if re=1 then ...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to calculate the contrast improvement index for a color image 256*256*3
CII= Cproposed/ Corignal. where C is the average value of low contrast measured with 3*3 window as max-min/max+min i have ...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how to combine H(hue), S(saturation) & V(value).
how to combine H, S& V, again after modifying any of the component.

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to compile in a matrix
clc; clear all; a=imread('4.1.05.tiff'); hsv=rgb2hsv(a); v=hsv(:,:,3); for p=1:256 for x=v(1:256, p); ...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to collect the each row of a matrix after operation
v=hsv(:,:,3); p=1:256; x=v(1:256, p); h=imhist(v); a=sum(x.*h); b=sum(h); M=a/b the problem is that x sh...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to enhance color image using fuzzy logic
to convert the given RGB image of size P × Q into HSV and then calculate the histogram h(x) where x Є V. h(x) indicates the numb...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


I have applied histogram on the v-component of hsv image how can i now convert it back to colour image
i have selected a color image, after reading it i have converted it to hsv image, then i have extracted its v-component, then ap...

9년 초과 전 | 답변 수: 1 | 0

1

답변