class Work { [DllImport("user32.dll")] static
extern void mouse_event(MouseEventFlag flags, int dx, int dy, uint data, UIntPtr
extr...
分类:
其他好文 时间:
2014-07-22 23:06:55
阅读次数:
347
鼠标与body的交互就靠这个mouse 关节了。
在使用中:主要分成3步:
mouseDown : 这个时期,调用world->QueryAABB。它有一个回调接口,并根据鼠标指针指定一个AABB的极小区域。
有3个细节需注意:
细节1:鼠标的xy值是屏幕坐标系统的,要转换成stage坐标系统(stage->screenToStageCoordinates),然后再转成box2d的单位xy...
分类:
其他好文 时间:
2014-07-22 22:59:34
阅读次数:
332
::SetCursor(::LoadCursor (::AfxGetInstanceHandle(),
MAKEINTRESOURCE(IDB_BMP_MOUSE)));void CMyListCtrl::OnItemchanged(NMHDR* pNMHDR,
LRESULT* pRe...
分类:
其他好文 时间:
2014-05-01 08:13:36
阅读次数:
339
This article mainly introduces the process of
Memcached, libevent structure of the main thread and worker thread based on the
processing of the connec...
分类:
其他好文 时间:
2014-05-01 02:44:07
阅读次数:
571
The Taysan Project is located on the south
western segment of the island of Luzon in the well developed industrial province
of Batangas, 100km south o...
分类:
其他好文 时间:
2014-04-30 19:45:37
阅读次数:
438
欢迎大家评论文章, 我会耐心解答. 本博客会经常更新, 所有原创文章, 都是亲自所写, 如有好的建议等请站内联系. 主要讲解关于Image Processing(IP),Image Analysis(IA), Computer Vision(CV) && Machine Learning(ML)的一些知识,希望结识更多志同道合的朋友, 同学. 艺无止境, 与君共勉. 欢迎大家提供有意义的评论. 希望和大家共同进步. 同时,提供关于本博客两个专栏的QQ群号,方便大家之间相互交流(^_^).欢迎大家加入,谢谢...
分类:
其他好文 时间:
2014-04-29 13:45:21
阅读次数:
389
收入囊中
这里的很多内容其实在我的Computer
Vision: Algorithms and ApplicationsのImage processing中都有讲过
相关和卷积工作原理边界处理滤波器的工作原理会使用均值滤波,高斯滤波使用自己创造的核函数进行双线性滤波可分离的滤波(加速)
葵花宝典
相关: g=f?h
卷积: g...
分类:
其他好文 时间:
2014-04-29 13:25:21
阅读次数:
578