hii,thanks Mr.Walter Roberson for your response but i cant found the solution of my problem..i have to get coordinates of the edges detected from the image by applying edge detector.kindly help me with this..i will be highly greatful.
How can i get coordinate set of edges detected by canny edge detector?Give me the appropriate working code for it please.
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
shikha mangal
el 15 de En. de 2016
Comentada: Walter Roberson
el 15 de Sept. de 2016
i m working on matlab for moving object detection from real time video/images.i am simulating frog visual mechanism to detect moving object.i have to firstly smooth the image then to detect edges of object of interest and get coordinate set of edges and then to calculate entropy of pixels to determine which is moving object and which is not.
Respuesta aceptada
Walter Roberson
el 15 de En. de 2016
3 comentarios
jiyo
el 15 de Sept. de 2016
Dear Mr.Robertson, I would like an ordered pair of coordinates based on the shape of edge. Is it possible to get such ordered pair? Ordered in the sense, the pixel coordinates follow the shape of the object which is represented by the edge.
Walter Roberson
el 15 de Sept. de 2016
Use regionprops() and ask for the 'PixelIdxList' . Or better yet, use one of the boundary tracing functions.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!