What's up! This is Pingge Jiang

Implement 3D Lucas-Kanade optical flow on image volume (c++)

Implementation background: flowcalculation.cpp: calculate optical flow by using 3D Lucas&Kanade method /* *This class implements 3D optical flow on image1 & image2 by using L&K metho...

Mouse tracking sample project

This is my sample mouse tracking result produced by image segmentation methods. The algorithm includes: preprocessing-> pixel labeling-> Gabor filtering-> region clustering-> postpro...

美股投资第一弹:入门篇

经历了8年牛市, 美股绝对是最具投资吸引力的市场之一。那这里凭我这两年来摸爬滚打的个人经验来给新人或者国内有兴趣投资的人一点入门启发。 * 开户和券商选择 美股开户和券商选择对很多人来说肯定是最头疼的问题。特别是国际学生或是国际买家来说。那我把大家常用的券商大致分为两类:国内券商和美国券商。 国内券商比较有名的有老虎、富图、雪球等。这些券商有对于国内买家来说它们提供简单易用又不失专业的分...

Read and write .mha file in Matlab(medical imaging)

These two Matlab functions read and write .mha medical images. The structure supported: * NDims * BinaryData * BinaryDataByteOrderMSB * ElementNumberOfChannels * ElementType * ElementSpacin...

Quick start of Python for beginners (with programming background)

Python is one of the most powerful but also easy to learn programming languages. After this tutorial, you will be able to write python projects by yourself! Good luck! Let’s begin with a simple Py...

3D Volume object in Java

This my implementation of build a volume for .mha file in java. Function “volume_create” creates the volume with specific parameters. Function “volume_cal_grad” calculates the gradient of a volume....