摘要

Estimating position and orientation of the object by using machine vision is essential in industrial automation. The traditional canny operator and Hough transform edge detection algorithm is widely used, but its accuracy and real-time object recognition in complex backgrounds are very limited. Other algorithms such as SVM and BP network are usually inaccurate for regression issues. In this paper, the method of a cascade of convolution networks is proposed which results in high precision pose estimates. SSD is utilized to obtain the bounding box of the object to narrow down the recognition range. Convolution neural network is utilized to detect the orientation of the object. This method can extract weak features of the sample image. In generally, the proposed method possess a greatly improved accuracy and recognition rate compared with the traditional algorithm.