Community Profile

photo

IPlover


BITS Pilani Goa

Active since 2013

I like to use MATLAB
Professional Interests: Coding

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


How to generate an image with certain clusters using K means clustering in CIE a*b domain?
Hello, I am working on building detection from aerial images using Image Processing in MATLAB. I am doing an image segmen...

9 years ago | 1 answer | 0

1

answer

Question


How to do K means clustering of anistropic diffused image(by Pereona and Malik) in CIE L*a*b ?
Hi, I am trying to detect edges and i have done a anistropic diffusion of the image to get the diffused image. How do i do...

9 years ago | 0 answers | 0

0

answers

Question


Analyzing a large orthophoto block by block
I am trying to apply an algorithm to an orthophoto (6560x5550x3). Since it has lot of details in it, i want to analyze it in par...

10 years ago | 1 answer | 0

1

answer

Question


Finding tilt angle of a roof from an Aerial view Image
Is it possible to find the tilt angle of a roof using some algorithm in MATLAB ? Please suggest some algorithm or a way. All i...

10 years ago | 1 answer | 0

1

answer

Question


Basic doubt ..How to run when using function ?
I am writing euler lagrange function for minimization. I always have a problem running the code when i use functions. When ...

10 years ago | 0 answers | 0

0

answers

Question


How to use Figure obtained in imread ?
I did an operation on an image and found out the output figure. Now, i want to use that figure and do operations on it. How sh...

10 years ago | 1 answer | 0

1

answer

Question


Problem with finding Hough Transform
I wrote the following code for finding hough transform but it shows the following error Error in hough (line 8) [H,T,R] = ...

10 years ago | 0 answers | 0

0

answers

Question


Code not showing desired outputs
I have written a code to identify the DNA bands and estimate their weight in a DNA gel electrophoresis image converted to graysc...

10 years ago | 0 answers | 0

0

answers

Question


Warning: Integer operands are required for colon operator when used as index ???
My code is showing the following: Warning: Integer operands are required for colon operator when used as index Y=int3...

10 years ago | 0 answers | 0

0

answers

Question


Code shows"Integer operands are required for colon operator when used as index "
Here is an code which i've written but it shows a warning and stops executing. I tried using round for 'noise' variable,still th...

10 years ago | 1 answer | 0

1

answer

Question


Identifying only specific areas of image above a certain "threshold"
Now, here is an color image which i am converting it into grayscale inorder to identify only white bands that are above some thr...

10 years ago | 1 answer | 0

1

answer

Question


What does ''Busy'' signify ?
Now, Here is a long code which i am directly pasting it into command window and its taking a lot of time to show the output. It ...

10 years ago | 3 answers | 0

3

answers

Question


Code Showing "Undefined function or variable 'q'. Error in test (line 66) if(c~=q) " error Please help
Line 65 to 70 is shown below for r=1:1:c if(r~=q) w=refweight*p(r)*1/p(q); disp(w) end end Why is it showin...

10 years ago | 1 answer | 0

1

answer