Community Profile

photo

Jeet Ghosh


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


What are the variations of LBP? can anyone give some references or links of different types of local binary pattern. It would be very helpful :)
I need to do the programs in matlab by implementing all the variations of Lbp. I have done basic LBP, Uniform LBP. I want a good...

6 years ago | 0 answers | 0

0

answers

Question


Can anyone state what is the reason for ambiguity (considering the clockwise direction starting from top left corner in 8 neighbor surrounding pixel for uniform LBP).
Input Matrix ==> 90 101 67 118 83 44 196 105 48 After using the inbuilt LBP feature ex...

6 years ago | 1 answer | 0

1

answer

Question


Can someone explain the reason "why" & "How" with regards to Local Binary Pattern ?
a=[1,2,6;15,3,0;17,20,5]; after reading LBP the binary pattern taken is 00101111 i.e. 47 Hence the result will gain 1 in 47 co...

6 years ago | 0 answers | 0

0

answers

Question


Can anyone say how to divide an image in 6 parts?
I1=I(1:size(I,1)/2,1:size(I,2)/2,:); I2=I(size(I,1)/2+1:size(I,1),1:size(I,2)/2,:); I3=I(1:size(I,1)/2,size(I,2)/2+1:siz...

6 years ago | 2 answers | 0

2

answers

Question


How can I convert a m x n matrix to a 1 x n matrix in matlab?
Actually I have matrices returned from running the surf feature extraction which I want to train the data's to a classfier which...

6 years ago | 1 answer | 0

1

answer

Question


How to convert a m x n matrix to a 1 x n matrix in matlab?
Actually I have matrices returned from running the surf feature extraction which I want to train the data's to a classfier which...

6 years ago | 1 answer | 0

1

answer

Question


Please help me to extract the wbcs from a given blood sample image of varying sizes(can be zoomed in or zoomed out)
Please say the fastest and easiest image processing techniques to extract the wbcs from a blood smear images. It will be really ...

8 years ago | 0 answers | 0

0

answers

Question


Please, Can anyone suggest me the best easy and fastest detection and extraction of wbcs from a blood smear using any image processing techniques?
A normal human blood sample image with losts of wbc and rbcs will be provided in an image. How can i extract the wbcs completely...

8 years ago | 1 answer | 0

1

answer