photo

Sapam Jaya


Karunya University

2013년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: image processing

통계

MATLAB Answers

11 질문
1 답변

순위
18,681
of 300,392

평판
2

참여
11 질문
1 답변

답변 채택
54.55%

획득한 표
2

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

질문


why i cannot display an image
I have done wavedec2 on an image and extracted the approximate coefficients using appcoef2.I want to display the approximate ima...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


use of conditional statement
I have a normalized image of size 160*190.i have to decompose it to low,middle and high inetnsity.the low bound is 0.4 and high ...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Image Normalization in the range 0 to 1
How to normalize an image in the range 0 to 1?

거의 12년 전 | 답변 수: 4 | 2

4

답변

질문


how to find threshold
I have calculated the variance of an image.now i need to classify the pixels as foreground when the variance is more than a thre...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


how to get the values of K, g , enhance1 for each iteration
a=0;b=1.5; ra = a + (b-a).*rand(50,1); a1=0;b1=0.5; rb=a1 + (b1-a1).*rand(50,1); a2=0;b2=1; rc=a2 + (b2-a2).*rand(50,1)...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


implementing pso for image
I wan to implement pso algorithm for image enhancement using the file from http://www.mathworks.com/matlabcentral/fileexchange/2...

거의 12년 전 | 답변 수: 0 | 0

0

답변

질문


while running d code below error is showing and can i inecrease the height of the stem.
close all; clear all; clc; data=imread('cameraman.tif'); figure(1),imshow(data); h=imhist(data); h1=h(1:10:256); h...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


how to fuzzify the pixel intensity of an image
I need help in fuzzifying the pixel intensity using a membership function u(x)=e^(-(xmax-xmn)^2/2f^2)..xmax is maximum intensity...

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


Particle swarm optimization for image
Is there anyone who understands how Particle swarm optimization is used for image enhancement given an enhancement transfer func...

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

0

답변

답변 있음
Anyone here solves MATLAB problems as 'part-time job' ?
stop uusing jargons like PM

대략 12년 전 | 0

질문


i m doing image enhancement using a transformation function.i need help in the coding.I have considered the (3,4)pixel value
clear all; close all; input1=imread('cameraman.tif'); subplot(2,1,1),imshow(input1) C=mean2(double(input1))%global...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


in an image of size 256 by 256,what is the command to retrieve the value of the pixel (3,4)
is there any command available to get the pixel value of (3,4) from an image of size 256 by 256 ,so that i need not look from th...

대략 12년 전 | 답변 수: 1 | 0

1

답변