photo

user06


Last seen: 3년 초과 전 2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

25 질문
0 답변

순위
191,718
of 300,392

평판
0

참여
25 질문
0 답변

답변 채택
28.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How can in find minimum gradient path with respect to the reference point in a text image?
I have a signature image. I managed to find the starting point of the image. Now i want to trace all the points of the signature...

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

1

답변

질문


I am getting 0 percent accuracy when using 3-fold cross validation
I want to train a CNN that will be k-fold cross-validated. for that, I have divided my signature data set in three equal part. u...

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

0

답변

질문


how can i generate a random number between two float numbers
I am trying to generate a random number between two float numbers by using val = randi([mnval mxval],1,1) where mxval an...

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

1

답변

질문


Why i am getting the error "Too many open files. Close files to prevent MATLAB instability."
Hello all, i am working on MCYT dataset and they have .fpg files. i have converted those file into .jpg files. now i am passing...

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

1

답변

질문


MCYT Dataset conversion .fpg to .jpg
I am working on MCYT-100 Signature dataset, and that dataset contains ".fpg" file, and Matlab is not recognizing that file exten...

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

0

답변

질문


How to identify the class is labeled or not? help me in finding target matrix??
sorry for this silly question. actually, I want to classify a 2D data which I obtained after performing some operation. now I ha...

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

1

답변

질문


how do i save magnitude of gabor filter using imwrite function???
please help me in this. i want to store magnitude which is obtained by gaborfilter. image has been saved but when i read that i...

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

0

답변

질문


How can i Visualize feature of Convolutional neural network? in matlab2016
i have been using deepDreamImage to visualize Features of CNN but it is showing error like: Error using deepDreamImage Expect...

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

0

답변

질문


How do I use the discrete wavelet transform on images?
Hello. I'm sorry for this silly question. I want to generate bands using the dwt of an image. How do I do it? This is th...

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

1

답변

질문


How to convert a HSV image into gray image????
i have a rgb image that i have converted into HSv image and applied some filter on that, now i have to convert that filtered HSV...

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

3

답변

질문


can we change the intensity value of the histogram??
suppose we ha histogram. on a particular x value i want to change the y value . can it be possible ? if yes then tell me ..

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

1

답변

질문


can we convert the histogram back to the original image????
suppose i have calculated a histogram of a gray image. now i want my original image back through the histogram. can this be poss...

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

1

답변

질문


can we convert the histogram back to the original image????
suppose i have calculated a histogram of a gray image. now i want my original image back through the histogram. can this be poss...

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

0

답변

질문


convert string to bits and then convert bits back to strings ....
facing problem with this code.. word='hello'; wordBinary = reshape(dec2bin(word,7)',1,[]); % note the <'> after the d...

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

2

답변

질문


how to combine the image sub blocks back to the image???
i have divide the 256*256 image into 4 blocks and into the each block i have performed some operation. now i want that all the b...

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

1

답변

질문


how to convert an image in to binary bits sequence ??????
a=imread('cameramen.jpg'); b= round(a./256); but i got binary bits like this 1 0 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 1 ...

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

1

답변

질문


image getting changed when passed in a function how to fix it?
when i am passing the image into a function it changed completely. i m attaching my code. when push button watermarked_image is ...

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

0

답변

질문


how do i get a image which is present at the axes in gui?
suppose i have two axes. and in one axes i have taken an image , now i want that after clicking on a button that image will tran...

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

2

답변

질문


how to convert an image into bits???
how we can convert an image into bits ?? and that bits back to image?

10년 초과 전 | 답변 수: 5 | 0

5

답변

질문


getting error "Function IMHIST expected its first input, I or X, to be two-dimensional."
i have divided the [256 256] image in to four blocks and now i want to access each and every block when i m writing the imhist o...

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

0

답변

질문


Calling a function in MATLAB
How can I call a function written in an .m file?

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

2

답변

질문


how do i find maximum points between two given points of a histogram?
suppose there are two points a , b and i want a points which lies between these wo and having maximum value.

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

1

답변

질문


how can i find more than one minimum points of the histogram??
Suppose I have a histogram and I want to find the minimum point of the histogram other than 0, then what procedure I should foll...

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

2

답변

질문


how can i find the three peak points of the histogram..
i can find 1st peak point, then how can i find the 2nd and 3rd peak of the histogram?

거의 11년 전 | 답변 수: 3 | 0

3

답변

질문


how to find the histogram of the each blocks of the gray image that is divided into 4 parts?
there are 4 blocks , and i want the histogram of these 4 blocks.

거의 11년 전 | 답변 수: 2 | 0

2

답변