Recognize Repeated Movement Patterns of Mouse Behavior using OpenCV -


i have situation have collected mouse movement points website. have series of (x, y)-points, , need detect different repeated patterns of mouse movement data. example, mouse moving slowly, mouse moving fast toward direction , stopping while, mouse scrolling etc... need detect such patterns data.

is there way opencv ...or maybe other library?

p.s. please keep in mind, beginner in kind of stuff.

thanks in advance!

although opencv have data analysis , machine learning algorithms, library geared toward computer vision (thus cv name). sounds have done data capture, , want perform called data mining.

data mining toolkits have many more tools , algorithms type of analysis opencv, point toward those. open-source toolkit started weka sourceforge , weka home. written in java, run on anything. here manual weka 3.6.0. there book available started using weka available here.

since beginner, understand learning curve data-mining can seem bit steep @ first, take :) maybe first project, try cluster different (x, y) positions, use of weka's visualization tools see users placing mouse on screen.

once comfortable enough perform basic clustering, come more questions. also, cross validated (a stackexchange site dedicated statistics , data-mining) you'll want direct future questions on subject.

hope find information helpful!


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -