CN104572080A - Method and device for managing photo taking mode - Google Patents

Method and device for managing photo taking mode Download PDF

Info

Publication number
CN104572080A
CN104572080A CN201410782385.1A CN201410782385A CN104572080A CN 104572080 A CN104572080 A CN 104572080A CN 201410782385 A CN201410782385 A CN 201410782385A CN 104572080 A CN104572080 A CN 104572080A
Authority
CN
China
Prior art keywords
exposal model
class
exposal
model class
hash table
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
CN201410782385.1A
Other languages
Chinese (zh)
Other versions
CN104572080B (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.)
Guangdong Oppo Mobile Telecommunications Corp Ltd
Original Assignee
Guangdong Oppo Mobile Telecommunications Corp Ltd
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 Guangdong Oppo Mobile Telecommunications Corp Ltd filed Critical Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority to CN201410782385.1A priority Critical patent/CN104572080B/en
Publication of CN104572080A publication Critical patent/CN104572080A/en
Application granted granted Critical
Publication of CN104572080B publication Critical patent/CN104572080B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses a method and a device for managing a photo taking mode. The method comprises the steps of establishing photo taking mode classes, wherein a photo taking base class is inherited by the photo taking mode classes, and a common method of all photo taking modes is encapsulated in the photo taking base class; adding a special method of photo taking modes corresponding to the photo taking mode classes in the photo taking mode classes; associating the marking of the photo taking mode classes with the photo taking mode classes and storing in a hash table. Since the hash table is a list which is used for carrying out rapid location according to keywords, a corresponding photo taking mode class can be rapidly found according to the marking of a photo taking mode when the photo taking mode is needed, and photo taking carried out according to the photo taking mode is completed according to the common method of all photo taking modes in the photo taking mode classes and the special method of the photo taking modes.

Description

A kind of exposal model management method and device
Technical field
The present invention relates to field of terminal, particularly relate to a kind of exposal model management method and device.
Background technology
Along with the development of terminal technology, the function of terminal taking is also more and more abundanter, and exposal model also gets more and more.Sometimes, in some terminals, exposal model may reach tens.In order to realize this tens exposal models, programmer is when programming, and need nearly tens branches to judge, each branch writes the corresponding method of each exposal model again under judging.In this manner, if certain exposal model will be used, judge the corresponding method that can find corresponding exposal model through multiple branch possibly.If this exposal model just in the end branch, then need the corresponding method judging to find corresponding exposal model through tens branches, cause the efficiency performing exposal model very low, poor user experience.
Summary of the invention
Embodiment of the present invention technical matters to be solved is, provides a kind of exposal model management method and device, achieves fast finding exposal model class and performs corresponding exposal model.
First aspect, embodiments provides a kind of exposal model management method, comprising: newly-built exposal model class, and wherein, described exposal model Similar integral is taken pictures foundation class, described in take pictures and encapsulate the common approach of all exposal models in foundation class; The specificity method of the exposal model corresponding to described exposal model class is increased in described exposal model class; By the mark of described exposal model class and described exposal model class association store in Hash table.
Alternatively, described exposal model is panoramic photographing mode or U.S. face exposal model or stays sound exposal model.
Alternatively, also comprised before in the mark of described exposal model class and described exposal model class association store to Hash table: in mode manager, increase described Hash table; Describedly to be specially in the mark of described exposal model class and described exposal model class association store to Hash table: by the increase mode method in mode manager by the mark of described exposal model class and described exposal model class association store in Hash table.
Alternatively, also to comprise after in the mark of described exposal model class and described exposal model class association store to Hash table: when calling described exposal model class, finding described exposal model class according to the quick described Hash table of the mark of described exposal model class; Perform the described exposal model class found, take pictures by described exposal model to complete according to the common approach of all exposal models in described exposal model class and the specificity method of described exposal model.
Alternatively, described method also comprises: when needing the common approach revising all exposal models, modifies in described foundation class of taking pictures to the common approach of all exposal models encapsulated in described foundation class of taking pictures.
Alternatively, also comprise after in the mark of described exposal model class and described exposal model class association store to Hash table: when needing to revise the specificity method in described exposal model class, in described Hash table, revise the specificity method in described exposal model class.
Second aspect, embodiments provides a kind of exposal model management devices, comprising: newly-built module, for newly-built exposal model class, wherein, described exposal model Similar integral is taken pictures foundation class, described in take pictures and encapsulate the common approach of all exposal models in foundation class; Increase module, for increasing the specificity method of the exposal model corresponding to described exposal model class in described exposal model class; Memory module, for by the mark of described exposal model class and described exposal model class association store in Hash table.
Alternatively, described exposal model is panoramic photographing mode or U.S. face exposal model or stays sound exposal model.
Alternatively, described device also comprises: increase table module, for increasing described Hash table in mode manager; Described increase module specifically for by the increase mode method in mode manager by the mark of described exposal model class and described exposal model class association store in Hash table.
Alternatively, described device also comprises: search module, for when calling described exposal model class, finds described exposal model class according to the quick described Hash table of the mark of described exposal model class; Execution module, for performing the described exposal model class found, takes pictures by described exposal model to complete according to the common approach of all exposal models in described exposal model class and the specificity method of described exposal model.
Alternatively, described device also comprises: common approach modified module, for when needing the common approach revising all exposal models, modifies in described foundation class of taking pictures to the common approach of all exposal models encapsulated in described foundation class of taking pictures.
Alternatively, described device also comprises: specific method modified module, for when needing to revise the specificity method in described exposal model class, revises the specificity method in described exposal model class in described Hash table.
By implementing the embodiment of the present invention, being encapsulated in by the common approach of all exposal models takes pictures in foundation class, the specificity method of exposal model is encapsulated in and inherits in the exposal model class of foundation class of taking pictures, and by the mark of exposal model class and described exposal model class association store in Hash table.Because Hash table is a kind of list carrying out quick position according to key word.So, when needs are with certain screening-mode, corresponding exposal model class can be found fast according to the mark of this kind of exposal model, take pictures by exposal model to complete according to the common approach of all exposal models in exposal model class and the specificity method of exposal model.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the process flow diagram of exposal model management method one embodiment of the present invention;
Fig. 2 is the process flow diagram of another embodiment of exposal model management method of the present invention;
Fig. 3 is the structural representation of exposal model management devices one embodiment of the present invention;
Fig. 4 is the structural representation of another embodiment of exposal model management devices of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, be clearly and completely described the technical scheme in the embodiment of the present invention, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
It should be noted that, the term used in embodiments of the present invention is only for the object describing specific embodiment, and not intended to be limiting the present invention." one ", " described " and " being somebody's turn to do " of the singulative used in the embodiment of the present invention and appended claims is also intended to comprise most form, unless context clearly represents other implications.It is also understood that term "and/or" used herein refer to and comprise one or more project of listing be associated any or all may combine.
See the process flow diagram that Fig. 1, Fig. 1 are exposal model management method one embodiments of the present invention.The method comprises:
110: newly-built exposal model class, wherein, exposal model Similar integral is taken pictures foundation class, encapsulates the common approach of all exposal models in foundation class of taking pictures.
In a particular embodiment, in terminal, multiple exposal model can be set, such as, panoramic photographing mode, U.S. face exposal model, stay sound exposal model etc.Be appreciated that because these concrete exposal models are all one in exposal model, so, between them, there is general character.Such as, data all needing reception camera to return etc.Because these concrete exposal models are again different exposal models, so, again there is specificity between them.Such as, the data processing method between different exposal models is not identical.For the ease of management, by out abstract for the common approach of all exposal models, and a foundation class of taking pictures can be packaged into.When needs increase a kind of exposal model, can a newly-built exposal model class, and newly-built exposal model Similar integral is taken pictures foundation class.After newly-built exposal model Similar integral takes pictures foundation class, newly-built exposal model class also can use the method for taking pictures in foundation class.
120: the specificity method increasing the exposal model corresponding to exposal model class in exposal model class.
In a particular embodiment, in the exposal model class of correspondence, the specificity method of corresponding exposal model is increased for newly-increased exposal model.After the specificity method adding corresponding exposal model, newly-increased exposal model class can complete the realization to exposal model.
130: by the mark of exposal model class and exposal model class association store in Hash table.
In a particular embodiment, Hash table is exactly a kind of structure storing data with key word, as long as input key word to be found, can find the value of its correspondence rapidly.The mark of exposal model class can be some keywords, also can be some characters, or even some numerals.Such as, the mark corresponding to panoramic photographing mode can be the mark corresponding to " panarama " U.S. face exposal model can be " facebeauty " etc.Or the mark corresponding to panoramic photographing mode can be the mark corresponding to " p " U.S. face exposal model can be " f " etc.What is more, the mark corresponding to panoramic photographing mode can be the mark corresponding to " 1 " U.S. face exposal model can be " 2 " etc.For the ease of management, Hash table can be increased in mode manager, then, can by the increase mode method in mode manager by the mark of exposal model class and exposal model class association store in Hash table.Be appreciated that Hash table also can be arranged on other position, the position set by Hash table can not have influence on concrete functional realiey.
When needs use certain exposal model, just need the exposal model class that respective calls is corresponding.So when user selects certain exposal model, the mark of the exposal model class corresponding to exposal model, by under the triggering of user, is sent to Hash table by terminal.Hash table finds corresponding exposal model class according to the mark quick position of exposal model class.Then, perform the exposal model class found, take pictures by exposal model to complete according to the common approach of all exposal models in exposal model class and the specificity method of exposal model.
By implementing the embodiment of the present invention, being encapsulated in by the common approach of all exposal models takes pictures in foundation class, the specificity method of exposal model is encapsulated in and inherits in the exposal model class of foundation class of taking pictures, and by the mark of exposal model class and described exposal model class association store in Hash table.Because Hash table is a kind of list carrying out quick position according to key word.So, when needs are with certain screening-mode, corresponding exposal model class can be found fast according to the mark of this kind of exposal model, take pictures by exposal model to complete according to the common approach of all exposal models in exposal model class and the specificity method of exposal model.And, when needs increase exposal model, only need the corresponding exposal model class increasing correspondence in Hash table, expand very convenient.
See the process flow diagram that Fig. 2, Fig. 2 are another embodiments of exposal model management method of the present invention.The method comprises:
210: newly-built exposal model class, wherein, exposal model Similar integral is taken pictures foundation class, encapsulates the common approach of all exposal models in foundation class of taking pictures.
In a particular embodiment, in terminal, multiple exposal model can be set, such as, panoramic photographing mode, U.S. face exposal model, stay sound exposal model etc.Be appreciated that because these concrete exposal models are all one in exposal model, so, between them, there is general character.Such as, data all needing reception camera to return etc.Because these concrete exposal models are again different exposal models, so, again there is specificity between them.Such as, the data processing method between different exposal models is not identical.For the ease of management, by out abstract for the common approach of all exposal models, and a foundation class of taking pictures can be packaged into.When needs increase a kind of exposal model, can a newly-built exposal model class, and newly-built exposal model Similar integral is taken pictures foundation class.After newly-built exposal model Similar integral takes pictures foundation class, newly-built exposal model class also can use the method for taking pictures in foundation class.
220: the specificity method increasing the exposal model corresponding to exposal model class in exposal model class.
In a particular embodiment, in the exposal model class of correspondence, the specificity method of corresponding exposal model is increased for newly-increased exposal model.After the specificity method adding corresponding exposal model, newly-increased exposal model class can complete the realization to exposal model.
230: by the mark of exposal model class and exposal model class association store in Hash table.
In a particular embodiment, Hash table is exactly a kind of structure storing data with key word, as long as input key word to be found, can find the value of its correspondence rapidly.The mark of exposal model class can be some keywords, also can be some characters, or even some numerals.Such as, the mark corresponding to panoramic photographing mode can be the mark corresponding to " panarama " U.S. face exposal model can be " facebeauty " etc.Or the mark corresponding to panoramic photographing mode can be the mark corresponding to " p " U.S. face exposal model can be " f " etc.What is more, the mark corresponding to panoramic photographing mode can be the mark corresponding to " 1 " U.S. face exposal model can be " 2 " etc.For the ease of management, Hash table can be increased in mode manager, then, can by the increase mode method in mode manager by the mark of exposal model class and exposal model class association store in Hash table.Be appreciated that Hash table also can be arranged on other position, the position set by Hash table can not have influence on concrete functional realiey.
240: what judge needs amendment is common approach or specificity method.
In a particular embodiment, when needs are modified to exposal model class, what judge needs amendment is common approach or specificity method.If what need amendment is common approach, enter step 250.If what need amendment is specificity method, enter step 260.
250: modify at the common approach of all exposal models encapsulated in foundation class of taking pictures of taking pictures in foundation class.
In a particular embodiment, if need to modify to the common approach of exposal model class, can modify at the common approach of all exposal models encapsulated in foundation class of taking pictures of taking pictures in foundation class.Such as, add new common approach, delete original common approach or revise original common approach.Be understandable that, if common approach is modified, all can impact to all exposal model classes inheriting foundation class of taking pictures.
260: in Hash table, revise the specificity method in exposal model class.
In a particular embodiment, if need to modify to the specificity method of exposal model class, corresponding exposal model class can be found in Hash table, and in exposal model class, revise the specificity method in exposal model class.Such as, add new specificity method, delete original specificity method or revise original specificity method.Be understandable that, if specificity method is modified, then only have corresponding exposal model class to be changed, other exposal model class can not be affected.
By implementing the embodiment of the present invention, being encapsulated in by the common approach of all exposal models takes pictures in foundation class, the specificity method of exposal model is encapsulated in and inherits in the exposal model class of foundation class of taking pictures, and by the mark of exposal model class and described exposal model class association store in Hash table.Because Hash table is a kind of list carrying out quick position according to key word.So, when needs are with certain screening-mode, corresponding exposal model class can be found fast according to the mark of this kind of exposal model, take pictures by exposal model to complete according to the common approach of all exposal models in exposal model class and the specificity method of exposal model.And, when needs increase exposal model, only need the corresponding exposal model class increasing correspondence in Hash table, expand very convenient.And, when needing to revise common approach, only need to modify to foundation class of taking pictures, reach amendment once, the effect all can revised the common approach inherited in all exposal model classes.
The above-mentioned method illustrating the embodiment of the present invention, below for the ease of implementing the such scheme of the embodiment of the present invention better, correspondingly, is also provided for coordinating the relevant device implementing such scheme below.
Consult Fig. 3, Fig. 3 is the structural representation of exposal model management devices one embodiment of the present invention.The exposal model management devices of present embodiment comprises: newly-built module 310, increase module 320 and memory module 330.
Newly-built module 310 is for newly-built exposal model class, and wherein, exposal model Similar integral is taken pictures foundation class, encapsulates the common approach of all exposal models in foundation class of taking pictures.
Increase module 320 for increasing the specificity method of the exposal model corresponding to described exposal model class in described exposal model class;
Memory module 330 for by the mark of described exposal model class and described exposal model class association store in Hash table.
Alternatively, described exposal model is panoramic photographing mode or U.S. face exposal model or stays sound exposal model.
Alternatively, described device also comprises: increase table module 340, for increasing described Hash table in mode manager; Described increase module specifically for by the increase mode method in mode manager by the mark of described exposal model class and described exposal model class association store in Hash table.
Alternatively, described device also comprises: search module 350, for when calling described exposal model class, finds described exposal model class according to the quick described Hash table of the mark of described exposal model class; Execution module 360, for performing the described exposal model class found, takes pictures by described exposal model to complete according to the common approach of all exposal models in described exposal model class and the specificity method of described exposal model.
Device shown in Fig. 3 corresponding can perform institute in the method shown in Fig. 1 in steps, specifically refers to Fig. 1 and associated description, repeats no longer one by one herein.
By implementing the embodiment of the present invention, being encapsulated in by the common approach of all exposal models takes pictures in foundation class, the specificity method of exposal model is encapsulated in and inherits in the exposal model class of foundation class of taking pictures, and by the mark of exposal model class and described exposal model class association store in Hash table.Because Hash table is a kind of list carrying out quick position according to key word.So, when needs are with certain screening-mode, corresponding exposal model class can be found fast according to the mark of this kind of exposal model, take pictures by exposal model to complete according to the common approach of all exposal models in exposal model class and the specificity method of exposal model.And, when needs increase exposal model, only need the corresponding exposal model class increasing correspondence in Hash table, expand very convenient.
Consult Fig. 4, Fig. 4 is the structural representation of another embodiment of exposal model management devices of the present invention.The exposal model management devices of present embodiment also comprises: common approach modified module 370 and specific method modified module 380.
Common approach modified module 370, for when needing the common approach revising all exposal models, is modified to the common approach of all exposal models encapsulated in described foundation class of taking pictures in described foundation class of taking pictures.
Specific method modified module 380, for when needing to revise the specificity method in described exposal model class, revises the specificity method in described exposal model class in described Hash table.
Device shown in Fig. 4 corresponding can perform institute in the method shown in Fig. 1 and Fig. 2 in steps, specifically refers to Fig. 1, Fig. 2 and associated description, repeats no longer one by one herein.
By implementing the embodiment of the present invention, being encapsulated in by the common approach of all exposal models takes pictures in foundation class, the specificity method of exposal model is encapsulated in and inherits in the exposal model class of foundation class of taking pictures, and by the mark of exposal model class and described exposal model class association store in Hash table.Because Hash table is a kind of list carrying out quick position according to key word.So, when needs are with certain screening-mode, corresponding exposal model class can be found fast according to the mark of this kind of exposal model, take pictures by exposal model to complete according to the common approach of all exposal models in exposal model class and the specificity method of exposal model.And, when needs increase exposal model, only need the corresponding exposal model class increasing correspondence in Hash table, expand very convenient.And, when needing to revise common approach, only need to modify to foundation class of taking pictures, reach amendment once, the effect all can revised the common approach inherited in all exposal model classes.
One of ordinary skill in the art will appreciate that all or part of flow process realized in above-described embodiment method, that the hardware that can carry out instruction relevant by computer program has come, described program can be stored in a computer read/write memory medium, this program, when performing, can comprise the flow process of the embodiment as above-mentioned each side method.Wherein, described storage medium can be magnetic disc, CD, read-only store-memory body (Read-Only Memory, ROM) or random store-memory body (Random Access Memory, RAM) etc.
Above disclosedly be only a kind of preferred embodiment of the present invention, certainly the interest field of the present invention can not be limited with this, one of ordinary skill in the art will appreciate that all or part of flow process realizing above-described embodiment, and according to the equivalent variations that the claims in the present invention are done, still belong to the scope that invention is contained.

Claims (12)

1. an exposal model management method, is characterized in that, comprising:
Newly-built exposal model class, wherein, described exposal model Similar integral is taken pictures foundation class, described in take pictures and encapsulate the common approach of all exposal models in foundation class;
The specificity method of the exposal model corresponding to described exposal model class is increased in described exposal model class;
By the mark of described exposal model class and described exposal model class association store in Hash table.
2. method according to claim 1, is characterized in that, described exposal model is panoramic photographing mode or U.S. face exposal model or stays sound exposal model.
3. method according to claim 1, is characterized in that, also comprises before in the mark of described exposal model class and described exposal model class association store to Hash table:
Described Hash table is increased in mode manager;
Describedly to be specially in the mark of described exposal model class and described exposal model class association store to Hash table:
By the increase mode method in mode manager by the mark of described exposal model class and described exposal model class association store in Hash table.
4. method according to claim 1, is characterized in that, also comprises after in the mark of described exposal model class and described exposal model class association store to Hash table:
When calling described exposal model class, find described exposal model class according to the quick described Hash table of the mark of described exposal model class;
Perform the described exposal model class found, take pictures by described exposal model to complete according to the common approach of all exposal models in described exposal model class and the specificity method of described exposal model.
5. method according to claim 1, is characterized in that, described method also comprises:
When needing the common approach revising all exposal models, in described foundation class of taking pictures, the common approach of all exposal models encapsulated in described foundation class of taking pictures is modified.
6. method according to claim 1, is characterized in that, also comprises after in the mark of described exposal model class and described exposal model class association store to Hash table:
When needing to revise the specificity method in described exposal model class, in described Hash table, revise the specificity method in described exposal model class.
7. an exposal model management devices, is characterized in that, comprising:
Newly-built module, for newly-built exposal model class, wherein, described exposal model Similar integral is taken pictures foundation class, described in take pictures and encapsulate the common approach of all exposal models in foundation class;
Increase module, for increasing the specificity method of the exposal model corresponding to described exposal model class in described exposal model class;
Memory module, for by the mark of described exposal model class and described exposal model class association store in Hash table.
8. device according to claim 7, is characterized in that, described exposal model is panoramic photographing mode or U.S. face exposal model or stays sound exposal model.
9. device according to claim 7, is characterized in that, described device also comprises:
Increase table module, for increasing described Hash table in mode manager;
Described increase module specifically for by the increase mode method in mode manager by the mark of described exposal model class and described exposal model class association store in Hash table.
10. device according to claim 7, is characterized in that, described device also comprises:
Searching module, for when calling described exposal model class, finding described exposal model class according to the quick described Hash table of the mark of described exposal model class;
Execution module, for performing the described exposal model class found, takes pictures by described exposal model to complete according to the common approach of all exposal models in described exposal model class and the specificity method of described exposal model.
11. devices according to claim 7, is characterized in that, described device also comprises:
Common approach modified module, for when needing the common approach revising all exposal models, modifies to the common approach of all exposal models encapsulated in described foundation class of taking pictures in described foundation class of taking pictures.
12. devices according to claim 7, is characterized in that, described device also comprises:
Specific method modified module, for when needing to revise the specificity method in described exposal model class, revises the specificity method in described exposal model class in described Hash table.
CN201410782385.1A 2014-12-16 2014-12-16 A kind of photographic method and device Active CN104572080B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410782385.1A CN104572080B (en) 2014-12-16 2014-12-16 A kind of photographic method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410782385.1A CN104572080B (en) 2014-12-16 2014-12-16 A kind of photographic method and device

Publications (2)

Publication Number Publication Date
CN104572080A true CN104572080A (en) 2015-04-29
CN104572080B CN104572080B (en) 2018-01-19

Family

ID=53088246

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410782385.1A Active CN104572080B (en) 2014-12-16 2014-12-16 A kind of photographic method and device

Country Status (1)

Country Link
CN (1) CN104572080B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104580916A (en) * 2015-01-29 2015-04-29 广东欧珀移动通信有限公司 Photo mode display method and device and mobile terminal
CN105303517A (en) * 2015-10-26 2016-02-03 北京金山安全软件有限公司 Image processing method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103164204A (en) * 2011-12-15 2013-06-19 北京新媒传信科技有限公司 Generation method and system of user interfaces based on Symbian system
CN104050279A (en) * 2014-06-27 2014-09-17 Tcl集团股份有限公司 Method and device for feature matching and image identification device
CN104182230A (en) * 2014-08-21 2014-12-03 广东欧珀移动通信有限公司 Photo taking mode dynamic scheduling method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103164204A (en) * 2011-12-15 2013-06-19 北京新媒传信科技有限公司 Generation method and system of user interfaces based on Symbian system
CN104050279A (en) * 2014-06-27 2014-09-17 Tcl集团股份有限公司 Method and device for feature matching and image identification device
CN104182230A (en) * 2014-08-21 2014-12-03 广东欧珀移动通信有限公司 Photo taking mode dynamic scheduling method and device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104580916A (en) * 2015-01-29 2015-04-29 广东欧珀移动通信有限公司 Photo mode display method and device and mobile terminal
CN104580916B (en) * 2015-01-29 2018-01-16 广东欧珀移动通信有限公司 Display methods, device and the mobile terminal of exposal model
CN105303517A (en) * 2015-10-26 2016-02-03 北京金山安全软件有限公司 Image processing method and device
CN105303517B (en) * 2015-10-26 2018-09-11 北京金山安全软件有限公司 Image processing method and device

Also Published As

Publication number Publication date
CN104572080B (en) 2018-01-19

Similar Documents

Publication Publication Date Title
JP6198939B2 (en) Method for loading driver and embedded device
CN108345511B (en) Application data checking method and device and electronic equipment
US11366925B2 (en) Methods and apparatuses for chaining service data
CN109658238A (en) Data processing method and device
CN109214193B (en) Data encryption and machine learning model training method and device and electronic equipment
CN107247722B (en) File scanning method and device and intelligent terminal
CN107656729A (en) Updating device, method and the computer-readable recording medium of List View
US9451423B2 (en) Method and apparatus for recording information during a call
CN104423961A (en) Method and system for generating testing script
CN110362356A (en) Function data processing method, device, computer equipment and storage medium
CN104572080A (en) Method and device for managing photo taking mode
CN112882690B (en) Application development method and device
CN104021022A (en) Partition adjusting method and electronic equipment
CN104572097A (en) Photograph data callback method and photograph data callback device
CN103995706A (en) Method and device for displaying picture thumbnail
CN109582776A (en) Model generation method and device, electronic device and storage medium
CN115712566A (en) Method, device, equipment and storage medium for checking interface field
US10097588B2 (en) Method and system for configuring simple kernel access control policy for android-based mobile terminal
CN108446144A (en) A kind of application program launching method, device, terminal and storage medium
CN107402749A (en) Realize the method and device in picture loading storehouse
CN108519885B (en) Public resource loading method and device based on Flash
CN105938431A (en) Web page developing method and device
CN114036171B (en) Application data management method, device, computer equipment and storage medium
CN112019617B (en) Data storage method, device and equipment
CN113742171B (en) GPU process statistics method and device for container

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18

Patentee after: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd.

Address before: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18

Patentee before: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd.

CP01 Change in the name or title of a patent holder