How to draw gridlines manually in video labeling toolbox and know the pixel coordinates of each point of intersection of grid lines
1 view (last 30 days)
Show older comments
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/471112/image.jpeg)
I want this type of grid lines in video lebeling toolbox which i will use for further processing of video and i need the pixel cooedinates of each intersecrting points of the grid lines
0 Comments
Answers (1)
Image Analyst
on 26 Dec 2020
There is an infinite number of places to draw lines in the video. You first have to figure out where you want lines. Once you know that you'll be able to find the intersection points of the lines using simple algebra.
2 Comments
Image Analyst
on 28 Dec 2020
You gave an image, not endpoints or equations of lines.
Try the hough() or houghlines() demos from the help.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!