2012年5月28日

【光流法Python版本】Learning OpenCv ch10-1

摘要: import cv2.cv as cvimport numpy as npimport ImageMAX_CORNERS = 500;# Initialize, load two images from the file system, and# allocate the images and other structures we will need for# results.#imgA = cv.LoadImage("OpticalFlow0.jpg",cv.CV_LOAD_IMAGE_GRAYSCALE);imgB = cv.LoadImage("Optic 阅读全文

posted @ 2012-05-28 23:40 LateStop 阅读(2597) 评论(0) 推荐(0) 编辑

导航