WO2002003259A1 - Procede et systeme pour generer des images a motifs - Google Patents

Procede et systeme pour generer des images a motifs Download PDF

Info

Publication number
WO2002003259A1
WO2002003259A1 PCT/AU2001/000804 AU0100804W WO0203259A1 WO 2002003259 A1 WO2002003259 A1 WO 2002003259A1 AU 0100804 W AU0100804 W AU 0100804W WO 0203259 A1 WO0203259 A1 WO 0203259A1
Authority
WO
WIPO (PCT)
Prior art keywords
shape
parameters
template
generating
points
Prior art date
Application number
PCT/AU2001/000804
Other languages
English (en)
Inventor
David Brian Ninnes
Ann-Maree Ninnes
Original Assignee
David Brian Ninnes
Ninnes Ann Maree
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 David Brian Ninnes, Ninnes Ann Maree filed Critical David Brian Ninnes
Priority to AU2001268844A priority Critical patent/AU2001268844A1/en
Publication of WO2002003259A1 publication Critical patent/WO2002003259A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation

Definitions

  • THIS INVENTION relates to a method and system for generating patterned images with selectable image modifying parameters.
  • THIS INVENTION also relates to a computer program for generating patterned images with selectable image modifying parameters.
  • patterned image refers to a geometric shape or pattern. Patterned images are used in many diverse artistic and industrial applications. Examples of such usage include but are not limited to: covers for books and magazines, fabrics for clothing and furnishing materials, wall coverings and hangings, computer images for screen shots and web pages, templates for the fabrication or construction industries (e.g. computer routing, stained glass windows, production of three dimensional graphics, use as a creative design tool in the textile industry, use as a component of CAD packages).
  • An object of the present invention is to alleviate or to reduce to a certain level one or more of the prior art disadvantages.
  • the present invention resides in a system for generating patterned images.
  • the system comprises template selection means for selecting a shape template from a set of selectable shape templates, parameter selection means for selecting one or more parameters for modifying the selected shape template, and generating means for generating a patterned image according to the selected parameter(s) and a predetermined rule.
  • the present invention resides in a method for generating patterned images.
  • the method comprises the steps of:
  • the present invention resides in a computer program for generating patterned images.
  • the program comprises a user interface having template selection means for selecting a shape template from a set of selectable shape templates, parameter selection means for selecting one or more parameters for modifying the selected shape template; generating means for generating a patterned image according to the selected parameter(s) and a predetermined rule; and the program is adapted to print and/or display the generated patterned image.
  • each said shape template has at least one guiding surface formed with a set of preassigned guiding parameters, and a number of control points distributed along the at least one guiding surface.
  • the generating means/step is adapted to join a subset or all of said control points to form one or more connecting surfaces for generating said patterned image in accordance to said predetermined rule.
  • the present invention resides in a method of constructing a figure on a monitor screen comprising the steps of:-
  • the invention of the present invention may have a colour arrangement applying the same or different colours to predefined area of the patterned image.
  • Said one or more parameters may include any parameter in the set of preassigned guiding parameters, and/or the number of control points, and/or the colour(s).
  • the invention includes a timing means/step for modifying the selected parameter(s) at a user selectable time period so that the patterned image changes shape at said time period.
  • This invention thus provides a method/system/program for selecting parameterised shapes that have been created using the steps outlined below (Steps
  • Step 6 modifies the parameters until an aesthetically pleasing result is achieved.
  • Step 1 to 5 is typically performed by creating code or by use of a separate
  • GUI tool The parameterised shapes that are created are then embedded in the application for the end user, these parameterised shapes can be thought of as a shape template that is easily modified by the user through the parameters that are exposed by the shape designer.
  • This invention creates a new level of possibilities for the design of interactive shapes.
  • Previously shapes were created labouriously in each particular instance by coding the steps required to produce a particular shape e.g. A square.
  • the most advanced form of artistic shape creation was production of regular polygons by selecting the number of sides (e.g. Photoshop by Adobe), some programs presented a set of shapes that could be modified but the flexibility was limited (e.g. Photoplus by Serif).
  • the algorithm outlined below provides selectable shape templates that can be modified easily by the user using standard GUI controls (knobs, sliders, buttons).
  • the algorithm described below presents a general purpose method of describing sets of continuously differentiable curves that can be adjusted not individually but en-masse so that a complex shape can be described by a few parameters.
  • Any continuous differentiable curve in n space can be defined by a set of parameters. If these parameters are connected together in a consistent way that also happens to produce an aesthetically pleasing shape then it would be possible to create arbitrarily complex shapes that can be modified by adjusting only a few controlling values or parameters. The algorithm outlined below succeeds in doing this.
  • Step 1 Create the guiding surfaces.
  • the guiding surface is any arbitrary shape in 2,3 or 4 dimensions.
  • This guiding surface can be as simple as a circle, or line or any arbitrarily defined shape.
  • the parameters could be the radius of the circle, the length of a line, the angle of a line to a plane.
  • any number of these parameters can be exposed to the user of the software package, at the discretion of the shape designer.
  • a set of guiding surfaces will be available to the shape designer e.g. In the 2d case lines, circles, sine curves.
  • Each of these guiding surfaces has a set of parameters that can be exposed, for the line the start and end point are the parameters, alternatively the line can be parameterised by a start point and an angle.
  • the circle can be parameterised by a centre point and a radius.
  • the sine curve can be parameterised by a phase and an amplitude.
  • Step 2. Distribute the control and end points along the surfaces. Along each surface distribute control points according to the distribution algorithm. The distribution algorithm determines where the points are plotted along the controlling surface.
  • the simplest method of distribution is to use equal distance along the guiding surface.
  • the points can also be distributed with a random perturbation from the controlling surface. Any function of distance can be applied.
  • the distribution can be parameterised (parameter is number of points), and these parameters can be exposed to the user at the shape designers discretion.
  • Step 3. Define the connecting surfaces.
  • the connecting surfaces are defined as n-dimensional surfaces that use a subset of the guiding surfaces as control points, e.g. the simplest connection rule is connect adjacent points with a line (see fig 5).
  • the connection rules define connections between the surfaces and within the same surface.
  • the connecting surfaces can be lines or curves, the lines require 2 guiding surfaces one for the start and one for the end point.
  • a Bezier curve can be used it requires 4 guiding surfaces, 2 for the endpoints and 2 controlling surfaces.
  • connection rule connects the points on a subset of the guiding surfaces together, the points on the guiding surface can be part of the connecting surface, or control points that are used to modify the connecting surface. Control points are used in surfaces such as splines (2d) and Bezier patches (3d). Step 5. Optionally define a colouring of the shape produced.
  • the surfaces produced in step 4 may intersect each other, the intersections partition the space, into a number of subsets, each of these subsets can be coloured a different colour.
  • the points created in step 2 can be used as parameters to create additional guiding surfaces, these can either replace, or augment the original set of guiding surfaces.
  • Step 4 The surface created in Step 4 can be used to replace or augment the original guiding surfaces. Then Step 2, 3 and 4 can be repeated with new point distributions and connecting surfaces.
  • Step 6 User input
  • the shape created using the algorithm above can now be modified by the user, by varying the exposed parameters, until a shape that is pleasing to the user is obtained.
  • time can be modulated using the process outlined above, i.e. Time can be used as a 4th dimension, and steps 2 through 6 can be applied to this 4th dimension.
  • Example 1 This will step through the process outlined above to create a star shape with the parameters, 'number of points', 'depth' and 'size'.
  • the guiding surfaces are 2 concentric circles, with radius r-, and r 2 , with r-, > r 2 .
  • the parameter 'size' is defined as r-,, the radius of the outer circle.
  • the parameter 'depth' is defined as the ratio r-,/r 2 in percent.
  • Step 2 Distribute 6 points evenly along the circumference of each circle, offset the points by 360/(Number of Points*2) degrees on the inner circle. The offset is so that the points on the inner circle appear in-between the points on the outer circle.
  • the parameter is 'Number of Points', and has an initial value of 6.
  • the connecting surfaces in this case are lines between the points on the inner and outer circle, the lines start at the first point on the outer circle and connect to the first point on the inner circle, the next line connects from this point to the second point on the outer circle and so on, ending with a connection from the last point on the inner circle to the first point on the outer circle.
  • step 6 By the user applying step 6. And varying the 'phase' by 10 degrees, different shapes are produced as in figure 6.
  • the 'number of points' is set to 4, and no colouring rule is applied.
  • Example 3. The user can apply step 6. Again and vary the colouring to the Stars produced in example 2., as in figure 7. This particular colouring is 'Colour black the area between odd-numbered and even-numbered polygon sides on each scanline'. A visually more exciting shape is created in figure 8, by modifying the 'phase' and 'number of points' values, with the same colouring rule.
  • the connecting surfaces need not be straight lines, as in figure 9 and figure 10, these consist of 4 concentric circles as guiding surfaces, with 2 of the guiding surfaces as the end points of a spline curve, and the other 2 surfaces as control points for the spline.
  • the shape construction process is performed by the shape designer.
  • the shape can be in code, or constructed by using a GUI tool.
  • the GUI tool can provide a number of pre-defined guiding surfaces, point distributions, connecting surfaces and colourings.
  • the shape designer can select the elements that make up the shape, and selectively expose the parameters that control the shape design. This invention allows the user to modify shapes that are previously constructed by a programmer or designer (henceforth called the shape designer).
  • the user can modify the shapes of the shape templates by altering a number of parameters: the parameters available to the user are decided by the shape designer.
  • the parameters can be modified by using any of the standard GUI tools (e.g. Slidebars, numbers).
  • the presentation of parameters to the user, using standard GUI tools is unique to this invention. By presenting the parameters to the user as GUI elements, the user can experiment with the shape parameters in real time, until a desirable and one-of-a-kind artistic result is achieved. To users the shapes appear to grow "organically” simply by adjusting the GUI.
  • Figure 1 is a diagram showing a simple shape template for generating a patterned image according to the present invention
  • Figure 2 repeats Figure 1 with a colouring rule applied;
  • Figure 3 shows Figure 2 with non parallel guide surfaces;
  • Figures 4A to 4H show regular polygons that can be generated by modifying the number of control points on a circular guiding surface;
  • Figure 5A to 5B show a "Phased Star” patterned imaged modified with a change in the phase parameter;
  • Figures 6A - 60 are diagrams as the "Phase Star” shown in Figure 5, with the relative phase of the two circles used in their construction, increasing by 10 degrees for each star;
  • Figure 7 shows the star of Figures 6A-6O with the colouring rule applied;
  • Figure 8 is a modified "Phase Star" shown in Figure 7;
  • Figure 9 shows a patterned image generated with four concentric circular guide surfaces
  • Figure 10 shows a shape template for generating the image shown in Figure
  • Figure 11 shows a Bezier curve template being set at various phases
  • Figure 12 shows development of the template shown in Figure 10 with three curves visible
  • Figure 13 shows development of the template with the three curves shown in Figure 11 ;
  • Figure 14 shows the template in Figure 12 withoutthe construction template;
  • Figure 15 shows the shape of Figure 13 without the construction lines
  • Figure 16 shows the shape in Figure 14 with colouring rule applied
  • Figure 17 shows the shapes of Figure 15 with a colouring rule applied
  • Figure 18 shows the effect of modifying the shape in Figure 17 with and without application of the colouring rule
  • Figure 19 shows the shapes of Figure 19 modified with a set of different parameters
  • Figure 20 depicts daisy shapes generated from the template in Figure 9;
  • Figure 21 depicts the shapes similar to those shown in Figure 20 with spline end points moved to the outer circle;
  • Figures 22 shows a template having a series of concentric stars for generating patterned images according to the present invention
  • Figure 23 shows the use of connecting lines as further guiding surfaces for recursively generating a patterned image
  • Figure 24 is another example of the recursive generation of patterned images
  • Figure 25 shows a patterned image consisting of repetitive curls
  • Figures 26 to 29 are more examples of the patterned images generated according to the invention
  • Figures 30 to 37 shows examples of the interfaces of the program according to the present invention
  • Figure 38 is a flow chart showing the sequence of invention steps.
  • Steps 1 to 5 are typically performed by the shape designer
  • Step 6 is performed by the user of the software package.
  • the user may be the shape designer, i.e. Both the role of shape designer and user may be performed by the same person.
  • Step 1 Create the guiding surfaces. Create a set of k, n dimensional surfaces using functions M; that has a set of parameters m oi to m pi I.e. The set of surfaces is
  • Step 2 Distribute the control points along the surfaces.
  • control points For each surface M, there is t, control points.
  • the control points may be distributed along the surface M, in any pattern.
  • the distribution function and the number of control points are parameters that control the shape.
  • Define the subset of points P, -Cp jE : where ie 0..k, p ⁇ eM, for some ie0..k, O ⁇ j ⁇ tj ⁇ these are all the control points that are on one guiding surface.
  • Example 2 For the concentric circles in step 1 , the simplest distribution is to place t points every 360/t degrees around the circumference of the circle.
  • Example 3 For the example 2, define C as the set of lines joining the corresponding points in the outer circle to the inner circle.
  • the partition of a set X is a family D of disjoint non-empty subsets of X such that
  • U ⁇ D D e D ⁇ .
  • This coloring excludes the edges of the partition, alternatively the edges may be included by defining D, as
  • D, ⁇ p J : p, is connected to p authority and y eY,y ⁇ path(pizap J ), p,£Y, p, eY ⁇ that is the endpoints of the path are on the surface created by the boundary Y.
  • the surface created in step 4 creates a partition of the space.
  • the individual elements of this partitioned space can be colored in any color.
  • the output color can be modified by changing the coloring function.
  • Step 4 The surface created in Step 4 can be used to augment the original guiding surfaces S, or replace the original guiding surfaces S. Then Step 2, 3 and 4 can be repeated with new point distributions and connecting surfaces.
  • Step 6 Modification of the shape by the user
  • the shape can be modified by the user by adjusting the parameters m oi ..m pi defined in step 1 , modifying the number of steps and the distribution function, and the point labeling in step 2, modifying the connecting surfaces in step 3, and modifying the coloring function in step 5.
  • FIG. 1 there is shown an embodiment of a simple shape template that a user can select from a set of the shape templates provided by the invention.
  • This template consists of two guiding surfaces which are spaced straight lines, one atthe top and one below.
  • the user has chosen to use 6 distribution points along each guiding surface.
  • the number for the distribution points is one of the user selectable parameters.
  • the user may also change the size parameter of the template if a different size is desired.
  • the program then draws connecting lines from even numbered points on the top surface to the odd numbered points on the bottom surface, and from even numbered points on the bottom surface to the odd numbered points on the top surface, and thereby generating a patterned image.
  • a colouring rule is applied to the image shown in Figure 1 .
  • the rule for this template is: colour any triangle that has a long side as a guiding surface.
  • Figure 3 shows the effect of applying a smaller size parameter at the starting point on the left of the guiding surfaces. In this case the size parameter at the left starting point is reduced by moving both guide surfaces towards an imaginary centre line by 56%, and resulting in non parallel guiding surfaces.
  • Figures 4A-H showthatvarious polygonal patterned images can be generated by the invention by selecting the number of distribution point parameter on a template of circular guiding surface.
  • the points are distributed evenly around the guiding surface and the adjacent points are joined by connection lines.
  • Figure 5 shows the construction of 'Phased Star' patterned images.
  • the shape template for these images consists of 2 concentric circles as guiding surfaces. Control points are distributed evenly along the circumferences of the circles. The 0th point on the outer circle, and the 0th point on the inner circle are on the radius from the centre of the circle.
  • the phase parameter for modifying the shape is defined as the relative angle of point 0 on the outer circle to point 0 on the inner circle in an anti-clockwise sense.
  • the parameters for this shape are: The number of points
  • Figures 6A to 60 show the effects of modifying the 'Phase Star' patterned image shown in Figure 5 with a progressive increment of 10 degree to the phase parameter from 0 to 1 50 degrees.
  • Figure 7 shows the effects of applying the colouring rule to the images shown in Figures 6A to 60.
  • the colouring rule uses the 'Alternate' polygon fill method.
  • Figure 8 shows a patterned image generated by modifying the parameters of the template for the shapes in figure 7.
  • the template for the image shown in Figure 9 uses 4 guiding surfaces.
  • the surfaces are concentric circles.
  • the radius of the 2 innermost circles is the same and the radius of the 2 outermost circles is the same.
  • the circle radius is parametized by using the ratio of the innermost circle to the outermost circle in percent, 0% means the innermost radius is 0, and 100% means the innermost radius equals the outermost radius.
  • the template used is detailed below.
  • Figure 10 shows the beginning of the construction of the shape in Figure 9.
  • One Bezier curve from the shape in Figure 9 is displayed above.
  • the outermost guiding surfaces which contain the Bezier control points are out of phase with each other by 360/(number of points) degrees, i.e. the Bezier control point is on a line with the end point that intercepts the radius of the circles when the Phase is 0.
  • Figure 1 1 shows the single Bezier curve with Phase set to 0, 5 and 10, 20,
  • phase angle for the 2 outermost circles is in opposite directions, so that the curve is bilaterally symmetric.
  • Figure 12 shows development of the template shown in Figure 10 with three curves visible
  • Figure 13 shows development of the template with the three curves shown in Figure 11 ;
  • Figure 14 shows the template in Figure 12 withoutthe construction template
  • Figure 1 5 shows the shape of Figure 13 without the construction lines
  • Figure 1 6 shows the shape in Figure 14 with the "alternate" polygon fill colouring rule applied
  • Figure 1 7 shows the shapes of Figure 15 with the "alternate" polygon fill colouring rule applied
  • Figure 1 8 shows the effect of modifying the shape in Figure 1 7 with (the leftmost drawing) and without (the rightmost drawing) application of the colouring rule;
  • Figure 1 9 shows the shapes of Figure 18 modified with a set of different parameters set at:
  • Figure 20 depicts daisy shapes generated from the template in Figure 9.
  • the template for these is the same as that of Figure 10, but in this case there is no need for a phase parameter.
  • the depth 10
  • the number of points varies from 3 to 7 from left to right.
  • Figure 21 depicts the shapes similar to those shown in Figure 20 with spline end points moved to the outer circle.
  • a template is produced that gives shapes resembling sunbursts.
  • the 2 circles containing the endpoints are outermost, and the 2 circles containing the Bezier control points are innermost.
  • the depth 50 and the number of points varies from 3 to 7 from left to right.
  • Figures 22 shows a template having a series of concentric stars.
  • This template produces a series of concentric star shapes.
  • the number of guiding surfaces is parameterised as well as the number of points.
  • Figure 23 shows the use of connecting lines as further guiding surfaces for recursively generating a patterned image.
  • the lines created by the first shape can be used as guiding surfaces for another template.
  • shapes can be constructed recursively.
  • the shape above creates a basic 4 pointed star, then uses the lines of the points of the star as guiding surfaces for the shape displayed in figure 3.
  • the parameters of the template are number of points of the star, depth of the star and number of points of the shape in each point of the star.
  • the circles displayed are the guiding surfaces for the star.
  • Figure 24 is another example of the recursive generation of patterned images.
  • the drawing in this Figure again demonstrates the possibility of recursion with the templates.
  • This template creates a star. It has parameters of depth and number of points. In each point of the star the shape is inscribed as in figure 21 , using the lines of the surface. Though the template for this shape is different, it simply fills one side of the point, and has no parameters exposed.
  • the curves in Figure 25 can be used to control spirals and other-curves, and by using a non-linear guiding surface, shapes such as Celtic curves and knots can be created and adjusted by using a few parameters.
  • Figures 26 to 29 are more examples of the patterned images generated according to the invention.
  • the shape is a 3 pointed star.
  • the template for this consists of 2 guiding surfaces - concentric circles.
  • the parameters are 'Number of Points' and 'Depth'. The difference between this and stars created earlier is that the centre is not painted.
  • the template from Figure 24 can be modified to al low recursive construction of the shapes.
  • a new star is painted at each point of the star.
  • This star is reduced in size according to the parameter - 'Shrink Ratio'.
  • the shrink ratio resizes the star at each point by a simple ratio.
  • the other parameter added is the iteration level, as the star is painted at each point, then for each point of the new star, a star is painted ( reduced in size by the shrink ratio ).
  • the example displayed has a shrink ratio of 16 and only 1 iteration level.
  • Shrink Ratio 16. Another example is shown in Figure 29 where the same template is used.
  • This pattern could be used for textile design or floor tiles or other architectural detailing.
  • the parameters are:
  • Figures 30 to 37 shows examples of the interfaces of the program according to the present invention. Shown In Figure 30, is an example of the user interface of the computer programme according to the present invention.
  • the programme has a set of shape templates on the right hand side of the interface. Any one of the shape templates can be selected for generating patterned images.
  • the current shape selected is numbered 3, and has 3 modifying parameters indicated as 'Number of
  • Points', ' Depth', and 'Phase' The values for the parameters can be adjusted and the shape changed in real-time by setting the sliders on the right hand side.
  • the programme of the present invention makes this facility possible. That is, it allows the user to create and adjust complex images in real time (based on the shape templates) until a desired artistic result is achieved. In this way, ital lows users with no prior technical/artistic skills or experience to construct complex one-of-a-kind shapes and repeating patterns for use in a variety of industries.
  • the user progresses to select a desired template as shown in Figure 32.
  • the size of the selected template can be adjusted by clicking the image of the selected template with a mouse device and dragging to a desired size as shown in Figure 33.
  • the selected template also has certain default parameters as indicated. The user can change the values of the default parameters as detailed below.
  • Figure 34 shows the process of adjusting the shape by increasing the Number of Points parameter to 30.
  • Figure 35 shows the process of further adjustment of the shape shown in Figure 34 by increasing the Depth parameter to 75. Another adjustment is made by increasing the Phase parameter to 85 as shown in Figure 36.
  • the completed shape as shown is suitable for use as decoration or in the construction or textile industries e.g. this particular shape could be constructed to use as a plaster moulding base attachment for light fixtures or alternatively printed onto a T-shirt or used as a random repeating pattern for quilt making or fabric design. It is worthwhile noting that due to the near limitless number of possible adjustment choices to each of the shape templates, each design created is original.
  • Figure 37 shows various shapes generated by the programme according to the present invention.
  • Figure 38 is a flow chart showing the sequence of invention steps.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Processing Or Creating Images (AREA)

Abstract

L'invention concerne un système pour générer des images à motifs. Ce système comprend un dispositif de sélection de modèles servant à choisir un modèle dans un ensemble de modèles de formes au choix, un dispositif de sélection de paramètres servant à choisir un ou plusieurs paramètres afin de modifier le modèle de forme choisi, et un dispositif générateur servant à générer une image à motifs selon le(s) paramètre(s) choisi(s) et une règle prédéterminée. Ces paramètres peuvent comprendre l'ensemble de paramètres de guidage préassignés, le nombre de points de commande, et la(les) couleur(s) de zones prédéfinies de l'image générée. Ce système peut comprendre un dispositif de programmation temporelle destiné à modifier le(les) paramètre(s) choisi(s) pendant une période choisie par l'utilisateur pour que cette image à motifs change de forme pendant ledit temps et pour créer ainsi un effet d'animation. La surface de guidage a une forme quelconque arbitraire en 2, 3 ou 4 dimensions. Cette surface de guidage peut être de simple forme circulaire ou linéaire, ou de toute autre forme arbitrairement définie. Il peut y avoir un nombre quelconque de surfaces de guidage, déterminées par le concepteur de forme. Les paramètres pourraient être, par exemple, le rayon du cercle, la longueur d'une ligne, l'angle d'une ligne par rapport à un plan. Un nombre quelconque de ces paramètres peut être exposé à l'utilisateur du progiciel, à l'arbitraire du concepteur de formes.
PCT/AU2001/000804 2000-07-04 2001-07-04 Procede et systeme pour generer des images a motifs WO2002003259A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2001268844A AU2001268844A1 (en) 2000-07-04 2001-07-04 Method and system for generating patterned images

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
AUPQ8567A AUPQ856700A0 (en) 2000-07-04 2000-07-04 Method for creating geometric figures
AUPQ8567 2000-07-04

Publications (1)

Publication Number Publication Date
WO2002003259A1 true WO2002003259A1 (fr) 2002-01-10

Family

ID=3822633

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/AU2001/000804 WO2002003259A1 (fr) 2000-07-04 2001-07-04 Procede et systeme pour generer des images a motifs

Country Status (2)

Country Link
AU (1) AUPQ856700A0 (fr)
WO (1) WO2002003259A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8645111B2 (en) 2004-04-30 2014-02-04 Tekla Corporation Magnetic control plane
CN111739125A (zh) * 2020-06-18 2020-10-02 深圳市布易科技有限公司 用于服装订单的图像生成方法和生成装置

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0504889A2 (fr) * 1991-03-20 1992-09-23 Sony Corporation Procédé de génération de courbes libres et de surfaces en relief
US5513310A (en) * 1993-02-08 1996-04-30 Megard; Patrick Method for selecting a constructed element of a drawing to generate similar elements
GB2325066A (en) * 1997-03-24 1998-11-11 Honda Motor Co Ltd Generating and veryifying die shape data for making automobile body parts
US5846277A (en) * 1995-02-14 1998-12-08 Institute Francais Du Petrole Method for determining the optimum shape to be conferred on a thin movable plate including giving the plate a substantially threaded shape with a finite pitch
US5856828A (en) * 1991-12-19 1999-01-05 Aerohydro, Inc. System of relational entities for object-oriented computer-aided geometric design
US5903458A (en) * 1997-06-06 1999-05-11 Ford Global Technologies, Inc. System and method for forming geometric features using global reparametrization

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0504889A2 (fr) * 1991-03-20 1992-09-23 Sony Corporation Procédé de génération de courbes libres et de surfaces en relief
US5856828A (en) * 1991-12-19 1999-01-05 Aerohydro, Inc. System of relational entities for object-oriented computer-aided geometric design
US5513310A (en) * 1993-02-08 1996-04-30 Megard; Patrick Method for selecting a constructed element of a drawing to generate similar elements
US5846277A (en) * 1995-02-14 1998-12-08 Institute Francais Du Petrole Method for determining the optimum shape to be conferred on a thin movable plate including giving the plate a substantially threaded shape with a finite pitch
GB2325066A (en) * 1997-03-24 1998-11-11 Honda Motor Co Ltd Generating and veryifying die shape data for making automobile body parts
US5903458A (en) * 1997-06-06 1999-05-11 Ford Global Technologies, Inc. System and method for forming geometric features using global reparametrization

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
FOX K.G., SOFTWARE REVIEW, May 1999 (1999-05-01), Retrieved from the Internet <URL:http://www.cadsystems.com/software/9905f05.html> [retrieved on 20001114] *
KUMAR S., FREEFORM SURFACE MODULE IN WEBCAD, 18 May 2000 (2000-05-18), Retrieved from the Internet <URL:http://1ma.berkeley.edu/~satish/Project_reportCS285.htm> [retrieved on 20001115] *
LITT J., GRAPHIC DESIGN, 12 February 1999 (1999-02-12), Retrieved from the Internet <URL:http://graphicdesign.about.com/library/weekly/aa120299d.htm> [retrieved on 20001115] *
RATNER P.: "3-D human modeling and animation", 11 May 1998, JOHN WILEY & SONS *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8645111B2 (en) 2004-04-30 2014-02-04 Tekla Corporation Magnetic control plane
CN111739125A (zh) * 2020-06-18 2020-10-02 深圳市布易科技有限公司 用于服装订单的图像生成方法和生成装置
CN111739125B (zh) * 2020-06-18 2024-04-05 深圳市布易科技有限公司 用于服装订单的图像生成方法

Also Published As

Publication number Publication date
AUPQ856700A0 (en) 2000-07-27

Similar Documents

Publication Publication Date Title
Meier et al. Interactive color palette tools
US8917282B2 (en) Separating water from pigment in procedural painting algorithms
Kaplan Islamic star patterns from polygons in contact
US5892691A (en) Method, apparatus, and software product for generating weighted deformations for geometric models
JP2000003167A5 (fr)
US20050007378A1 (en) Texturing method and apparatus
Zhang et al. Generation of Kandinsky art
JP4475606B2 (ja) 網目パターン描写装置及び網目パターン描写方法
JP4402224B2 (ja) 立体模様を有するシートおよびその製造方法
US7663638B2 (en) Stroked fill
Tao et al. Automatically generating abstract paintings in Malevich style
EP2077191A1 (fr) Motif de grain d&#39;une impression à motif de grain, procédé de création de motif de grain et programme, produit matériel de boîtier sur lequel le motif de grain est imprimé, composant interne d&#39;automobile, appareil électroménager, et dispositif d&#39;information
Schulz et al. A generative layout approach for rooted tree drawings
WO2002003259A1 (fr) Procede et systeme pour generer des images a motifs
US6774907B1 (en) Tint transformation of fill
AU2001268844A1 (en) Method and system for generating patterned images
Hume Fashion and textile design with Photoshop and Illustrator: professional creative practice
WO2002056253A1 (fr) Procédé pour représenter à l&#39;ordinateur une mosaïque de papier de couleur
Akgun The digital art of marbled paper
Kaplan The Tiles, They Are a-Changin’
EP0454477A2 (fr) Système d&#39;édition d&#39;image
Jackson et al. A Collaborative, Interdisciplinary, Undergraduate Course on Generative Art
Gerr The Comic Artist’s Tools Suite: Centralized and Intuitive Non-Photorealistic Computer Graphics Renderings
Bailey Teaching OpenGL shaders: Hands-on, interactive, and immediate feedback
CN111519361A (zh) 一种具有乱针绣风格的写意机绣工艺

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWE Wipo information: entry into national phase

Ref document number: 2001268844

Country of ref document: AU

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP