Friday, July 09, 2010

A Rain Removal System

We developed a Rain Removal System with better removal result:









=== Update in 2015/6/7 =====================

Hi every:

For many oversea friends querying me, I provide my research (but written in Chinese) here:
Main Page in NCU Taiwan
PDF File
My code is written in C++ but so ancient and need time to be reorganized.
I think my mainly contribution is on the intensity removal filter in rain area;
But some learning patterns need to be improved.

Hope this is helpful on you!
=======================================


Friday, January 22, 2010

(Adaptive)Huffman with DPCM Coder/Encoder



This is my Homework in Class of Data Compression.
A Coder/Encoder designed with functions (Adaptive)Huffman and DPCM.

I generate the wxWidgets with OpenCV 2.0a, and It seems work fine.

Thursday, January 21, 2010

A wx(Flat)NoteBook with wxSplitterWindow




I develope a platform for showing the immediate information.

wxWidget is a well-designed toolkit of designing windows programs.
But some components are not completed.

Some useful of one is the wxSplitterWindow associated with wx(Flat)NoteBook.
I integrate them and showing the demo here!