Skip to main content
. 2013 Jan 21;13(1):1247–1267. doi: 10.3390/s130101247

Algorithm 1 UGV pose extraction.

 1: CountorsFindCountours(Image<gray>)
 2: if 3 < length(Countors) then
 3: PGetPolygn(Contours)
 4: Point<px,Py>Centroid(P)
 5: end if
 6: MgetMomentums(P)
 7: αAngle(M)
 8:
(xGP,yGP)getCentroid(P)