CN102156953A - Method and device for realizing batch processing of images - Google Patents

Method and device for realizing batch processing of images Download PDF

Info

Publication number
CN102156953A
CN102156953A CN2011100647249A CN201110064724A CN102156953A CN 102156953 A CN102156953 A CN 102156953A CN 2011100647249 A CN2011100647249 A CN 2011100647249A CN 201110064724 A CN201110064724 A CN 201110064724A CN 102156953 A CN102156953 A CN 102156953A
Authority
CN
China
Prior art keywords
picture
width
height
shearing
read
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.)
Pending
Application number
CN2011100647249A
Other languages
Chinese (zh)
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.)
Shenzhen Wuju Technology Co Ltd
Original Assignee
Shenzhen Wuju Technology Co 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 Shenzhen Wuju Technology Co Ltd filed Critical Shenzhen Wuju Technology Co Ltd
Priority to CN2011100647249A priority Critical patent/CN102156953A/en
Publication of CN102156953A publication Critical patent/CN102156953A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a method and a device for realizing the batch processing of images; the method comprises the following steps of: reading an image source folder path and a processed image storage path input by the user; reading processing parameters input by the user, wherein the processing parameters comprise the coordinates of a left upper top point, cutting width and height, and zooming proportion; traversing all images; reading an image file according to the image source folder path, and acquiring an image flow; capturing the read image file according to the coordinates of the left upper top point and the cutting width and height; generating a buffer image object after being cut; constructing a buffer image by using new width and height according to the zooming proportion, and constructing an Input/Output (IO) flow to output to an appointed file; and ending. In the invention, the batch processing is realized for single function point (cutting, zooming or copying) no longer, but the batch processing of multiple function points is realized in a compatible manner; therefore, the working amount of user operation can be greatly reduced, and the convenience brought by programs is realized.

Description

A kind of method and apparatus of realizing the picture batch processing
Technical field
The present invention relates to the picture treatment technology, relate in particular to a kind of method and apparatus of realizing the picture batch processing.
Background technology
In picture process software (as photoshop) commonly used, they are enough powerful to the processing capacity of picture, can realize one by one as shearing, convergent-divergent, greyscale transformation, processing such as color transformed.But in the real world applications, when having many pictures to carry out same processing, picture process software commonly used but can not carry out batch processing, and this is a deficiency.
For example, in the time of need producing a very little thumbnail to all pictures in a certain file in batches, if, then need to handle one by one with picture process software commonly used.For another example, to the picture under the identical file folder, in the time of all will shearing wherein a part and deposit as new picture, picture process software commonly used can not be realized this batch processing.
Summary of the invention
The purpose of this invention is to provide a kind of method and apparatus of realizing the picture batch processing, it can carry out batch processing to picture.
For achieving the above object, the present invention adopts following technical scheme:
A kind of method that realizes the picture batch processing comprises:
Step 1: read and deposit the path after the picture source folder path of user input and picture are handled;
Step 2: read the processing parameter of user's input, described processing parameter comprises the coordinate of left upper apex, the width of shearing and the ratio of height and convergent-divergent;
Step 3: begin to travel through all pictures, when picture is untreated, go to step 4, otherwise, go to step 8;
Step 4: according to described picture source folder path, read picture file, obtain the figure laminar flow;
Step 5:, the picture file that reads is intercepted according to the coordinate of described left upper apex and the width and the height of shearing;
Step 6: generate the buffer memory object picture after shearing;
Step 7: according to the ratio of described convergent-divergent, with new width and height construction buffer memory picture, and structure IO stream outputs to specified file;
Step 8: finish.
Further, step 1 comprises:
Judge in the described picture source folder path whether have picture, if not, then directly go to step 8.
Further, step 1 comprises:
Judge whether deposit the path after described picture is handled exists, if there is no, new folder then.
Further, the default value of the coordinate of described left upper apex is (0,0), and the default value of the ratio of described convergent-divergent is 1.
Further, step 5 comprises:
Judge the width of described shearing and highly whether to be empty, if then read the width and the height of picture, and be made as the width and the height of shearing.
A kind of device of realizing the picture batch processing comprises:
First read module is used to read and deposits the path after the picture source folder path of user's input and picture are handled;
Second read module is used to read the processing parameter of user's input, and described processing parameter comprises the coordinate of left upper apex, the width of shearing and the ratio of height and convergent-divergent;
Spider module is used to begin to travel through all pictures, when picture is untreated, goes to third reading delivery piece, otherwise, go to the end module;
Third reading delivery piece is used for reading picture file according to described picture source folder path, obtains the figure laminar flow;
Interception module is used for according to the coordinate of described left upper apex and the width and the height of shearing the picture file that reads being intercepted;
Generation module is used to generate the buffer memory object picture after the shearing;
The structure output module is used for the ratio according to described convergent-divergent, and with new width and height construction buffer memory picture, and structure IO stream outputs to specified file;
Finish module, be used to finish whole procedure.
Further, described first read module is used for also judging whether described picture source folder path exists picture, if not, then directly goes to the end module.
Further, described first read module is used to also judge whether deposit the path after described picture is handled exists, if there is no, and new folder then.
Further, the default value of the coordinate of described left upper apex is (0,0), and the default value of the ratio of described convergent-divergent is 1.
Further, highly whether described interception module also be used to judge the width of described shearing and be empty, if then read the width and the height of picture, and be made as the width and the height of shearing.
The present invention realizes batch processing to simple function point (shearing, convergent-divergent or duplicate), but the compatible batch processing that has realized a plurality of function points, under the situation that correctly reads user-defined processing parameter, can significantly reduce the workload of user's operation, the convenience that the program that realized is brought.
Description of drawings
Fig. 1 is the configuration diagram of the method for realization picture batch processing of the present invention;
Fig. 2 is the schematic flow sheet of an embodiment of method of realization picture batch processing of the present invention;
Fig. 3 is the schematic flow sheet of another embodiment of method of realization picture batch processing of the present invention;
Fig. 4 is the structural representation of the device of realization picture batch processing of the present invention.
Embodiment
In order to make purpose of the present invention, technical scheme and advantage clearer,, the present invention is further elaborated below in conjunction with drawings and Examples.Should be appreciated that specific embodiment described herein only in order to explanation the present invention, and be not used in qualification the present invention.
At the situation that can not realize batch processing in the prior art to same a kind of processing of some pictures, the invention provides a kind of method that realizes the picture batch processing, the target processing characteristic of this method is shearing, convergent-divergent and duplicates.With reference to configuration diagram shown in Figure 1, the main thought of the inventive method is, to shearing, the convergent-divergent of a certain pictures and the individual processing of duplicating is known technically, therefore, no longer shearing, convergent-divergent with duplicate these three treatment characteristics and treat separately, the unified characteristic that promotes to " picture batch processing ", be the user shearing, the convergent-divergent that need and duplicate three functions and can " picture batch processing " is compatible realize, rather than the batch of technical realization to shear be a program, convergent-divergent or batch duplicating are again another programs in batches.
As shown in Figure 2, the method for realization picture batch processing provided by the invention comprises:
Step 1: read and deposit the path after the picture source folder path of user input and picture are handled;
In this step, picture source folder path is meant the path position for the treatment of the picture place of handling in batches, deposits the path position that the path is meant that the picture after the batch processing need be deposited after picture is handled.These two paths all need the user to import, and can not be sky.
Step 2: read the processing parameter of user's input, described processing parameter comprises the coordinate of left upper apex, the width of shearing and the ratio of height and convergent-divergent;
The present invention utilizes that above-mentioned three parameters realize shearing, convergent-divergent and the batch processing of duplicating.Specific implementation can be referring to the detailed description of back.
Step 3: begin to travel through all pictures, when picture is untreated, go to step 4, otherwise, go to step 8;
Step 4: according to described picture source folder path, read picture file, obtain the figure laminar flow;
Step 5:, the picture file that reads is intercepted according to the coordinate of described left upper apex and the width and the height of shearing;
Step 6: generate the buffer memory object picture after shearing;
Step 7: according to the ratio of described convergent-divergent, with new width and height construction buffer memory picture, and structure IO (input and output) stream outputs to specified file;
Step 8: finish.
Wherein, above-mentioned steps 4 has at first been obtained the figure laminar flow of picture file, step 5 has realized the intercepting (being shear treatment) to picture file then, and final step 6-7 has realized the convergent-divergent of file is handled, and the file after will handling outputs to specified file (being similar to replication processes).
The present invention realizes batch processing to simple function point (shearing, convergent-divergent or duplicate), but the compatible batch processing that has realized a plurality of function points, under the situation that correctly reads user-defined processing parameter, can significantly reduce the workload of user's operation, the convenience that the program that realized is brought.
Fig. 3 is the improvement embodiment on basis embodiment illustrated in fig. 1.As shown in Figure 3, abovementioned steps 1 preferably includes:
Step 11: judge in the described picture source folder path whether have picture, if not, then directly go to step 8.
At this moment, there is not picture in the key diagram film source folder path, do not have picture need carry out batch processing, therefore, directly finish to get final product.
Simultaneously, step 1 preferably also comprises:
Step 12: judge whether deposit the path after described picture is handled exists, if there is no, new folder then.
During specific implementation of the present invention, the processing parameter of user's input need be read into, carry out circular treatment in batches again.The processing parameter that need read has: the coordinate of left upper apex (x, y), width and the height sheared, and the ratio of convergent-divergent.Below be specifying to these parameters:
1, (x, y): the pixel coordinate of relative left upper apex during processing, its default value is preferably (0,0) to the coordinate of left upper apex, illustrates that acquiescence is that left upper apex from picture begins to handle.
2, width of Jian Qieing and height: its default value is empty, during for null value, keeps the width and the height of original image.To this, as shown in Figure 3, aforementioned 5 preferably include:
Step 51: the width of judge shearing and highly whether to be empty, if then read the width and the height of picture, and be made as the width of shearing and highly.
3, the ratio of convergent-divergent: its default value is preferably 1, illustrates to give tacit consent to not carry out convergent-divergent.
In conjunction with above-mentioned three parameters, the present invention can realize the batch processing of multifunctional dot; When some parameter was got default value, the present invention can realize the batch processing of individual feature point, for example:
A, the parameter when only needing to shear: the ratio of convergent-divergent is a default value 1, and the coordinate of left upper apex and the width of shearing and height are imported definite according to the user.
B, the parameter when only needing convergent-divergent: the coordinate of left upper apex is default value (0,0), the width of shearing and highly be the default value sky, and the ratio of convergent-divergent is imported definite according to the user.
C, the parameter in the time of only need duplicating: the coordinate of left upper apex is default value (0,0), the width of shearing and be the default value sky highly, and the ratio of convergent-divergent is a default value 1.
Corresponding with the method for above-mentioned realization picture batch processing, the present invention also provides a kind of device of realizing the picture batch processing, as shown in Figure 4, comprising:
First read module 401 is used to read and deposits the path after the picture source folder path of user's input and picture are handled;
Second read module 402 is used to read the processing parameter of user's input, and described processing parameter comprises the coordinate of left upper apex, the width of shearing and the ratio of height and convergent-divergent;
Spider module 403 is used to begin to travel through all pictures, when picture is untreated, goes to third reading delivery piece 404, otherwise, go to and finish module 408;
Third reading delivery piece 404 is used for reading picture file according to described picture source folder path, obtains the figure laminar flow;
Interception module 405 is used for according to the coordinate of described left upper apex and the width and the height of shearing the picture file that reads being intercepted;
Generation module 406 is used to generate the buffer memory object picture after the shearing;
Structure output module 407 is used for the ratio according to described convergent-divergent, and with new width and height construction buffer memory picture, and structure IO stream outputs to specified file;
Finish module 408, be used to finish whole procedure.
The present invention realizes batch processing to simple function point (shearing, convergent-divergent or duplicate), but the compatible batch processing that has realized a plurality of function points, under the situation that correctly reads user-defined processing parameter, can significantly reduce the workload of user's operation, the convenience that the program that realized is brought.
Preferably, described first read module 401 is used for also judging whether described picture source folder path exists picture, if not, then directly goes to the end module.
Preferably, described first read module 401 is used to also judge whether deposit the path after described picture is handled exists, if there is no, and new folder then.
Preferably, the default value of the coordinate of described left upper apex is (0,0), and the default value of the ratio of described convergent-divergent is 1.
Preferably, highly whether described interception module 405 also be used to judge the width of described shearing and be empty, if then read the width and the height of picture, and be made as the width and the height of shearing.
The above is preferred embodiment of the present invention only, is not to be used for limiting practical range of the present invention; If do not break away from the spirit and scope of the present invention, the present invention is made amendment or is equal to replacement, all should be encompassed in the middle of the protection domain of claim of the present invention.

Claims (10)

1. a method that realizes the picture batch processing is characterized in that, comprising:
Step 1: read and deposit the path after the picture source folder path of user input and picture are handled;
Step 2: read the processing parameter of user's input, described processing parameter comprises the coordinate of left upper apex, the width of shearing and the ratio of height and convergent-divergent;
Step 3: begin to travel through all pictures, when picture is untreated, go to step 4, otherwise, go to step 8;
Step 4: according to described picture source folder path, read picture file, obtain the figure laminar flow;
Step 5:, the picture file that reads is intercepted according to the coordinate of described left upper apex and the width and the height of shearing;
Step 6: generate the buffer memory object picture after shearing;
Step 7: according to the ratio of described convergent-divergent, with new width and height construction buffer memory picture, and structure IO stream outputs to specified file;
Step 8: finish.
2. method according to claim 1 is characterized in that step 1 comprises:
Judge in the described picture source folder path whether have picture, if not, then directly go to step 8.
3. method according to claim 1 is characterized in that step 1 comprises:
Judge whether deposit the path after described picture is handled exists, if there is no, new folder then.
4. according to the described method of arbitrary claim in the claim 1 to 3, it is characterized in that the default value of the coordinate of described left upper apex is (0,0), the default value of the ratio of described convergent-divergent is 1.
5. method according to claim 4 is characterized in that step 5 comprises:
Judge the width of described shearing and highly whether to be empty, if then read the width and the height of picture, and be made as the width and the height of shearing.
6. a device of realizing the picture batch processing is characterized in that, comprising:
First read module is used to read and deposits the path after the picture source folder path of user's input and picture are handled;
Second read module is used to read the processing parameter of user's input, and described processing parameter comprises the coordinate of left upper apex, the width of shearing and the ratio of height and convergent-divergent;
Spider module is used to begin to travel through all pictures, when picture is untreated, goes to third reading delivery piece, otherwise, go to the end module;
Third reading delivery piece is used for reading picture file according to described picture source folder path, obtains the figure laminar flow;
Interception module is used for according to the coordinate of described left upper apex and the width and the height of shearing the picture file that reads being intercepted;
Generation module is used to generate the buffer memory object picture after the shearing;
The structure output module is used for the ratio according to described convergent-divergent, and with new width and height construction buffer memory picture, and structure IO stream outputs to specified file;
Finish module, be used to finish whole procedure.
7. device according to claim 6 is characterized in that, described first read module is used for also judging whether described picture source folder path exists picture, if not, then directly goes to the end module.
8. device according to claim 6 is characterized in that, described first read module is used to also judge whether deposit the path after described picture is handled exists, if there is no, and new folder then.
9. according to the described device of arbitrary claim in the claim 6 to 8, it is characterized in that the default value of the coordinate of described left upper apex is (0,0), the default value of the ratio of described convergent-divergent is 1.
10. device according to claim 9 is characterized in that, highly whether described interception module also be used to judge the width of described shearing and be empty, if then read the width and the height of picture, and be made as the width and the height of shearing.
CN2011100647249A 2011-03-17 2011-03-17 Method and device for realizing batch processing of images Pending CN102156953A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011100647249A CN102156953A (en) 2011-03-17 2011-03-17 Method and device for realizing batch processing of images

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011100647249A CN102156953A (en) 2011-03-17 2011-03-17 Method and device for realizing batch processing of images

Publications (1)

Publication Number Publication Date
CN102156953A true CN102156953A (en) 2011-08-17

Family

ID=44438437

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011100647249A Pending CN102156953A (en) 2011-03-17 2011-03-17 Method and device for realizing batch processing of images

Country Status (1)

Country Link
CN (1) CN102156953A (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521358A (en) * 2011-12-14 2012-06-27 上海居冠软件有限公司 Method and system for storing Flash screenshots
CN102982502A (en) * 2012-11-26 2013-03-20 康佳集团股份有限公司 Picture batch conversion method and system
CN103226803A (en) * 2013-04-09 2013-07-31 四三九九网络股份有限公司 Method and device of beautifying pictures in batch
CN103475929A (en) * 2013-09-06 2013-12-25 深圳Tcl新技术有限公司 Method and system for reading multi-media file thumbnails
CN103839224A (en) * 2012-11-26 2014-06-04 镇江京江软件园有限公司 Method for performing zoom process on batch pictures
CN104217136A (en) * 2013-06-05 2014-12-17 北京齐尔布莱特科技有限公司 Method and system for preventing web page text message from being captured automatically
CN104281995A (en) * 2014-10-28 2015-01-14 新华瑞德(北京)网络科技有限公司 Method and device for adding watermark to picture
CN104317502A (en) * 2014-10-31 2015-01-28 新华瑞德(北京)网络科技有限公司 Picture editing method and device
CN104680471A (en) * 2013-12-02 2015-06-03 腾讯科技(深圳)有限公司 Method, device and system for processing image
CN105303516A (en) * 2015-10-15 2016-02-03 黄云鸿 Picture batch processing method and system
CN106775342A (en) * 2015-11-25 2017-05-31 中兴通讯股份有限公司 Picture method of cutting out and device based on pressure sensitive technology
CN109948137A (en) * 2017-12-21 2019-06-28 江苏奥博洋信息技术有限公司 The method of the double-deck unified size of PDF batch
CN110647646A (en) * 2019-08-16 2020-01-03 中山市奥珀金属制品有限公司 Picture file batch reading method and reading device
CN113256587A (en) * 2021-05-31 2021-08-13 中国人民解放军国防科技大学 Ionized layer plasma bubble airglow image automatic processing method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101013471A (en) * 2007-01-24 2007-08-08 大连理工大学 Method for auto-processing the type selection of evaluating paper
CN101930617A (en) * 2009-06-18 2010-12-29 鸿富锦精密工业(深圳)有限公司 Method for generating primitive pictures

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101013471A (en) * 2007-01-24 2007-08-08 大连理工大学 Method for auto-processing the type selection of evaluating paper
CN101930617A (en) * 2009-06-18 2010-12-29 鸿富锦精密工业(深圳)有限公司 Method for generating primitive pictures

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
《http://www.douban.com/note/72083205/》 20100518 豆瓣社区。 PS如何批量处理图片 第1~6页 1-10 , *
《学用数码》 20081031 刘石等。 浅谈Photoshop的批处理功能 第72~73页 1-10 , *
思缘论坛转载教程区: "图解Photoshop按比例自动批量裁剪照片", 《HTTP://WWW.MISSYUAN.COM/VIEWTHREAD.PHP?TID=35609》 *
思缘论坛转载教程区: "图解Photoshop按比例自动批量裁剪照片", 《HTTP://WWW.MISSYUAN.COM/VIEWTHREAD.PHP?TID=35609》, 2 April 2006 (2006-04-02), pages 1 - 17 *

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521358B (en) * 2011-12-14 2013-08-21 上海居冠软件有限公司 Method and system for storing Flash screenshots
CN102521358A (en) * 2011-12-14 2012-06-27 上海居冠软件有限公司 Method and system for storing Flash screenshots
CN103839224A (en) * 2012-11-26 2014-06-04 镇江京江软件园有限公司 Method for performing zoom process on batch pictures
CN102982502A (en) * 2012-11-26 2013-03-20 康佳集团股份有限公司 Picture batch conversion method and system
CN102982502B (en) * 2012-11-26 2018-10-12 康佳集团股份有限公司 A kind of picture Batch conversion method and system
CN103226803B (en) * 2013-04-09 2015-08-05 四三九九网络股份有限公司 A kind of batch beautifies the method and apparatus of picture
CN103226803A (en) * 2013-04-09 2013-07-31 四三九九网络股份有限公司 Method and device of beautifying pictures in batch
CN104217136A (en) * 2013-06-05 2014-12-17 北京齐尔布莱特科技有限公司 Method and system for preventing web page text message from being captured automatically
CN104217136B (en) * 2013-06-05 2017-05-03 北京齐尔布莱特科技有限公司 Method and system for preventing web page text message from being captured automatically
CN103475929A (en) * 2013-09-06 2013-12-25 深圳Tcl新技术有限公司 Method and system for reading multi-media file thumbnails
CN103475929B (en) * 2013-09-06 2017-09-05 深圳Tcl新技术有限公司 Multimedia file thumbnail read method and system
CN104680471A (en) * 2013-12-02 2015-06-03 腾讯科技(深圳)有限公司 Method, device and system for processing image
CN104680471B (en) * 2013-12-02 2018-02-16 腾讯科技(深圳)有限公司 Image processing method, device and system
CN104281995A (en) * 2014-10-28 2015-01-14 新华瑞德(北京)网络科技有限公司 Method and device for adding watermark to picture
CN104281995B (en) * 2014-10-28 2018-03-09 大唐网络有限公司 The method and apparatus that picture adds watermark
CN104317502A (en) * 2014-10-31 2015-01-28 新华瑞德(北京)网络科技有限公司 Picture editing method and device
CN104317502B (en) * 2014-10-31 2018-03-09 大唐网络有限公司 The edit methods and editing device of picture
CN105303516A (en) * 2015-10-15 2016-02-03 黄云鸿 Picture batch processing method and system
CN106775342A (en) * 2015-11-25 2017-05-31 中兴通讯股份有限公司 Picture method of cutting out and device based on pressure sensitive technology
CN109948137A (en) * 2017-12-21 2019-06-28 江苏奥博洋信息技术有限公司 The method of the double-deck unified size of PDF batch
CN110647646A (en) * 2019-08-16 2020-01-03 中山市奥珀金属制品有限公司 Picture file batch reading method and reading device
CN110647646B (en) * 2019-08-16 2023-08-15 张杰辉 Picture file batch reading method and device
CN113256587A (en) * 2021-05-31 2021-08-13 中国人民解放军国防科技大学 Ionized layer plasma bubble airglow image automatic processing method and device

Similar Documents

Publication Publication Date Title
CN102156953A (en) Method and device for realizing batch processing of images
WO2019056610A1 (en) Conference record sharing method, device, conference terminal and storage medium
US10705671B2 (en) Information sharing method, terminal, and storage medium
EP2866129A1 (en) Cursor display position determination method and device
CN107251567A (en) For the method and apparatus for the annotation for generating video flowing
CN103793151B (en) Method and device for tailoring wallpaper
CN102724138A (en) Information sharing method and device for instant messaging
US9112930B2 (en) Updating services during real-time communication and sharing-experience sessions
WO2018200311A1 (en) Object processing and selection gestures for forming relationships among objects in a collaboration system
DE202020005855U1 (en) Audio output system and end device
CN104637040A (en) Method and device utilizing Photoshop to realize picture splicing
CN106657757A (en) Image preview method of camera application, apparatus and camera application system thereof
US20230229282A1 (en) Configuring Remote Devices Through Volumetric Video Telepresence Interfaces
CN107133909B (en) Method and device for recombining shaders
CN103076954A (en) Method and device for adjusting display effect
CN104361559B (en) A kind of image enlargement processing method and system based on small image memory
CN103235797A (en) Image size batch processing method and device
US20230049410A1 (en) Avatar display device, avatar display system, avatar display method, and avatar display program
CN107748644A (en) A kind of sectional drawing display methods and equipment, terminal and readable storage medium storing program for executing
WO2024072695A1 (en) Systems and methods for defining and automatically executing 2d/3d data manipulation workflows
US20220014483A1 (en) Data processing method and apparatus
CN106078747A (en) A kind of time delay industrial operation control system based on virtual reality
CN105303516A (en) Picture batch processing method and system
Nava Super-resolution in plenoptic cameras by the integration of depth from focus and stereo
CN102355478B (en) Cooperative processing method on basis of semi-distributed CRES (collaborative real-time editing software)

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20110817