ZheyuanXie / KLT-Feature-Tracking

A Python implementation of the Kanade–Lucas–Tomasi (KLT) feature tracker
88 stars 24 forks source link

Missing "utils.interp2" #2

Open nallown opened 5 years ago

nallown commented 5 years ago

I need the "utils.interp2" function to run the project code but its no where in the code. Was the interp2 function written by you or did you get it from a python package? Can you tell me where you got it from and share it with me please?

It's throwing a missing package error right now because of this import: https://github.com/ZheyuanXie/OpticalFlow/blob/144758e4c38725a01ddf5539cae1edc9b04d6252/estimateFeatureTranslation.py#L10

nallown commented 5 years ago

I found it here https://github.com/ZheyuanXie/OpticalFlow/blob/db3da2863a9fdaeccb9ef1deea0fcfc84cfba32d/utils.py