Community Profile

photo

sparsh garg


Last seen: 11 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
is it possible to run shapedtw on 2dimensional data
So,went to my job and was told that since I was unable to meet my boss's expectations,they are letting me go.I would like to tha...

más de 2 años hace | 0

Pregunta


is it possible to run shapedtw on 2dimensional data
I came across shape dtw for 1D data,My current data is 2 dimensional and is enclosed below.I tried running shape dtw on it but t...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


for a particular contour level,should the pixels have the same intensity
I know that imcontour basically gives you a contour at a particular level. My question is that the pixels that lie along that p...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


given a circle plot all possible tangents
So as the question says I would like to obtain all the tangents to a circle. I came across the question mentioned below https:...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Compute intersection between lines
Le't say I have 2 matrices that represent lines Let's say you have A a 16x2 matrix that represents one set of lines shown belo...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


is an image a 2d grid or a cube
I am having an argument with my colleague that an image is a 3 dimensional object He says that in geometric sense an image is a...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Issue while fitting semi-circle on a set of points
In this figure I would like to fit a semi-circle on the green curve The ref code for plotting semi-circle is as follows func...

más de 2 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to write/design a matrix similar to the one outputted by contourf
So the output of contourf is a matrix of 2xN dimension as described here Contour matrix, returned as two-row matrix. This matri...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


find how many times duplicates occur in a matrix across row
Given a matrix of 2xn dimension,in the row dimension there are several numbers with duplicates.Usnig histcnt these value shave t...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


need help in optimizing and figuring out what is wrong with the following code.
The following code takes 2 matrices/arrays of 2xN dimension and then looks for those values in B which match with A along the ro...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


finding indices of values in a range
let's say you have a 2x300 matrix A,from that matrx,i select a sub array of dimension 2x24 whose range is as follows [18 :41] ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Projecting a point along normal direction
So there is the InterX code available on matlab which finds out where two curves intersect. Basically given two curves A and B,...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Correctly plot the quiver on a figure
I am currently trying to project the point along the direction of the normals.However my current method tends to project them in...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


find correspondences between two curves
the two figures shown were obtained before spline fitting was done on a set of points.Now i am interested in finding the corre...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
Computer Vision - Camera Calibration
I would suggest you look at stanford cs231a they have detailed slides about camera calibration.I think the same assignment is t...

más de 2 años hace | 0

Pregunta


Find centroid of curve
Given this curve,I would like to find the centroid of the curve. Currently I am selecting the piece wise splines and using the ...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


convert from binary to grayscale without affecting the binary image
I am using the zhang-suen skeletonization on the following image The result of skeletonization is as follows I would like ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Find indice of floating point number in matrix
Find method allows us to return the indice of a particular element in a matrix/array. However when the matrix contains floating...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to segment joined characters
So i am currently working on character extraction,and the current implementation of regionprops that I am using tends to work fi...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Why does it not plot the values
So let's say you have smoe X and Y. let's say you have a set of indices in another array called flag now when i do this plo...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Save points or data in right order
For the below image,the initial plot is as follows After doing set(gca,'YDir','reverse'); I am able to correct the display t...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to order a set of unordered points
I have a set of unordered points,would appreciate it if some advice can be given on how to reorder them,so that when you draw a ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Character extraction/segmentation in an image
Now,I know this question has been asked plenty of times,but I am working on the IAM Bern dataset which has a set of wonderful im...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Respondida
Detection of dynamic objects in the SLAM algorithm
Hey michael you can look into DynaSlam,there is a lot of research work being done in this field https://bertabescos.github.io/...

más de 2 años hace | 0

Pregunta


Need help in understanding freeman chain coding
Hello,I have read about freeman coding which connects pixels in 8 neighbourhood area. Now I am currently using the subpixel edg...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Does imtool work on an image of type double?
So I have an image and I have converted it to double so that I can do some mathematical operations on it like taking the log of ...

más de 2 años hace | 1 respuesta | 0

1

respuesta