CN104461008A - Multimedia teaching control system and method - Google Patents

Multimedia teaching control system and method Download PDF

Info

Publication number
CN104461008A
CN104461008A CN201410808310.6A CN201410808310A CN104461008A CN 104461008 A CN104461008 A CN 104461008A CN 201410808310 A CN201410808310 A CN 201410808310A CN 104461008 A CN104461008 A CN 104461008A
Authority
CN
China
Prior art keywords
point
profile
image
convex closure
multimedia teaching
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201410808310.6A
Other languages
Chinese (zh)
Other versions
CN104461008B (en
Inventor
陈清奎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ji'nan Keming digital technology Limited by Share Ltd
Original Assignee
Shandong Jianzhu University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Jianzhu University filed Critical Shandong Jianzhu University
Priority to CN201410808310.6A priority Critical patent/CN104461008B/en
Publication of CN104461008A publication Critical patent/CN104461008A/en
Application granted granted Critical
Publication of CN104461008B publication Critical patent/CN104461008B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/011Arrangements for interaction with the human body, e.g. for user immersion in virtual reality
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09BEDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
    • G09B5/00Electrically-operated educational appliances
    • G09B5/06Electrically-operated educational appliances with both visual and audible presentation of the material to be studied
    • G09B5/065Combinations of audio and video presentations, e.g. videotapes, videodiscs, television systems

Abstract

The invention provides a multimedia teaching control system and method. The system comprises a data collecting module which is used for collecting video streaming. The multimedia teaching control system is characterized in that an interaction control module is further included, the collected video streaming is processed, the outline of a figure is identified through an image identification technology, the central point and the convex hull points of the outline are calculated to determine the positions of hands, then an instruction is judged according to the stay time of the hands, and therefore corresponding response actions are made. According to the multimedia teaching control system and method, the interaction control module and the control method enable a teacher to do not need to use hardware equipment such as a mouse and a keyboard, corresponding buttons can be triggered by pointing to an object to be operated by fingers to set time, interactive control over courseware is achieved, and the lecturing mode is more flexible. The entire multimedia teaching control system and method improve the enjoyment of a lesson, the teaching mode is innovated, and a better teaching effect is achieved.

Description

A kind of multimedia teaching control system and control method
Technical field
The present invention relates to multimedia teaching field, specifically, relate to a kind of multimedia teaching control system and control method.
Background technology
Multimedia is informationalized embodiment, also be the trend of social development, informationalized level has become the major criterion of measurement modernization of the country level and overall national strength, and multimedia education is an informationalized part, and multimedia education of making greater efforts to promote has become the trend of educational development.
Use multimedia technology in teaching, be conducive to the professional standards improving teacher, be conducive to teacher's integrated instruction resource.Teaching Technology of Multimedia can make up the deficiency in conventional teaching, is novel Scientific Teaching technology.At present, still adopt traditional manual mode during operation of teacher multimedia equipment, the mode of class-teaching of teacher operating equipment is single, lacks interesting.This is the deficiencies in the prior art part.
Summary of the invention:
The technical matters that the technical program will solve is to provide a kind of multimedia teaching control system and control method, improves the interest in classroom, has innovated teaching pattern, reaches better teaching efficiency.
The present invention realizes goal of the invention by following technological means:
A kind of multimedia teaching control system, comprising:
Data acquisition module: gather video flowing; It is characterized in that, also comprise:
Interactive control module: the video flowing collected is processed, calculate the central point of profile and convex closure point by the profile of image recognition technology identification personage thus determine the position of hand, then according to the residence time decision instruction of hand, thus make and respond action accordingly.
A kind of multimedia teaching control method, comprising:
(1) open camera background extraction, under unmanned environment, extract the purer image of an amplitude ratio as a setting;
(2) obtain current frame image, extract the gray level image of personage's prospect;
Concrete steps are: the grey scale pixel value that setting L (x, y) is current frame image, the grey scale pixel value that B (x, y) is background image, and the grey scale pixel value that D (x, y) is foreground image then has:
D(x,y)=|L(x,y)-B(x,y)|
(3) threshold calculations is carried out to gray level image, obtain bianry image;
Concrete steps are: suppose that f (x, y) is for certain any pixel value in gray level image, and d (x, y) is certain any pixel value in bianry image, and T is threshold value, then have d ( x , y ) = 1 f ( x , y ) > = T 0 f ( x , y ) < T ,
(4) edge gradient calculates, and the profile of personage detected;
(5) determine the position of hand, concrete steps are:
According to the character contour detected in step (4), calculate the central point of profile and the convex closure point of profile, according to the profile central point obtained and convex closure point, to calculate on x direction and y direction convex closure point respectively to the distance of profile central point, if the distance in x direction is greater than the distance on y direction, so the position of finger is just thought in this convex closure point position;
(6) repeat step (2)-(5), obtain the position data of real-time hand;
(7) trigger response events and carry out event response, specifically comprise:
The triggering of g1 event, when continuous 3 two field pictures fingers position all certain among a small circle in, so just think that position within continuous 3 frames, the position of finger does not become, just trigger click event;
G2 changes according to the size of present image and the resolution of desktop screen, finger position is in the picture converted to the position that desktop mouse is clicked, so just can realize the conversion of finger position to the click response position of mouse, position conversion formula is specially:
Suppose that picture size size is for (PicWidth, PicHight), desktop screen resolutions is (ScreenX, ScreenY), finger position is in the picture (PicX, PicY), the click location of desktop mouse is (x, y), then have: ( x , y ) = ScreenX , Screen Y ( PicWidth , PicHight ) * ( PicX , PicY ) .
As the further restriction to the technical program, described step (5) comprises the steps:
The concrete steps calculating profile convex closure point are:
Suppose that the point set forming profile is S, get any two points p (x in set 1, y 1) and p (x 2, y 2), then the straight line of these 2 compositions is: ax+by=c (wherein, a=y 2-y 1, b=x 2-x 1, c=x 1y 2-y 1x 2), bring other all points that point is concentrated into straight-line equation ax+by=c respectively, if the symbol of expression formula is identical, >c or <c, then represent that be the convex closure point of this profile at above-mentioned 2, otherwise be not just convex closure point,
Every opposite vertexes of profile is detected, finds all convex closure points;
The concrete steps calculating profile central point are:
Points all on traversal profile, total number of acquisition point, extracts the coordinate figure of each point;
N=∑ I1
Ask the mean value of all point coordinate, obtain the central point of profile
Wherein, the total number of point is N, and each point coordinate figure is mtx (x, y), and center point coordinate is M (x, y).
Compared with prior art, advantage of the present invention and good effect are: the interactive control module of the present invention and control method make class-teaching of teacher without the need to employing the hardware devices such as mouse-keyboard, as long as with Fingers to the object setting-up time that will operate, just corresponding button can be triggered, accomplish to control the interaction of courseware, the mode of attending class will be more nimbly and freely; Whole invention improves the interest in classroom, has innovated teaching pattern, reaches better teaching efficiency.
Accompanying drawing explanation
Fig. 1 is process flow diagram of the present invention.
Embodiment:
Below in conjunction with embodiment, further illustrate the present invention.
See Fig. 1, the present invention includes:
A kind of multimedia teaching control system, comprising:
Data acquisition module: gather video flowing; It is characterized in that, also comprise:
Interactive control module: the video flowing collected is processed, calculate the central point of profile and convex closure point by the profile of image recognition technology identification personage thus determine the position of hand, then according to the residence time decision instruction of hand, thus make and respond action accordingly.
A kind of multimedia teaching control method, comprising:
(1) open camera background extraction, under unmanned environment, extract the purer image of an amplitude ratio as a setting;
(2) obtain current frame image, extract the gray level image of personage's prospect;
Concrete steps are: the grey scale pixel value that setting L (x, y) is current frame image, the grey scale pixel value that B (x, y) is background image, and the grey scale pixel value that D (x, y) is foreground image then has:
D(x,y)=|L(x,y)-B(x,y)|
(3) threshold calculations is carried out to gray level image, obtain bianry image;
Concrete steps are: suppose that f (x, y) is for certain any pixel value in gray level image, and d (x, y) is certain any pixel value in bianry image, and T is threshold value, then have d ( x , y ) = 1 f ( x , y ) > = T 0 f ( x , y ) < T ,
(4) edge gradient calculates, and the profile of personage detected;
(5) determine the position of hand, concrete steps are:
According to the character contour detected in step (4), calculate the central point of profile and the convex closure point of profile, according to the profile central point obtained and convex closure point, to calculate on x direction and y direction convex closure point respectively to the distance of profile central point, if the distance in x direction is greater than the distance on y direction, so the position of finger is just thought in this convex closure point position;
(6) repeat step (2)-(5), obtain the position data of real-time hand;
(7) trigger response events and carry out event response, specifically comprise:
The triggering of g1 event, when continuous 3 two field pictures fingers position all certain among a small circle in, so just think that position within continuous 3 frames, the position of finger does not become, just trigger click event;
G2 changes according to the size of present image and the resolution of desktop screen, finger position is in the picture converted to the position that desktop mouse is clicked, so just can realize the conversion of finger position to the click response position of mouse, position conversion formula is specially:
Suppose that picture size size is for (PicWidth, PicHight), desktop screen resolutions is (ScreenX, ScreenY), finger position is in the picture (PicX, PicY), the click location of desktop mouse is (x, y), then have: ( x , y ) = ScreenX , Screen Y ( PicWidth , PicHight ) * ( PicX , PicY ) .
Described step (5) comprises the steps:
The concrete steps calculating profile convex closure point are:
Suppose that the point set forming profile is S, get any two points p (x in set 1, y 1) and p (x 2, y 2), then the straight line of these 2 compositions is: ax+by=c (wherein, a=y 2-y 1, b=x 2-x 1, c=x 1y 2-y 1x 2), bring other all points that point is concentrated into straight-line equation ax+by=c respectively, if the symbol of expression formula is identical, >c or <c, then represent that be the convex closure point of this profile at above-mentioned 2, otherwise be not just convex closure point,
Every opposite vertexes of profile is detected, finds all convex closure points;
The concrete steps calculating profile central point are:
Points all on traversal profile, total number of acquisition point, extracts the coordinate figure of each point;
N=∑ I1
Ask the mean value of all point coordinate, obtain the central point of profile
Wherein, the total number of point is N, and each point coordinate figure is mtx (x, y), and center point coordinate is M (x, y).

Claims (3)

1. a multimedia teaching control system, comprising:
Data acquisition module: gather video flowing; It is characterized in that, also comprise:
Interactive control module: the video flowing collected is processed, calculate the central point of profile and convex closure point by the profile of image recognition technology identification personage thus determine the position of hand, then according to the residence time decision instruction of hand, thus make and respond action accordingly.
2. a multimedia teaching control method, comprising:
(1) open camera background extraction, under unmanned environment, extract the purer image of an amplitude ratio as a setting;
(2) obtain current frame image, extract the gray level image of personage's prospect;
Concrete steps are: the grey scale pixel value that setting L (x, y) is current frame image, the grey scale pixel value that B (x, y) is background image, and the grey scale pixel value that D (x, y) is foreground image then has:
D(x,y)=|L(x,y)-B(x,y)|
(3) threshold calculations is carried out to gray level image, obtain bianry image;
Concrete steps are: suppose that f (x, y) is for certain any pixel value in gray level image, and d (x, y) is certain any pixel value in bianry image, and T is threshold value, then have d ( x , y ) = 1 f ( x , y ) > = T 0 f ( x , y ) < T ,
(4) edge gradient calculates, and the profile of personage detected;
(5) determine the position of hand, concrete steps are:
According to the character contour detected in step (4), calculate the central point of profile and the convex closure point of profile, according to the profile central point obtained and convex closure point, to calculate on x direction and y direction convex closure point respectively to the distance of profile central point, if the distance in x direction is greater than the distance on y direction, so the position of finger is just thought in this convex closure point position;
(6) repeat step (2)-(5), obtain the position data of real-time hand;
(7) trigger response events and carry out event response, specifically comprise:
The triggering of g1 event, when continuous 3 two field pictures fingers position all certain among a small circle in, so just think that position within continuous 3 frames, the position of finger does not become, just trigger click event;
G2 changes according to the size of present image and the resolution of desktop screen, finger position is in the picture converted to the position that desktop mouse is clicked, so just can realize the conversion of finger position to the click response position of mouse, position conversion formula is specially:
Suppose that picture size size is for (PicWidth, PicHight), desktop screen resolutions is (ScreenX, ScreenY), finger position is in the picture (PicX, PicY), the click location of desktop mouse is (x, y), then have: ( x , y ) = ScreenX , ScreenY ( PicWidth , PicHight ) * ( PicX , PicY ) .
3. multimedia teaching control method according to claim 2, is characterized in that, described step (5) comprises the steps:
The concrete steps calculating profile convex closure point are:
Suppose that the point set forming profile is S, get any two points p (x in set 1, y 1) and p (x 2, y 2), then the straight line of these 2 compositions is: ax+by=c (wherein, a=y 2-y 1, b=x 2-x 1, c=x 1y 2-y 1x 2), bring other all points that point is concentrated into straight-line equation ax+by=c respectively, if the symbol of expression formula is identical, >c or <c, then represent that be the convex closure point of this profile at above-mentioned 2, otherwise be not just convex closure point,
Every opposite vertexes of profile is detected, finds all convex closure points;
The concrete steps calculating profile central point are:
Points all on traversal profile, total number of acquisition point, extracts the coordinate figure of each point;
N=∑ I1
Ask the mean value of all point coordinate, obtain the central point of profile
Wherein, the total number of point is N, and each point coordinate figure is mtx (x, y), and center point coordinate is M (x, y).
CN201410808310.6A 2014-12-23 2014-12-23 A kind of multimedia teaching control system and control method Active CN104461008B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410808310.6A CN104461008B (en) 2014-12-23 2014-12-23 A kind of multimedia teaching control system and control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410808310.6A CN104461008B (en) 2014-12-23 2014-12-23 A kind of multimedia teaching control system and control method

Publications (2)

Publication Number Publication Date
CN104461008A true CN104461008A (en) 2015-03-25
CN104461008B CN104461008B (en) 2017-12-08

Family

ID=52907200

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410808310.6A Active CN104461008B (en) 2014-12-23 2014-12-23 A kind of multimedia teaching control system and control method

Country Status (1)

Country Link
CN (1) CN104461008B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107092350A (en) * 2017-03-22 2017-08-25 深圳大学 A kind of remote computer based system and method
CN110505529A (en) * 2019-08-16 2019-11-26 上海掌学教育科技有限公司 Courseware synchronous display method, device, background server, medium and system
CN111507318A (en) * 2020-07-01 2020-08-07 口碑(上海)信息技术有限公司 Off-store detection method and device based on image recognition

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1664755A (en) * 2005-03-11 2005-09-07 西北工业大学 Video recognition input system
CN101877180A (en) * 2009-11-18 2010-11-03 北京同方瑞博数字技术有限公司 Multi-media electronic reciprocal teaching system
CN102200834A (en) * 2011-05-26 2011-09-28 华南理工大学 television control-oriented finger-mouse interaction method
CN102323859A (en) * 2011-09-08 2012-01-18 昆山市工业技术研究院有限责任公司 Teaching materials Play System and method based on gesture control
CN102981742A (en) * 2012-11-28 2013-03-20 无锡市爱福瑞科技发展有限公司 Gesture interaction system based on computer visions
CN103092334A (en) * 2011-10-31 2013-05-08 财团法人资讯工业策进会 Virtual mouse driving device and virtual mouse simulation method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1664755A (en) * 2005-03-11 2005-09-07 西北工业大学 Video recognition input system
CN101877180A (en) * 2009-11-18 2010-11-03 北京同方瑞博数字技术有限公司 Multi-media electronic reciprocal teaching system
CN102200834A (en) * 2011-05-26 2011-09-28 华南理工大学 television control-oriented finger-mouse interaction method
CN102323859A (en) * 2011-09-08 2012-01-18 昆山市工业技术研究院有限责任公司 Teaching materials Play System and method based on gesture control
CN103092334A (en) * 2011-10-31 2013-05-08 财团法人资讯工业策进会 Virtual mouse driving device and virtual mouse simulation method
CN102981742A (en) * 2012-11-28 2013-03-20 无锡市爱福瑞科技发展有限公司 Gesture interaction system based on computer visions

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107092350A (en) * 2017-03-22 2017-08-25 深圳大学 A kind of remote computer based system and method
CN110505529A (en) * 2019-08-16 2019-11-26 上海掌学教育科技有限公司 Courseware synchronous display method, device, background server, medium and system
CN111507318A (en) * 2020-07-01 2020-08-07 口碑(上海)信息技术有限公司 Off-store detection method and device based on image recognition

Also Published As

Publication number Publication date
CN104461008B (en) 2017-12-08

Similar Documents

Publication Publication Date Title
CN104484040B (en) A kind of multimedia interactive teaching control system and learning control mode
CN112230772B (en) Virtual-actual fused teaching aid automatic generation method
CN105718878A (en) Egocentric vision in-the-air hand-writing and in-the-air interaction method based on cascade convolution nerve network
CN104463101A (en) Answer recognition method and system for textual test question
CN110851760B (en) Human-computer interaction system for integrating visual question answering in web3D environment
Sood et al. AAWAAZ: A communication system for deaf and dumb
CN109064389A (en) A kind of free hand line draws the deep learning method of generation presence image
CN111626297A (en) Character writing quality evaluation method and device, electronic equipment and recording medium
CN105427696A (en) Method for distinguishing answer to target question
CN105976395A (en) Video target tracking method based on sparse representation
CN104461008A (en) Multimedia teaching control system and method
Xue et al. A Chinese sign language recognition system using leap motion
Zhang et al. Teaching chinese sign language with a smartphone
Gosalia et al. 3D gesture-recognition based animation game
CN107608510A (en) Method for building up, device and the electronic equipment in gesture model storehouse
Amaliya et al. Study on hand keypoint framework for sign language recognition
CN109375766A (en) A kind of Novel learning method based on gesture control
CN102779268A (en) Hand swing motion direction judging method based on direction motion historigram and competition mechanism
CN114970640B (en) Gesture recognition method and system based on knowledge distillation
Benito et al. Engaging computer engineering students with an augmented reality software for laboratory exercises
Wang et al. Developing and evaluating a novel gamified virtual learning environment for ASL
CN104123008A (en) Man-machine interaction method and system based on static gestures
Hou et al. Mobile augmented reality system for preschool education
Chunyan et al. Detecting human head and shoulders trajectory in a smart classroom
Prasad et al. Fuzzy classifier for continuous sign language recognition from tracking and shape features

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
DD01 Delivery of document by public notice

Addressee: He Qiang

Document name: Notification that Application Deemed not to be Proposed

DD01 Delivery of document by public notice
TR01 Transfer of patent right

Effective date of registration: 20190930

Address after: Room 1401A, North Building, 9 Building, Shuntai Square, 2000 Shunhua Road, Jinan City, Shandong Province, 250101

Patentee after: Ji'nan Keming digital technology Limited by Share Ltd

Address before: Fengming Road District of Ji'nan City, the development of the port in Shandong province 250101 Shandong Jianzhu University No. 1000

Patentee before: shandong jianzhu university

TR01 Transfer of patent right