photo

ali


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

24 질문
17 답변

순위
18,117
of 300,369

평판
2

참여
24 질문
17 답변

답변 채택
41.67%

획득한 표
2

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • 6 Month Streak
  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
To extract local binary pattern features without background
Your code works I think 8,1 neighbor so is it possible to find and work 8.2 16.1 16.2 24.1 24.2 24.3 etc.

대략 9년 전 | 0

질문


To extract local binary pattern features without background
Hi all I detect the foreground object and all zeros fro background, the sample image is attached. So how can I only apply the L...

대략 9년 전 | 답변 수: 2 | 1

2

답변

답변 있음
To seperate object at foreground from background with boundary
I done it like in figure. NOw how can I only extract features from only wanted object.

대략 9년 전 | 0

| 수락됨

답변 있음
To seperate object at foreground from background with boundary
Or just fill the black zones between the white without defect the original binary image borders

대략 9년 전 | 0

질문


To seperate object at foreground from background with boundary
Hi all if true % code end thresh=+(gri>113); imshow(thresh); BW2 = imcomplement(thresh); figure;imshow(BW2); ...

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

2

답변

답변 있음
To find area of interest from image
The image is like that I want only vertical line with inside points other background should remove. How can do this effectively....

대략 9년 전 | 0

답변 있음
To find area of interest from image
Actually I want to seperate background and object very well before apply LBPto images. What kind of threshold should effective o...

대략 9년 전 | 0

질문


To find area of interest from image
Hi all. I have a problem for getting the interested roi from image. They are three dimensional image. I want to remove unnecessa...

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

2

답변

질문


How can I define suitable value for big objects
Hi all in this image, I want to remove big objects. I use this code BW2 = bwareaopen(thresh_image_conv,5000); newBW2=imsubtr...

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

0

답변

답변 있음
Define the appropriate threshold level
Any suggestion, please

9년 초과 전 | 0

답변 있음
Define the appropriate threshold level
If I try random values for all images for example 0.5 for 1 and 4 image. And 0.7 for 2 and 3 image I got good results. But for a...

9년 초과 전 | 0

답변 있음
Define the appropriate threshold level
Any suggestion. For example triangle threshold or look for histogram values. Or looking for two level segmentation which one i...

9년 초과 전 | 0

질문


Define the appropriate threshold level
Hi all, There are some images that I obtained from different levels. Like in file. Four of them have different level particles i...

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

3

답변

질문


convert this pseudo code to matlab
The pseudo code attached. There are some strange point in code that i dont understand. Especially in sigma adding. How can i use...

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

0

답변

질문


What kind of significant feature for these image
<</matlabcentral/answers/uploaded_files/53771/d.jpg>> Hi all I want to take your suggestions what kind of significant or dis...

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

0

답변

답변 있음
Feature extraction of texture, irregularity
And image analyst do you have any suggestion for calculation distance for this D = pdist2(centroids,centroids,'euclidean'); for ...

9년 초과 전 | 0

답변 있음
Feature extraction of texture, irregularity
Actually I want to look at for this images dispersion level. The white cells dispersion is high(regular) or not on the surface i...

9년 초과 전 | 0

답변 있음
Feature extraction of texture, irregularity
s = regionprops(newBW2,'centroid'); % calculate the remaining objects centers. centroids = cat(1, s.Centroid); D = pdist2(c...

9년 초과 전 | 0

질문


Feature extraction of texture, irregularity
Is there any opinion about how can calculate these kind of texture's regularity metric. You see there is difference because of d...

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

5

답변

질문


Extract significant features surface
Hi all I tried for these images classical LBP but accuracy after extraction is about %70. That kind of texture features should b...

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

0

답변

답변 있음
The exact difference between background and foreground
Thanks for suggest i implemented all your comments and results. Comparing the original what should i do to take better results. ...

9년 초과 전 | 0

답변 있음
Discriminative Feature Extraction Process for images
Is any suggestions for this surfaces.? What should be the discriminative or significant features from these features to characte...

9년 초과 전 | 0

질문


The exact difference between background and foreground
Hi all I want to obtain background and foreground difference exactly. From shown image you see i wnat to get from images the al...

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

3

답변

질문


Discriminative Feature Extraction Process for images
There are two images. First one flame reterdant feature better than the other. I found this via experiemtnal process. Now ı want...

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

1

답변

질문


Dispersion percentage calculation (binary image)
Hi all Actually i wrote a small code about to estimate the filler. But there should be more accurate and fats way.Is there any ...

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

0

답변

답변 있음
Find groups of 1's in array
It doesnt work for a group number is more than one why. Everytime it find group number 1

대략 10년 전 | 0

질문


Find groups of 1's in array
Sorry but ı have asked question wrong. thanks all for great attention. For example the data 11101111001110001111110100000...

대략 10년 전 | 답변 수: 4 | 1

4

답변

답변 있음
find '1' in an array
thanks all for great attention but ı think ı just write something wrong. For example the data 1110111100111000111111010000000001...

대략 10년 전 | 0

질문


find '1' in an array
hi ı wanna ask question about find a 1's number in array. for example the array should be like that 1 1 1 0 1 0 1 1 1 0 1 0 1 1...

대략 10년 전 | 답변 수: 5 | 0

5

답변

질문


Can we measure yarn twist from image with image processing
Hi Everyone. Can we measure number of yarn twist from picture. For example in picture one yarn twist number with is show...

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

1

답변

더 보기