Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (5)
Hmm algorithm implementation
no vote
HMM model program is useful for studying dynamic hand gesture recognition, including backward algorithm to estimate parameters, forward and backward algorithm, BaumWelch algorithm implementations
ikakakdu
2016-08-23
0
1
Gesture detection
no vote
Hand gesture segmentation detection based on skin color model, manual testing location detection based on skin color model's hands, and judging by the template hand gestures. -Detection of manpower under the color model to detect the location of the hand. And in accordance with the template to determine gesture.
ikakakdu
2016-08-23
0
1
Hand gesture recognition based on kinect
no vote
OpenNI to kinect's depth of information can be obtained, and depth of information will be of great use in gesture recognition, so to work with OpenNI's class to make the simple gesture recognition. Identify action for 4 species, waving hand moving, raise your hands, pushing it forward.
ikakakdu
2016-08-23
0
1
Application of kinect
no vote
1.Kinect initialization data and color extraction. 2.Kinect infrared camera depth of image development. 3.Kinect skeleton track. 4.kinect speech recognition
ikakakdu
2016-08-23
0
1
Online dating
no vote
Online dating Functional analysis: (1) registration (2) log in (3) users list (4) the user details Implementation: Step1 creating tables create table f_user( id int primary key auto_increment, username varchar(20) unique, pwd varchar(10), name varchar(20), age int(3), gender char(1), phone varchar(20), ask text); create table f_pic( id int primary key auto_increment, picName varchar(100), userId int); Step2 create a Web project Step3, entity classes User,Pic Step4,DAO class UserDAO public User findByUserName(String username); public int save(User user); public List findAll(); public User findById(int id); PicDAO public List findPicsByUserId( int id); public void save(Pic pic); step5,regist.jsp Step6,ActionServlet (use the suffix matches) Register, create a folder for t
ikakakdu
2016-08-23
0
1
No more~