From: Bc on 23 Mar 2010 19:12 Having an image of rectangles/squares of the same size, if I use ginput to track the corners of the image (which is made up of the squares/rectangles), and know the size of the square/rectangle (length and width), how can I "find" the intersections of these squares/rectangles? Let me clarify further. I have this image, and have found the corners of the image, which is made up of rectangles. I would like to plot the corners on the images, and use those values to trace the encompassing shape of the image (i.e. large square of little squares), and the smaller squares inside, which I know the length/width of. In the end, I want to be able to do this for a image of squares or rectangles, and simply calculate the coordinates of each square/rectangle by only using the 4 corner inputs I got from ginput. Thanks
|
Pages: 1 Prev: How to draw a white line along 'x' axis by discerning a white Next: Level 2 Mfile s-function |