minor changes in opencv_stitching

This commit is contained in:
Alexey Spizhevoy
2011-05-26 05:42:00 +00:00
parent c0ec0e05c5
commit 24e5ff7ab6
3 changed files with 5 additions and 31 deletions

View File

@@ -46,6 +46,7 @@
struct ImageFeatures
{
int img_idx;
cv::Size img_size;
cv::Mat hist;
std::vector<cv::KeyPoint> keypoints;