Found a great post which is about “Old coder(s)”, I’m not that old yet, however, just like the author said, I need to plan it, right now, cause what I am now is right what he was, experienced in manny fields, and a developer like that is the least one […]
jacky
There is a revolution, A.K.A Sunflower Movement, going on in Taiwan since Mar, 19. Frankly, I dont know what’s the “exact” appeal of the movement leading by students of Taiwan, cause I’m not a Taiwanese, I’m not living in Taiwan, I don’t have so much informations about it, and I […]
Had a party at last weekend with Mars and some others former UniSVR Shanghai R&D colleagues. Mars Chen, VP of UniSVR, responsible for CMS series of UniArgus products, my former boss, and a sincere friend. Happen to know he’s paying a visit in Shanghai on business. And last sunday, Mar […]
When you are running into bugs or issues in you Android Apps, callstack information of your components would be very much helpful, defintely. Here is a post I’v found in freescale community, auther by MingZhou, it instructs you have get the caller stack information for you Android App or components. […]
I installed a new virtual machine(Ubuntu 12.04 LTS) for test purpose, everyting went OK during the installation. However, when I tried to launch my virtual machine after done with the installation, found it always stuck at the startup screen showing "Installing VMWare Tools, Please wait…".
I once planned to upgrade my conditional open-sourced project RTSPPlayer(https://oddmeta.net/rtspplayer) to ONVIFPlayer, which requires a device with ONVIF protocol supported. However after resigned from UniSVR, I didn't have the oppotunity to access any ONVIF devices. Lucky me, I got one from one of my former colleague days before, DAEWOO 570C-X10S […]
After monthes of hardworking, I'm proud to say that MVC v2.6 which I was participated in during the latest monthes has been released for Alpha run, which supports both Android & iOS. Here are some detail informations about MVC v2.6 Alpha.
People love Google+ Hangouts for meetings. People also love big LCD screens in conference rooms for meetings. What if they both moved to California and got married? We’re in luck – today Google announced “Chromebox for meetings” – their first foray into the world of room-based video conferencing, with CDW as a […]
Extend your H.323-based applications by using NON-STANDARD messages Abstract Comparing to SIP protocol or RTSP protocol, H.323 protocol is a strict one, which has its own working flow control, and every bits in it's protocol buf has its meaning. However H.323 provided a NON-STANDARD message machenism to allow users to […]
人体运动目标的检测与跟踪技术是计算机视觉的主要研究方向之一,在生物医学,人机交互,虚拟现实,智能安全监控,机器人技术,图像压缩,计算机图形学等领域都有着广泛的应用。 运动目标的检测就是从视频流中去除静止的背景,检测出运动的目标及携带的运动信息,运动目标的检测对跟踪等后期处理非常关键[1]。目前,运动目标的检测方法主要有四种:背景差分法、帧间差分法、光流法、基于特征的方法。 现有的目标跟踪方法主要有两类:一类是基于相关的目标跟踪。这是一种先检测后跟踪的方法,它适用于目标之间相互作用较小和背景较简单的情况 ;另一类是基于特征的目标跟踪。这是一种先跟踪后检测的方法,跟踪的结果需要检测来校正[2]。