GB2168508A - Method for command processing in image processing system - Google Patents

Method for command processing in image processing system Download PDF

Info

Publication number
GB2168508A
GB2168508A GB08528120A GB8528120A GB2168508A GB 2168508 A GB2168508 A GB 2168508A GB 08528120 A GB08528120 A GB 08528120A GB 8528120 A GB8528120 A GB 8528120A GB 2168508 A GB2168508 A GB 2168508A
Authority
GB
United Kingdom
Prior art keywords
processing
command
file
operator
know
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
GB08528120A
Other versions
GB8528120D0 (en
GB2168508B (en
Inventor
Fumio Wakamori
Tetsuo Yokoyama
Akira Maeda
Fuminobu Komura
Koichi Haruna
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Publication of GB8528120D0 publication Critical patent/GB8528120D0/en
Publication of GB2168508A publication Critical patent/GB2168508A/en
Application granted granted Critical
Publication of GB2168508B publication Critical patent/GB2168508B/en
Expired legal-status Critical Current

Links

Classifications

    • G06T5/92
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/60Editing figures and text; Combining figures or text
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20092Interactive image processing based on input by user

Abstract

In order to make is possible to utilize know-how possessed by a system operator when processing commands in an image processing system are to be continuously executed, a command procedure file is provided for storing command parameters. There is also provided a know-how file for storing rules according to which the next processes are determined on the basis of estimated values for processed results complying with the individual processing commands. An estimation calculation unit estimates the processed results. Should any alteration of control flow be required in accordance with the estimated result, confirmation is required of the operator. The operator may accept the estimation of the know-how file, or overrule it, in which case the know-how file is modified, to change its estimation of the process accordingly. <IMAGE>

Description

SPECIFICATION Method for command processing in image processing system Method for command processing in an image processing system. The present invention relates to an image processing computer system with which a user performs the processing, modification, accumulation, retrieval etc. of image data while facing a CRT terminal, and more particularly to a command processing method which is well suited to gradually accumulating processing know-how complying with commands.
With successive executed processing commands, for example, 'edge extraction', 'filtering' and 'contrast emphasis', a prior-art image processing system is operated by a method which inputs parameter values together with the respective processing commands. In image processing, it is often the case that original image data is continuously subjected to several sorts of processes. With some results of a particular process, however, it becomes necessary to cancel the last process without carying forward a next scheduled process and to execute a process after changing the parameter.When it is intended to operate the prior art method to continuously execute several sorts of processes automatically, input commands and parameter values from a keyboard or the like are set and are stored in a memory such as an optical disc, to prepare a so-called command procedure file, the contents of which are sequentially read out and processed. With this method, it has been impossible to control, according to circumstances such as flow of processes, whether the next process is performed or a parameter is changed to execute the process again, following consideration of the result of the aforementioned particular process.
Therefore it is desirable to overcome the disadvantage of the prior-art method as described above, and to provide in continuous execution of processing commands in an image processing system, a command processing method which makes it possible to determine a process to-be-subsequently-executed according to the result of a particular process, and which stores within the system a result determined at the time of the alteration of the flow of processes, thereby making it possible to accumulate know-how possessed by a system user.
According to one aspect of the present invention there is provided a method of command processing for an image processing system comprising reviewing a processed result for each process request command to determine whether or not the processing is to be shifted upon execution of a next command, thereby to control the processing operation; storing in a memory judgment criteria of the processed results based on the control and obtained following the said review; and preparing estimative indices for terms corresponding to the stored judgment criteria, on the basis of the processed results.
According to another aspect of the present invention there is provided an image processing system including a first storage file for storing commands and parameters (a command procedure file); a second storage file (a know-how file) for storing rules for determining next processes on the basis of estimative values for individually processed results, and an estimative calculation routine which is arranged to estimate the processed results such that when a scheduled control operation is to be altered according to an estimated result, confirmation is required of an operator on each occasion, the judged results of the operator on such occasions being sequentially accumulated in the know-how file.
An embodiment of the present invention will now be described by way of example with reference to the accompanying drawings, in which; Figure 1 is a schematic diagram of a computerised system showing an embodiment of the present invention; Figure 2 is a diagram showing functional models required for performing the present invention and the relations thereof; and Figure 3 is a flow chart showing processing steps at the performance of the present invention.
In Fig. 1 is shown a schematic diagram of a computer system for performing the present invention. Referring to Fig. 1, numeral 101 designates a CRT terminal to which commands are applied and also the processed results of image data are confirmed and monitored. Numeral 102 is a central processing unit which processes data, and numeral 103 is an auxiliary memory, for example, a magnetic disc which is used as a command procedure file and a know-how file for storing a processing program, image data etc. In addition, numeral 104 indicates a main memory which is used for the storage of a basic processing program, the temporary storage of various processing programs, the execution of processes, etc.
Fig. 2 discloses in detail the allotment of functions in the system of Fig. 1. The system operator inputs a command via terminal 201 so as to execute necessary processes. A command interpreter 202 interprets a content needed, and to ensure continuous processes, it refers to the content of command procedure file 203, to call command programs 206 in succession and to execute a corresponding command processing program 207. After a selected process has ended, whether or not know-how file 204 contains description on the result of the process, the process is checked.
In the presence of the description, a corre sponding calculation routine is called from a user definition program 205. Utilising an estimated result, it is determined whether the processing shafts to a next process described in the command procedure or whether operator judgment is required to make the necessary adjustment.
Fig. 3 depicts the above processing in the form of a flow chart in order to show the processing steps more clearly. Firstly, the command procedure file 203 is searched (Step 301) to confirm the presence or absence of an execution command (Step 302). In the absence of the execution command, the processing is ended (Step 311). In the presence of the execution command, the flow proceeds to the execution of the command (Step 303).
By way of example, it is assumed that the process be 'contrast emphasis'. It is also assumed that processed image data is obtained by subjecting certain image data to the contrast emphasis process. It is further assumed that a process to-be-subsequently-executed is an 'edge emphasis' process for the image with its contrast emphasized. In accordance with the present invention, before the operation of the system proceeds to the 'edge emphasis' process, the know-how file 204 is searched to check whether or not there is description on the 'contrast emphasis' process (Step 304). In the absence of description in the know-how file, the system automatically shifts to the next process as in the prior-art method. However, when the description is detected, the system does not simply shift to the next process.By way of example, it is assumed that the following rule concerning the 'contrast emphasis process' is described in the know-how file 204, (Contrast Emphasis, (IF (Highest density~Lowest density) < 0.4 THEN Parameter P,=PI+AP, Re-execution, Confirmation Required) (Density Calculation Routine)) The significance of the above rule is as follows.
In the case where the difference between the highest density and the lowest density is smaller than 0.4 in data resulting from the execution of the contrast emphasis process, it is often meaningless to further execute the next process by the use of the processed data. In such a case, it is necessary that the value of the parameter Pl for use in the contrast emphasis process routine is increased by Asp1, whereupon the routine is re-executed.
Moreover, in order to estimate this rule, the density calculation routine needs to be executed for the image data so as to compute the highest density and the lowest density.
Even in a case where, as in this example, the re-execution is determined as the result of the execution of an estimation program (Step 305) and the check of estimation terms (Step 306), the system does not immediately shift to the re-execution upon operator judgment, but confirmation is required of the operator (Step 307) when the description of 'Confirmation required' is contained in the rule as exemplified above. In the case of the above disclosed example, when the operator sees the image obtained by the contrast emphasis process and judges it is problematic to shift to the next edge extraction according to the processing know-how described in the rule (Step 308), he or she enters his or her intention to the system side through keyboard inputting or the like.In that case, the system modifies the parameter and executes the contrast emphasis again in accordance with an indication of the described content of the rule of the know-how file 204 (Step 309). Processing is suspended at this stage with some rule contents, and the process to which the system shifts is not restricted solely to the re-execution of the last process. When unlike the above, the operator descides against the rule in the know-how file 204, to ensure that the image obtained by the contrast emphasis poses no problem, the corresponding description in the know-how file is modified (Step 310), and the system shifts to the next process (in this case, the edge emphasis process).In this example, when the difference between the highest density and the lowest density of the contrast emphasis image obtained is 0.3 and nevertheless the operator admits it to be good, the criterion parameter 0.4 in the aforementioned rule is modified to 0.3. Thereupon, the processing returns to the command procedure search process (Step 301). In consequence, when a similar process is subsequently performed, data whose density difference is at least 0.3 can be automatically supplied to carry forward the edge extraction process.
As described above, according to the present invention, processing know-how is not merely fixedly handled as rules to control the flow of processes, but a procedure by which the judgments of an operator are formed on data obtained anew is adopted, whereby the sequential maintenance of rules in a know-how file becomes possible. Thus, the processing know-how acquired by the system operator can be gradually transferred into the system, and an image processing system furnished with a kind of learning function can be realized.

Claims (5)

1. A method of command processing for an image processing system comprising reviewing a processed result for each process request command to determine whether or not the processing is to be shifted upon execution of a next command, thereby to control the processing operation; storing in a memory judgment criteria of the processed results based on the control and obtained following the said review; and preparing estimative indices for terms corresponding to the stored judgement criteria, on the basis of the processed results.
2. A method as claimed in Claim 1, wherein the preparation of the estimative index includes judging whether or not the processing is to be continued, by the intervention of a system operator when the judged result of the processed result negates proceeding to the next process; and modifying description of the judgment criteria with the estimative index obtained this time, whereupon the processing is continued.
3. An imaging processing system including a first storage file for storing commands and parameters a second storage file for storing rules for determining next processes on the basis of estimative values for individually processed results, and an estimative calculation routine which is arranged to estimate the processed results such that when a scheduled control operation is to be altered according to an estimated result, confirmation is required of an operator on each occasion, the judged results of the operator on such occasions being sequentially accumulated in the know-how file.
4. A command processing method substantially as hereinbefore described with reference to the accompanying drawings.
5. An image processing system substantially as hereinbefore described with reference to, and as illustrated in, the accompanying drawings.
GB08528120A 1984-11-16 1985-11-14 Method for command processing in image processing system Expired GB2168508B (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59240672A JPH0766369B2 (en) 1984-11-16 1984-11-16 Command processing method for image processing

Publications (3)

Publication Number Publication Date
GB8528120D0 GB8528120D0 (en) 1985-12-18
GB2168508A true GB2168508A (en) 1986-06-18
GB2168508B GB2168508B (en) 1988-12-29

Family

ID=17062983

Family Applications (1)

Application Number Title Priority Date Filing Date
GB08528120A Expired GB2168508B (en) 1984-11-16 1985-11-14 Method for command processing in image processing system

Country Status (2)

Country Link
JP (1) JPH0766369B2 (en)
GB (1) GB2168508B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3631487A1 (en) * 1986-09-16 1988-03-17 Mettler Instrumente Ag DEVICE, IN PARTICULAR SCALE, WITH A DISPLAY OF THE RESULTS OF SELECTED FUNCTIONAL SEQUENCES
GB2294140A (en) * 1992-05-29 1996-04-17 Toshiba Kk Processing module with function selection
US5740251A (en) * 1992-05-29 1998-04-14 Kabushiki Kaisha Toshiba Data processing apparatus

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB1127262A (en) * 1962-09-13 1968-09-18 Badger Co Automated designing
GB2106288A (en) * 1981-08-24 1983-04-07 Schlumberger Ltd Well logging method and system for detecting structural and stratigraphic geological make-up of subsurface formations

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB1127262A (en) * 1962-09-13 1968-09-18 Badger Co Automated designing
GB2106288A (en) * 1981-08-24 1983-04-07 Schlumberger Ltd Well logging method and system for detecting structural and stratigraphic geological make-up of subsurface formations

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3631487A1 (en) * 1986-09-16 1988-03-17 Mettler Instrumente Ag DEVICE, IN PARTICULAR SCALE, WITH A DISPLAY OF THE RESULTS OF SELECTED FUNCTIONAL SEQUENCES
GB2294140A (en) * 1992-05-29 1996-04-17 Toshiba Kk Processing module with function selection
GB2294140B (en) * 1992-05-29 1996-11-27 Toshiba Kk Data processing apparatus
US5740251A (en) * 1992-05-29 1998-04-14 Kabushiki Kaisha Toshiba Data processing apparatus
US5793940A (en) * 1992-05-29 1998-08-11 Kabushiki Kaisha Toshiba Data processing apparatus

Also Published As

Publication number Publication date
JPS61120280A (en) 1986-06-07
GB8528120D0 (en) 1985-12-18
JPH0766369B2 (en) 1995-07-19
GB2168508B (en) 1988-12-29

Similar Documents

Publication Publication Date Title
US5850535A (en) Roll-back during regeneration on a computer-aided design system
EP0709777B1 (en) Method of and apparatus for debugging multitask programs
US4853873A (en) Knowledge information processing system and method thereof
US5195029A (en) Control unit having an inference function
US4890240A (en) Coalescing changes in pattern-directed, rule-based artificial intelligence production systems
EP0604660B1 (en) Cad/cam system for automatically recreating cutter path
EP1134724A3 (en) Real time audio spatialisation system with high level control
US20170227952A1 (en) Machining time estimation device
KR100242507B1 (en) Manufacturing control system capable of a manufacturing line easily and its data modifying method
GB2168508A (en) Method for command processing in image processing system
JP2001015398A (en) Method and system for controlling semiconductor processing process, medium recording processing process
US5006977A (en) Figure element revising method
US5155425A (en) Nc data execution method
JP2727975B2 (en) Handwritten symbol recognition system
KR102473011B1 (en) A system equipped with a database for standardization of representation data of processing elements for passing processing data of work drawings between a shipyard and partner company during the production of shipbuilding&#39;s steel outfit
JPH0293903A (en) Abnormality processing system for fuzzy controller
CN116700545B (en) Highlighting method, system, terminal and storage medium for cursor selected object
JP2637007B2 (en) Sintering operation management method
KR930002855B1 (en) Error signal discriminating method
JPH08286720A (en) Suspended machining restart method for nc machine
JPH0337201B2 (en)
KR100434147B1 (en) Task control method for plc
CN114637238A (en) Intelligent control system and method for intelligent network connection engineering machinery
JPH0776926B2 (en) Loop control processing method
JPH02287628A (en) Membership function analyzer

Legal Events

Date Code Title Description
PCNP Patent ceased through non-payment of renewal fee

Effective date: 19991114