Number of times #OpenCV and #Kinect SDK appeared on Twitter
% time1375 and data1375 available for use
% for Count of Tweets containing #OpenCV Hashtag
%
% time1376 and data1376 available for use
% for Count of Tweets containing #Kinect Hashtag with "SDK"
%
% time1377 and data1377 available for use
% for Count of Tweets containing #MachineLearning Hashtag
%
plot(time1375,data1375, 'b-');
hold on
plot(time1376,data1376, 'r-');
plot(time1377,data1377, 'm-');
datetick
legend('#OpenCV','#Kinect SDK','#MachineLearning', ...
'Location','Best')
title('Tweets Containing Computer Vision Related Hashtags')
hold off
data points
Created 05 Feb 2012 by Toshiaki Takeuchi
91 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 05 Feb 2012 by Toshiaki Takeuchi
97 views (30 days)
This trend is associated in this plot (though may not be used.)
data points
Created 05 Feb 2012 by Toshiaki Takeuchi
77 views (30 days)
This trend is associated in this plot (though may not be used.)
0 comments