US6262738B1 - Method for estimating volumetric distance maps from 2D depth images - Google Patents
Method for estimating volumetric distance maps from 2D depth images Download PDFInfo
- Publication number
- US6262738B1 US6262738B1 US09/206,071 US20607198A US6262738B1 US 6262738 B1 US6262738 B1 US 6262738B1 US 20607198 A US20607198 A US 20607198A US 6262738 B1 US6262738 B1 US 6262738B1
- Authority
- US
- United States
- Prior art keywords
- distance
- projected
- volume
- map
- distance map
- 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.)
- Expired - Lifetime
Links
- 238000000034 method Methods 0.000 title claims description 43
- 238000005266 casting Methods 0.000 claims abstract 2
- 238000009877 rendering Methods 0.000 description 12
- 239000013598 vector Substances 0.000 description 9
- 238000010586 diagram Methods 0.000 description 8
- 230000003993 interaction Effects 0.000 description 5
- 238000012800 visualization Methods 0.000 description 5
- 230000008569 process Effects 0.000 description 4
- 238000005094 computer simulation Methods 0.000 description 3
- 239000012636 effector Substances 0.000 description 3
- 238000013439 planning Methods 0.000 description 3
- 238000004364 calculation method Methods 0.000 description 2
- 238000009472 formulation Methods 0.000 description 2
- 230000002452 interceptive effect Effects 0.000 description 2
- 238000005259 measurement Methods 0.000 description 2
- 239000000203 mixture Substances 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000035515 penetration Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 238000012360 testing method Methods 0.000 description 2
- 230000000007 visual effect Effects 0.000 description 2
- 230000003044 adaptive effect Effects 0.000 description 1
- 238000013459 approach Methods 0.000 description 1
- 238000003491 array Methods 0.000 description 1
- 230000000712 assembly Effects 0.000 description 1
- 238000000429 assembly Methods 0.000 description 1
- 230000001419 dependent effect Effects 0.000 description 1
- 238000004512 die casting Methods 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 238000007781 pre-processing Methods 0.000 description 1
- 238000004088 simulation Methods 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 230000009466 transformation Effects 0.000 description 1
- 238000000844 transformation Methods 0.000 description 1
- 238000013316 zoning Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T15/00—3D [Three Dimensional] image rendering
- G06T15/10—Geometric effects
- G06T15/40—Hidden part removal
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T15/00—3D [Three Dimensional] image rendering
- G06T15/06—Ray-tracing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N13/00—Stereoscopic video systems; Multi-view video systems; Details thereof
- H04N13/10—Processing, recording or transmission of stereoscopic or multi-view image signals
- H04N13/106—Processing image signals
- H04N13/128—Adjusting depth or disparity
Definitions
- the invention relates generally to computer graphics, and more particularly to estimating 3D distance maps from 2D depth images.
- Distance maps are typically 2D or 3D discrete arrays of sampled values.
- the sampled values represent distances to the closest points on the surface of an object that is modeled in a computer.
- the zero-value iso-surface of a signed distance map represents the surface of the object.
- the gradient vector of the distance map points in the direction of the closest surface point, and hence, for points near object surfaces, the gradient of the distance map is a good approximation of the surface normal of the object.
- Yagel et al. use distance maps in “Volume-based Re-zoning and Visualization of Diecasting,” in Proceedings IEEE Visualization, 1994, for locating problematic regions in computer models of mechanical structures where part thickness may be too large for the manufacturing process.
- Gibson uses distance maps to accurately reconstruct surface normals for use in shaded volume rendering, as described in “Using Distance Maps for Accurate Surface Representation in Sampled Volumes” Proceedings IEEE Visualization, 1998.
- “Linked Volumetric Objects for Physical-based Modeling,” MERL Technical Report TR97-20 by Gibson discusses the use of both distance values and the gradient of the distance map for calculating impact force vectors between colliding graphical objects as the calculation of interaction forces between a haptic force feedback device and a virtual object model.
- Object scanning is the process of acquiring a computer model of a real-world object from image or range data. Scanning is done with many techniques. Most methods generate a “cloud,” or grid, of 3D points that lie on the object's surface. A model of the object is constructed by fitting surfaces to these points. However, as was discussed in Gibson's “Using Distance Maps for Accurate Surface Representation in Sampled Volumes,” distance maps provide a much more robust representation of object surfaces than sampled object points. Hence, if the range images were used to generate 3D distance maps, rather than clouds of surface points, then better scanned models can be obtained.
- the distance map can be generated procedurally. For example, for a spherical object centered at (x 0 , y 0 , z 0 ) with radius R, the signed distance map value can be calculated at a grid point (i, j, k) as:
- the signed distance is positive inside the object and negative outside the object.
- the distance map only a limited number of objects have simple procedural definitions for the distance map.
- the distance map is determined by finding the closest polygon, edge, or vertex in the model, and calculating the distance to that feature.
- One straightforward method for doing this is to consider each grid point in the distance map individually, find the closest polygon in the model by searching the list of polygons, and then calculating the distance from the grid point to that closest polygon.
- a second straightforward method is to consider each polygon in the object model one at a time, calculate the distance from the polygon to each grid point within a limited distance from the polygon, and replace each grid value in the distance map if the new distance has a smaller magnitude than the existing value.
- both of these methods for calculating distance maps from a polygonal model are adequate, when the distance map is calculated for a static object in a pre-processing step. However, both of these methods are unsuitable for time constrained interactive applications in which the shape or topology of the polygon model is changing.
- the present invention approximates 3D distance maps from range images of real-world objects or from triangulated object models using single or multiple projected 2D depth images.
- the invention can be used in systems where 2D depth images of real-world objects are obtained with range sensing devices, or in systems where the 2D depth images of virtual object models are obtained by calculating the projected distance from each point in the depth image to the object model.
- These systems can include means for performing the projection particularly fast using polygon rendering hardware and a graphics z-buffer.
- distance maps are a discrete representation of the distance from grid points in the volume to the closest point on the object surface.
- an interpolation function such as tri-linear interpolation
- distances at grid points can be used to estimate the closest distance from any point within the volume to the surface.
- the gradient of the distance map can be used to estimate the surface normal.
- Distances to object surfaces can be used in a number of applications.
- the distance maps can be used to determine a path that stays a minimum distance away from objects or an obstacle-free path with minimum length for a mobile robot.
- distance maps can be used in volume rendering to detect surfaces and surface normals that are required for determining surface reflections in shaded volume rendering.
- distance maps can be used in haptics, where an electromechanical device allows the user to “feel” the surface of a virtual object by providing force feedback to resist the user's tool when the tool penetrates the surface of the virtual object.
- Haptic feedback requires both the depth of penetration of the tool into the virtual object and the normal of the closest surface point to generate the resisting force vector.
- the present invention generates 3D distance maps from 2D projected depth images. Accordingly, a projected distance volume is generated from the depth image. Each sample in the projected distance volume is the distance to a surface point of the object in the projection direction. The distances in the projected volume are adjusted according the local gradient of the projected volume. More specifically, the distance is divided by the magnitude of the corresponding local gradient. The thus adjusted distances of the projected volume correctly represent the true distance map for planar surfaces, and closely approximate the true distance map near curved surfaces of the object.
- the present invention can be used in a system that uses graphics hardware and a graphics z-buffer to rapidly calculate the 2D projected depth images which are used to generate the projected distance volume for the above method.
- the invention can be used with a system that uses multiple range images acquired by a range sensor of a real-world object, and the above method for approximating distance maps from projected depth images for 3D scanning.
- FIG. 1 is a diagrammatic description of a volumetric distance map
- FIG. 2 is a diagrammatic description of the elements in a 2D distance map superimposed on the represented 2D object
- FIG. 3 is a diagrammatic description of the measurement of distance from a point in R 3 to the face, edge, and vertex of a triangle in R 3 ;
- FIG. 4 is a diagrammatic description of the use of a 2D distance map for obstacle avoidance by a mobile robot
- FIG. 5A is a block diagram of a computer system using distance maps
- FIG. 5B is a flow diagram of a use of a 3D distance map for force calculation in haptic feedback
- FIG. 6 is pseudocode of a system using distance maps for calculating surface normals for shading in volume rendering
- FIG. 7 is a diagrammatic description of one method for calculating the distance map from a triangulated model
- FIG. 8A is a diagrammatic description of a second method for calculating the distance map from a triangulated model
- FIG. 8B is pseudocode for replacing distances in a distance map
- FIG. 9 shows the projected depth image of a 3D object
- FIG. 10 is a diagrammatic description of the projected distance volume generated from the projected distance image
- FIGS. 11A-B are diagrammatic descriptions of the projected distance volume generated from multiple projected images
- FIGS. 12A-B are diagrammatic descriptions of the relationship between the projected distance and the true distance to a planar surface in 2D;
- FIG. 13 is a flow diagram of a process for estimating the true distance map from a projected distance map
- FIG. 14 is a block diagram of a system that uses hardware-assisted rendering and a graphics z-buffer for fast generation of projected distance images;
- FIG. 15 is a flow diagram of a process for hardware-assisted estimation of distance maps from triangulated object models
- FIG. 16 is a block diagram of a system that uses a range scanner to generate multiple depth images and the subject invention to generate a distance map for a real object;
- FIG. 17 is a flow diagram of a system that uses a range scanner to generate multiple depth images and the subject invention to generate a distance map for a real object.
- distance maps are 2D or 3D grids 2 of sampled points 4 .
- Each sample point represents the distance to the closest surface point of a represented object.
- distances from an object 6 to points in the grid 8 are represented as follows.
- Distances 12 , 16 , and 20 are negative distances from the edge of the 2D object to the exterior points 10 , 14 , and 18 respectively.
- Distance 24 is a positive distance to the interior point 22 , and a distance of zero is recorded for the point 26 .
- Point 26 is located exactly on the edge of the 2D object.
- the distances from a 3D triangle 30 with vertices v 1 , v 2 , and v 3 can be calculated as follows. For points that are closest to the face of the triangle, such as point 48 , the distance 50 to the closest point on the triangle 52 can be calculated as the magnitude of the dot product of the vector from the point to one of the vertices of the triangle and the triangle normal.
- the distance 40 to the closest point on the edge 42 can be calculated as the magnitude of the cross product of the normalized vector along the edge from v 1 to v 3 and the vector from the point 38 to the vertex v 3 .
- the distance 46 to the vertex 34 can be calculated as the magnitude of the vector from the point to the vertex.
- distance maps can be used for path planning and obstacle avoidance in robotics.
- This figure illustrates a system that determines a path for a robot with footprint 60 through an environment with obstacles 62 , 64 , and 66 .
- One approach is to generate a 2D distance map of the robot's environment. Contours of increasing distances from the obstacles are indicated as 68 , 70 , and 72 .
- the robot's operator is able to chose a path 74 which satisfies constraints on how closely the robot can come to the obstacles.
- distance maps can be used to calculate reaction forces for a haptic feedback device that is interacting with a virtual environment.
- a computer system 80 uses the distance map to detect collisions between the end effector of the haptic device and the object models, and calculates reaction forces due to impacts with the objects. The forces are converted by a haptic device controller 86 into control signals for the haptic device 88 , and ultimately to reaction forces that are applied to the user 90 .
- a computer monitor 82 provides visual feedback and other input devices, such as a keyboard 84 , provide other means for interacting with the system.
- FIG. 5B is a flow chart that illustrates the operation of such a haptic interaction system.
- the system includes a haptic device controller 100 , and a computer system 102 .
- the haptic device controller reads the position and orientation of the device end effector from a device encoders 104 and makes these available to the computer system.
- the haptic device controller also gets forces from the computer system and applies these to the device motors 106 to provide haptic feedback to the user.
- the computer system uses the distance map to determine whether the haptic end effector is contacting an object.
- the computer system calculates the distance and the normal of the closest object surface point for the given position of the haptic device in step 108 .
- the system calculates the reaction force vector for the given object penetration 110 as the product of the spring constant of the object, the distance to the closest object surface point, and the normalized normal vector of the closest surface point. This calculated force is then sent to the haptic device controller as a signal via line 112 .
- FIG. 6 shows an example of pseudocode for performing shaded volume rendering from sampled volume data that contain color and transparency as well as distance map values.
- the distance map is first used to determine whether each sample point along rays cast into the volume are inside or outside of the object.
- the distance map is also used to calculate the gradient of object surfaces for shading the image.
- FIG. 7 shows a grid-based method for calculating the distance map from a triangulated model.
- each point in the grid 120 is considered once.
- the closest distances 124 , 126 , and 128 to the triangles 130 , 132 and 134 are shown.
- the distances to all of the triangles in the triangle list 136 are calculated and the minimum distance is stored as the distance in the distance map as shown in a formulation 138 .
- FIG. 8A shows a triangle-based method for calculating the distance map.
- Each triangle 140 is considered once and a local region of the distance map for that triangle 142 is updated.
- grid points 144 and 146 are closest to the triangle face
- grid points 148 and 150 are closest to a triangle edge
- grid point 152 is closest to a triangle vertex.
- the distance is compared to the current distance stored in the distance map. If the magnitude of the new distance is smaller, then the distance in the distance map is replaced with the new distance as shown in the pseudocode of 154 shown in FIG. 8 B.
- the subject invention addresses this problem with a means for estimating the true distance map given a single or multiple projected depth images of the object model.
- a projected depth image 160 is a 2D image where the value of each point on the image grid is the distance to the object model 162 .
- the distance is measured along parallel rays projected towards the object.
- the rays are cast to the object in a direction that is perpendicular to the depth image.
- the distance is measured at the first point where the ray intersects the object. For example, for point 164 , the ray 166 intersects the object at 168 and the distance from 164 to 168 would be stored in the depth image.
- the distances from 170 , 172 , and 174 along the rays 176 , 178 , and 180 to the points 182 and 184 would be stored in the depth image.
- the ray 180 does not intersect the object.
- the distance stored at 174 is the distance to some pre-defined back plane. Using the convention that distances outside of the object are negative and distances inside of the object are positive, the distances at 164 , 170 , 172 , and 174 would all be negative.
- a projected distance volume 190 for an object 192 is calculated from the projected depth image 194 as follows. For a given point 198 at (i, j, k) in the projected distance map, the corresponding depth image point 196 is (i,j,0). Hence, the projected distance at 198 is related to the depth image at 196 according to the formulation:
- dist ( i, j, k ) dist ( i, j, 0)+ k,
- k is the grid increment perpendicular to the depth image.
- the value k is assumed to have the same scale and units as the projected distance values. Note that adding a positive k to the negative value stored at 196 will result in a distance value of zero in the projected distance map at the object surface.
- a single depth image can only be used to partially reconstruct the volume distance map because occluded surfaces and surfaces that are substantially perpendicular to the depth image are not represented in the projected distance map. Because the resultant projected distance volume is view dependent, it is most useful when the approximate viewing direction, or position, of the haptic interaction device is known.
- a more complete projected distance map of the object can be obtained when multiple depth maps, 200 , 202 , and 204 , are calculated for the object 206 as illustrated in FIG. 11 A.
- the distance at a point 208 in the combined projected distance map 210 is calculated as the minimum of the distance that is calculated for that point from the distance values at 212 , 214 , and 216 in the depth images 218 , 220 , and 222 , respectively.
- the points 212 , 214 , and 216 do not necessarily lie at a grid point in their respective depth images. Hence, distances in the depth images may need to be interpolated in order to calculate the correct projected distances at the point 208 in the projected distance volume.
- a bilinear interpolation method can be used for this purpose.
- FIG. 12 shows that the projected distances that are calculated from depth images are not the same as the true minimum distances from a point to the object.
- the projected distance 230 from point 232 to the object 238 along the ray originating at the point 234 in the depth image 236 is significantly longer than the true distance 240 .
- the gradient of the projected distance map when the gradient of the projected distance map is calculated using the central difference operator, the gradient has a magnitude of 2/sin(q). Using these two relationships, it will be appreciated that in 2D, dividing distances in the projected distance map by one half of the magnitude of the gradient of the projected distance map calculated by using the central distance operator, the resultant adjusted distance map is equal to the true distance map for linear objects.
- the true distance map can be obtained from the projected distance map by dividing the projected distances by one half the magnitude of the gradient of the projected distance map. For objects that are piecewise planar or objects whose curvature is relatively small, then the adjusted projected distance map will approximate the true distance map quite well close to the object surface.
- FIG. 13 shows the method steps for approximating the distance map for an object from single or multiple depth images.
- step 260 a single depth image or, alternatively, multiple depth images 262 , are calculated or generated either from a computer model or from measurements from a real object. These depth images are then used in 264 to create the projected distance volume 266 .
- step 268 the local gradient magnitude of the projected distance volume is determined at sample points throughout the volume. Each distance in the projected distance volume is then adjusted by dividing by one half of the magnitude of the local gradient of the projected distance volume. This adjusted distance map 270 is used as an approximation of the true distance map in the application.
- FIG. 14 shows a system that uses graphics hardware and a z-buffer to calculate depth images for triangulated object models.
- An object model 280 on a computer CPU 282 is rendered onto the depth image plane with the graphics depth test activated using the graphics hardware 284 .
- the depth image is then read from the graphics z-buffer and sent to the system which generates an approximate distance map from single or multiple depth images 282 .
- This distance map is used in a number of applications such as haptics, rendering, physical modeling, and the like in step 288 , which may result in modification of the object model, requiring that the distance map be recalculated.
- a monitor 290 and a haptic or other input device 292 can be used to give visual or haptic feedback and for user input.
- FIG. 15 shows the operational steps for a system that uses the graphics hardware and the invention for fast approximation of distance maps from a triangulated object model.
- a triangulated object model 300 is rendered in step 302 with the graphics depth test activated.
- the z-buffer is read in step 304 to produce a projected depth image. This depth image is used to generate or improve a projected distance volume in step 308 . If multiple depth images are used, steps 302 through 308 are repeated via line 310 .
- the projected distance volume is then adjusted in step 312 by dividing distances by one half the magnitude of local gradient magnitudes of the projected distance volume.
- This adjusted distance map can be used to approximate the true distance map 314 in interactions with the object model for haptics, volume rendering, and physically-based simulations, step 316 .
- these interactions cause changes in the object shape or topology, the process is repeated to generate a new distance map.
- FIG. 16 a schematic diagram for a system that uses the subject invention for scanning the shape of a real world object is shown.
- the object 320 is scanned with a range scanner 322 to generate a 2D depth image 324 of the object.
- the depth image is sent to the computer 326 . It will be appreciated that multiple depth images can be generated either by moving the camera or rotating the object.
- FIG. 17 a flow chart of a system that uses the subject invention for scanning the shape of a real world object is shown.
- the scanning device 330 generates multiple depth images 332 from different views of the object. These depth images are interpolated and combined in step 334 to create a projected distance volume 336 .
- the projected distance volume is then adjusted in step 338 to generate an approximate distance map 340 .
- the accuracy of the approximate distance map will improve when more depth images are used to generate the projected distance map.
- the approximate distance map will then be used by the application.
- the distance map is used to provide a shaded volume rendered image of the object.
- a surface tiling method is used to convert the distance map to polygons and then the polygon model is rendered using graphics hardware.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computer Graphics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Geometry (AREA)
- Signal Processing (AREA)
- Length Measuring Devices By Optical Means (AREA)
- Image Processing (AREA)
- Image Analysis (AREA)
- Image Generation (AREA)
- Analysing Materials By The Use Of Radiation (AREA)
Abstract
Description
Claims (11)
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/206,071 US6262738B1 (en) | 1998-12-04 | 1998-12-04 | Method for estimating volumetric distance maps from 2D depth images |
EP99120302A EP1006484A3 (en) | 1998-12-04 | 1999-10-12 | Method for estimating volumetric distance maps from 2D depth images |
JP29282099A JP3178528B2 (en) | 1998-12-04 | 1999-10-14 | A method for estimating volumetric distance maps from two-dimensional depth images |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/206,071 US6262738B1 (en) | 1998-12-04 | 1998-12-04 | Method for estimating volumetric distance maps from 2D depth images |
Publications (1)
Publication Number | Publication Date |
---|---|
US6262738B1 true US6262738B1 (en) | 2001-07-17 |
Family
ID=22764857
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/206,071 Expired - Lifetime US6262738B1 (en) | 1998-12-04 | 1998-12-04 | Method for estimating volumetric distance maps from 2D depth images |
Country Status (3)
Country | Link |
---|---|
US (1) | US6262738B1 (en) |
EP (1) | EP1006484A3 (en) |
JP (1) | JP3178528B2 (en) |
Cited By (46)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020097912A1 (en) * | 2000-12-12 | 2002-07-25 | Ron Kimmel | Method of computing sub-pixel euclidean distance maps |
US20020146163A1 (en) * | 2001-04-09 | 2002-10-10 | Mitsubishi Electric Research Laboratories, Inc. | Method for determining the shape of objects directly from range images |
US20020183986A1 (en) * | 2001-05-30 | 2002-12-05 | Stewart Paul Joseph | System and method for design of experiments using direct surface manipulation of a mesh model |
US20030011561A1 (en) * | 2001-06-22 | 2003-01-16 | Stewart Paul Joseph | System and method of interactive evaluation and manipulation of a geometric model |
US20030067537A1 (en) * | 2001-10-04 | 2003-04-10 | Myers Kenneth J. | System and method for three-dimensional data acquisition |
US20030198404A1 (en) * | 2002-04-17 | 2003-10-23 | Frisken Sarah F. | Method for determining distances to a surface from a range image |
US20030200066A1 (en) * | 2002-04-23 | 2003-10-23 | Stewart Paul Joseph | System and method for replacing parametrically described surface features with independent surface patches |
US6714213B1 (en) * | 1999-10-08 | 2004-03-30 | General Electric Company | System and method for providing interactive haptic collision detection |
US6812933B1 (en) * | 1999-10-29 | 2004-11-02 | Cognex Technology And Investment | Method for rendering algebraically defined two-dimensional shapes by computing pixel intensity using an edge model and signed distance to the nearest boundary |
US20050159879A1 (en) * | 2002-10-23 | 2005-07-21 | Charles-Marie De Graeve | Method and system, computer program comprising program code means, and computer program product for forming a graph structure in order to describe an area with a free area and an occupied area |
US20060028465A1 (en) * | 2004-08-09 | 2006-02-09 | Fujitsu Limited | Contact definition device, contact definition program, and contact definition method |
US7034818B2 (en) * | 2001-03-16 | 2006-04-25 | Mitsubishi Electric Research Laboratories, Inc. | System and method for converting range data to 3D models |
US20060133691A1 (en) * | 2004-12-16 | 2006-06-22 | Sony Corporation | Systems and methods for representing signed distance functions |
US7069202B2 (en) | 2002-01-11 | 2006-06-27 | Ford Global Technologies, Llc | System and method for virtual interactive design and evaluation and manipulation of vehicle mechanisms |
US7155673B2 (en) | 2001-02-01 | 2006-12-26 | Ford Global Technologies, Llc | System and method of interactive evaluation of a geometric model |
US20070103463A1 (en) * | 2005-08-31 | 2007-05-10 | Fumiko Beniyama | Simulation apparatus |
DE102008020579A1 (en) * | 2008-04-24 | 2009-11-05 | Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. | Method for controlling moving device relative to object arranged in arrangement, involves reading depth images with multiple image points of positive and negative volume of model of object for multiple orientations or positions of model |
US20100049366A1 (en) * | 2006-12-08 | 2010-02-25 | Electronics And Telecommunications Research Institute | Surroundings mapping apparatus capable of applying quickly changed surroundings information in mobile robot and method thereof |
US7742036B2 (en) * | 2003-12-22 | 2010-06-22 | Immersion Corporation | System and method for controlling haptic devices having multiple operational modes |
US7761269B1 (en) * | 2000-04-14 | 2010-07-20 | Ford Global Technologies, Llc | System and method of subjective evaluation of a vehicle design within a virtual environment using a virtual reality |
US20110080848A1 (en) * | 2009-10-01 | 2011-04-07 | Qualcomm Incorporated | Routing graphs for buildings using schematics |
US20110199370A1 (en) * | 2010-02-12 | 2011-08-18 | Ann-Shyn Chiang | Image Processing Method for Feature Retention and the System of the Same |
US20120029755A1 (en) * | 2010-07-28 | 2012-02-02 | Johnson David A | Robotic mower area coverage system |
US8380561B1 (en) * | 2008-07-30 | 2013-02-19 | Immersion Corporation | Method and apparatus for scoring haptic devices |
US20130293547A1 (en) * | 2011-12-07 | 2013-11-07 | Yangzhou Du | Graphics rendering technique for autostereoscopic three dimensional display |
US8817026B1 (en) | 2014-02-13 | 2014-08-26 | Raycast Systems, Inc. | Computer hardware architecture and data structures for a ray traversal unit to support incoherent ray traversal |
US20140375629A1 (en) * | 2011-11-17 | 2014-12-25 | Techmed 3D Inc. | Method and System for Forming a Virtual Model of a Human Subject |
US9070194B2 (en) | 2012-10-25 | 2015-06-30 | Microsoft Technology Licensing, Llc | Planar surface detection |
US20150228110A1 (en) * | 2014-02-10 | 2015-08-13 | Pixar | Volume rendering using adaptive buckets |
US9143899B2 (en) | 2009-10-12 | 2015-09-22 | Qualcomm Incorporated | Method and apparatus for transmitting indoor context information |
US9313615B2 (en) | 2009-10-01 | 2016-04-12 | Qualcomm Incorporated | Mobile device locating in conjunction with localized environments |
US9389085B2 (en) | 2010-01-22 | 2016-07-12 | Qualcomm Incorporated | Map handling for location based services in conjunction with localized environments |
US9498231B2 (en) | 2011-06-27 | 2016-11-22 | Board Of Regents Of The University Of Nebraska | On-board tool tracking system and methods of computer assisted surgery |
US20170228929A1 (en) * | 2015-09-01 | 2017-08-10 | Patrick Dengler | System and Method by which combining computer hardware device sensor readings and a camera, provides the best, unencumbered Augmented Reality experience that enables real world objects to be transferred into any digital space, with context, and with contextual relationships. |
US9905011B2 (en) | 2013-06-21 | 2018-02-27 | Canon Kabushiki Kaisha | Apparatus, system, and method for processing information and program for the same |
US20180072448A1 (en) * | 2016-09-09 | 2018-03-15 | Fuji Xerox Co., Ltd. | Development view information generation device and wrapping sheet output apparatus |
US9928645B2 (en) * | 2015-04-17 | 2018-03-27 | Microsoft Technology Licensing, Llc | Raster-based mesh decimation |
US10105149B2 (en) | 2013-03-15 | 2018-10-23 | Board Of Regents Of The University Of Nebraska | On-board tool tracking system and methods of computer assisted surgery |
US10219811B2 (en) | 2011-06-27 | 2019-03-05 | Board Of Regents Of The University Of Nebraska | On-board tool tracking system and methods of computer assisted surgery |
US10269172B2 (en) * | 2016-10-24 | 2019-04-23 | Disney Enterprises, Inc. | Computationally efficient volume rendering in computer-generated graphics |
US10504003B1 (en) * | 2017-05-16 | 2019-12-10 | State Farm Mutual Automobile Insurance Company | Systems and methods for 3D image distification |
US10728519B2 (en) | 2004-06-17 | 2020-07-28 | Align Technology, Inc. | Method and apparatus for colour imaging a three-dimensional structure |
US20210074052A1 (en) * | 2019-09-09 | 2021-03-11 | Samsung Electronics Co., Ltd. | Three-dimensional (3d) rendering method and apparatus |
US11116574B2 (en) | 2006-06-16 | 2021-09-14 | Board Of Regents Of The University Of Nebraska | Method and apparatus for computer aided surgery |
EP3882810A1 (en) | 2020-03-16 | 2021-09-22 | Carl Zeiss AG | Computer implemented methods and devices for determining dimensions and distances of head features |
US11911117B2 (en) | 2011-06-27 | 2024-02-27 | Board Of Regents Of The University Of Nebraska | On-board tool tracking system and methods of computer assisted surgery |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040179739A1 (en) * | 2001-05-23 | 2004-09-16 | Piotr Wilinski | Depth map computation |
KR100915880B1 (en) | 2007-12-24 | 2009-09-07 | 재단법인대구경북과학기술원 | Position estimation device and estimation method |
KR102087595B1 (en) | 2013-02-28 | 2020-03-12 | 삼성전자주식회사 | Endoscope system and control method thereof |
US9365479B1 (en) | 2014-12-30 | 2016-06-14 | Eastman Chemical Company | Methyl-iodide-free carbonylation of an alcohol to its homologous aldehyde and/or alcohol |
US9714206B2 (en) | 2014-12-30 | 2017-07-25 | Eastman Chemical Company | Methyl-iodide-free carbonylation of an alcohol to its homologous aldehyde and/or alcohol |
US9238606B1 (en) | 2014-12-30 | 2016-01-19 | Eastman Chemical Company | Methyl-Iodide-free carbonylation of methanol to acetaldehyde |
US9266807B1 (en) | 2014-12-30 | 2016-02-23 | Eastman Chemical Company | Conversion of alcohols to longer chain aldehydes or alcohols |
US9266806B1 (en) | 2014-12-30 | 2016-02-23 | Eastman Chemical Company | Reductive carbonylation of methanol to acetaldehyde |
US10146310B2 (en) | 2015-03-26 | 2018-12-04 | Intel Corporation | Haptic user interface control |
US10578453B2 (en) * | 2017-07-14 | 2020-03-03 | Rosemount Aerospace Inc. | Render-based trajectory planning |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5923329A (en) * | 1996-06-24 | 1999-07-13 | National Research Council Of Canada | Method of grid generation about or within a 3 dimensional object |
US5995108A (en) * | 1995-06-19 | 1999-11-30 | Hitachi Medical Corporation | 3D image composition/display apparatus and composition method based on front-to-back order of plural 2D projected images |
US6084587A (en) * | 1996-08-02 | 2000-07-04 | Sensable Technologies, Inc. | Method and apparatus for generating and interfacing with a haptic virtual reality environment |
US6111582A (en) * | 1996-12-20 | 2000-08-29 | Jenkins; Barry L. | System and method of image generation and encoding using primitive reprojection |
-
1998
- 1998-12-04 US US09/206,071 patent/US6262738B1/en not_active Expired - Lifetime
-
1999
- 1999-10-12 EP EP99120302A patent/EP1006484A3/en not_active Withdrawn
- 1999-10-14 JP JP29282099A patent/JP3178528B2/en not_active Expired - Lifetime
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5995108A (en) * | 1995-06-19 | 1999-11-30 | Hitachi Medical Corporation | 3D image composition/display apparatus and composition method based on front-to-back order of plural 2D projected images |
US5923329A (en) * | 1996-06-24 | 1999-07-13 | National Research Council Of Canada | Method of grid generation about or within a 3 dimensional object |
US6084587A (en) * | 1996-08-02 | 2000-07-04 | Sensable Technologies, Inc. | Method and apparatus for generating and interfacing with a haptic virtual reality environment |
US6111582A (en) * | 1996-12-20 | 2000-08-29 | Jenkins; Barry L. | System and method of image generation and encoding using primitive reprojection |
Non-Patent Citations (1)
Title |
---|
Sarah F. F. Gibson, "Linked Volumetric Objects for Physical-based Modeling", Mitsubishi Electric Research Laboratories Technical Report TR97-20, Nov. 4, 1997. |
Cited By (88)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6714213B1 (en) * | 1999-10-08 | 2004-03-30 | General Electric Company | System and method for providing interactive haptic collision detection |
US6812933B1 (en) * | 1999-10-29 | 2004-11-02 | Cognex Technology And Investment | Method for rendering algebraically defined two-dimensional shapes by computing pixel intensity using an edge model and signed distance to the nearest boundary |
US7761269B1 (en) * | 2000-04-14 | 2010-07-20 | Ford Global Technologies, Llc | System and method of subjective evaluation of a vehicle design within a virtual environment using a virtual reality |
US20020097912A1 (en) * | 2000-12-12 | 2002-07-25 | Ron Kimmel | Method of computing sub-pixel euclidean distance maps |
US7113617B2 (en) * | 2000-12-12 | 2006-09-26 | Hewlett-Packard Development Company, L.P. | Method of computing sub-pixel Euclidean distance maps |
US7155673B2 (en) | 2001-02-01 | 2006-12-26 | Ford Global Technologies, Llc | System and method of interactive evaluation of a geometric model |
US7034818B2 (en) * | 2001-03-16 | 2006-04-25 | Mitsubishi Electric Research Laboratories, Inc. | System and method for converting range data to 3D models |
US20020146163A1 (en) * | 2001-04-09 | 2002-10-10 | Mitsubishi Electric Research Laboratories, Inc. | Method for determining the shape of objects directly from range images |
US6836562B2 (en) * | 2001-04-09 | 2004-12-28 | Mitsubishi Electric Research Laboratories, Inc. | Method for determining the shape of objects directly from range images |
US7079996B2 (en) * | 2001-05-30 | 2006-07-18 | Ford Global Technologies, Llc | System and method for design of experiments using direct surface manipulation of a mesh model |
US20020183986A1 (en) * | 2001-05-30 | 2002-12-05 | Stewart Paul Joseph | System and method for design of experiments using direct surface manipulation of a mesh model |
US6801187B2 (en) * | 2001-06-22 | 2004-10-05 | Ford Global Technologies, Llc | System and method of interactive evaluation and manipulation of a geometric model |
US20030011561A1 (en) * | 2001-06-22 | 2003-01-16 | Stewart Paul Joseph | System and method of interactive evaluation and manipulation of a geometric model |
US20030067537A1 (en) * | 2001-10-04 | 2003-04-10 | Myers Kenneth J. | System and method for three-dimensional data acquisition |
US7069202B2 (en) | 2002-01-11 | 2006-06-27 | Ford Global Technologies, Llc | System and method for virtual interactive design and evaluation and manipulation of vehicle mechanisms |
US6963671B2 (en) * | 2002-04-17 | 2005-11-08 | Mitsubishi Electric Research Labs, Inc. | Method for determining distances to a surface from a range image |
US20030198404A1 (en) * | 2002-04-17 | 2003-10-23 | Frisken Sarah F. | Method for determining distances to a surface from a range image |
US7174280B2 (en) | 2002-04-23 | 2007-02-06 | Ford Global Technologies, Llc | System and method for replacing parametrically described surface features with independent surface patches |
US20030200066A1 (en) * | 2002-04-23 | 2003-10-23 | Stewart Paul Joseph | System and method for replacing parametrically described surface features with independent surface patches |
US7765499B2 (en) * | 2002-10-23 | 2010-07-27 | Siemens Aktiengesellschaft | Method, system, and computer product for forming a graph structure that describes free and occupied areas |
US20050159879A1 (en) * | 2002-10-23 | 2005-07-21 | Charles-Marie De Graeve | Method and system, computer program comprising program code means, and computer program product for forming a graph structure in order to describe an area with a free area and an occupied area |
US8286122B2 (en) | 2002-10-23 | 2012-10-09 | Siemens Aktiengesellschaft | Method, system, and computer product for forming a graph structure that describes free and occupied areas |
US20100293517A1 (en) * | 2002-10-23 | 2010-11-18 | Siemens Aktiengesellschaft | Method, system, and computer product for forming a graph structure that describes free and occupied areas |
US7742036B2 (en) * | 2003-12-22 | 2010-06-22 | Immersion Corporation | System and method for controlling haptic devices having multiple operational modes |
US10728519B2 (en) | 2004-06-17 | 2020-07-28 | Align Technology, Inc. | Method and apparatus for colour imaging a three-dimensional structure |
US10944953B2 (en) | 2004-06-17 | 2021-03-09 | Align Technology, Inc. | Method and apparatus for colour imaging a three-dimensional structure |
US10750151B2 (en) | 2004-06-17 | 2020-08-18 | Align Technology, Inc. | Method and apparatus for colour imaging a three-dimensional structure |
US10750152B2 (en) | 2004-06-17 | 2020-08-18 | Align Technology, Inc. | Method and apparatus for structure imaging a three-dimensional structure |
US10764557B2 (en) | 2004-06-17 | 2020-09-01 | Align Technology, Inc. | Method and apparatus for imaging a three-dimensional structure |
US10812773B2 (en) | 2004-06-17 | 2020-10-20 | Align Technology, Inc. | Method and apparatus for colour imaging a three-dimensional structure |
US10924720B2 (en) | 2004-06-17 | 2021-02-16 | Align Technology, Inc. | Systems and methods for determining surface topology and associated color of an intraoral structure |
US20060028465A1 (en) * | 2004-08-09 | 2006-02-09 | Fujitsu Limited | Contact definition device, contact definition program, and contact definition method |
US20060133691A1 (en) * | 2004-12-16 | 2006-06-22 | Sony Corporation | Systems and methods for representing signed distance functions |
US7555163B2 (en) * | 2004-12-16 | 2009-06-30 | Sony Corporation | Systems and methods for representing signed distance functions |
US20070103463A1 (en) * | 2005-08-31 | 2007-05-10 | Fumiko Beniyama | Simulation apparatus |
US11116574B2 (en) | 2006-06-16 | 2021-09-14 | Board Of Regents Of The University Of Nebraska | Method and apparatus for computer aided surgery |
US11857265B2 (en) | 2006-06-16 | 2024-01-02 | Board Of Regents Of The University Of Nebraska | Method and apparatus for computer aided surgery |
US20100049366A1 (en) * | 2006-12-08 | 2010-02-25 | Electronics And Telecommunications Research Institute | Surroundings mapping apparatus capable of applying quickly changed surroundings information in mobile robot and method thereof |
DE102008020579B4 (en) * | 2008-04-24 | 2014-07-31 | Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. | Method for automatic object position detection and movement of a device relative to an object |
DE102008020579A1 (en) * | 2008-04-24 | 2009-11-05 | Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. | Method for controlling moving device relative to object arranged in arrangement, involves reading depth images with multiple image points of positive and negative volume of model of object for multiple orientations or positions of model |
US8380561B1 (en) * | 2008-07-30 | 2013-02-19 | Immersion Corporation | Method and apparatus for scoring haptic devices |
US20110080848A1 (en) * | 2009-10-01 | 2011-04-07 | Qualcomm Incorporated | Routing graphs for buildings using schematics |
US9313615B2 (en) | 2009-10-01 | 2016-04-12 | Qualcomm Incorporated | Mobile device locating in conjunction with localized environments |
US9116003B2 (en) | 2009-10-01 | 2015-08-25 | Qualcomm Incorporated | Routing graphs for buildings |
US9140559B2 (en) * | 2009-10-01 | 2015-09-22 | Qualcomm Incorporated | Routing graphs for buildings using schematics |
US9894490B2 (en) | 2009-10-12 | 2018-02-13 | Qualcomm Incorporated | Method and apparatus for transmitting indoor context information |
US9143899B2 (en) | 2009-10-12 | 2015-09-22 | Qualcomm Incorporated | Method and apparatus for transmitting indoor context information |
US9389085B2 (en) | 2010-01-22 | 2016-07-12 | Qualcomm Incorporated | Map handling for location based services in conjunction with localized environments |
US20110199370A1 (en) * | 2010-02-12 | 2011-08-18 | Ann-Shyn Chiang | Image Processing Method for Feature Retention and the System of the Same |
US8665276B2 (en) * | 2010-02-12 | 2014-03-04 | National Tsing Hua University | Image processing method for feature retention and the system of the same |
US20120029755A1 (en) * | 2010-07-28 | 2012-02-02 | Johnson David A | Robotic mower area coverage system |
US9807925B2 (en) * | 2010-07-28 | 2017-11-07 | Deere & Company | Robotic mower area coverage system |
US10219811B2 (en) | 2011-06-27 | 2019-03-05 | Board Of Regents Of The University Of Nebraska | On-board tool tracking system and methods of computer assisted surgery |
US10080617B2 (en) | 2011-06-27 | 2018-09-25 | Board Of Regents Of The University Of Nebraska | On-board tool tracking system and methods of computer assisted surgery |
US9498231B2 (en) | 2011-06-27 | 2016-11-22 | Board Of Regents Of The University Of Nebraska | On-board tool tracking system and methods of computer assisted surgery |
US11911117B2 (en) | 2011-06-27 | 2024-02-27 | Board Of Regents Of The University Of Nebraska | On-board tool tracking system and methods of computer assisted surgery |
US12232828B2 (en) | 2011-06-27 | 2025-02-25 | Board Of Regents Of The University Of Nebraska | On-board tool tracking system and methods of computer assisted surgery |
US9691176B2 (en) * | 2011-11-17 | 2017-06-27 | Techmed 3D Inc. | Method and system for forming a virtual model of a human subject |
US20140375629A1 (en) * | 2011-11-17 | 2014-12-25 | Techmed 3D Inc. | Method and System for Forming a Virtual Model of a Human Subject |
US20130293547A1 (en) * | 2011-12-07 | 2013-11-07 | Yangzhou Du | Graphics rendering technique for autostereoscopic three dimensional display |
US9070194B2 (en) | 2012-10-25 | 2015-06-30 | Microsoft Technology Licensing, Llc | Planar surface detection |
US10105149B2 (en) | 2013-03-15 | 2018-10-23 | Board Of Regents Of The University Of Nebraska | On-board tool tracking system and methods of computer assisted surgery |
US9905011B2 (en) | 2013-06-21 | 2018-02-27 | Canon Kabushiki Kaisha | Apparatus, system, and method for processing information and program for the same |
US9619923B2 (en) | 2014-01-14 | 2017-04-11 | Raycast Systems, Inc. | Computer hardware architecture and data structures for encoders to support incoherent ray traversal |
US20150228110A1 (en) * | 2014-02-10 | 2015-08-13 | Pixar | Volume rendering using adaptive buckets |
US9842424B2 (en) * | 2014-02-10 | 2017-12-12 | Pixar | Volume rendering using adaptive buckets |
US8928675B1 (en) | 2014-02-13 | 2015-01-06 | Raycast Systems, Inc. | Computer hardware architecture and data structures for encoders to support incoherent ray traversal |
US8947447B1 (en) | 2014-02-13 | 2015-02-03 | Raycast Systems, Inc. | Computer hardware architecture and data structures for ray binning to support incoherent ray traversal |
US8817026B1 (en) | 2014-02-13 | 2014-08-26 | Raycast Systems, Inc. | Computer hardware architecture and data structures for a ray traversal unit to support incoherent ray traversal |
WO2015123068A1 (en) * | 2014-02-13 | 2015-08-20 | Raycast Systems, Inc. | Computer hardware architecture and data structures for incoherent ray traversal |
US9058691B1 (en) | 2014-02-13 | 2015-06-16 | Raycast Systems, Inc. | Computer hardware architecture and data structures for a ray traversal unit to support incoherent ray traversal |
US9035946B1 (en) * | 2014-02-13 | 2015-05-19 | Raycast Systems, Inc. | Computer hardware architecture and data structures for triangle binning to support incoherent ray traversal |
US8952963B1 (en) | 2014-02-13 | 2015-02-10 | Raycast Systems, Inc. | Computer hardware architecture and data structures for a grid traversal unit to support incoherent ray traversal |
US9087394B1 (en) | 2014-02-13 | 2015-07-21 | Raycast Systems, Inc. | Computer hardware architecture and data structures for packet binning to support incoherent ray traversal |
US9761040B2 (en) | 2014-02-13 | 2017-09-12 | Raycast Systems, Inc. | Computer hardware architecture and data structures for ray binning to support incoherent ray traversal |
US8842117B1 (en) | 2014-02-13 | 2014-09-23 | Raycast Systems, Inc. | Computer hardware architecture and data structures for lookahead flags to support incoherent ray traversal |
US9928645B2 (en) * | 2015-04-17 | 2018-03-27 | Microsoft Technology Licensing, Llc | Raster-based mesh decimation |
US20170228929A1 (en) * | 2015-09-01 | 2017-08-10 | Patrick Dengler | System and Method by which combining computer hardware device sensor readings and a camera, provides the best, unencumbered Augmented Reality experience that enables real world objects to be transferred into any digital space, with context, and with contextual relationships. |
US20180072448A1 (en) * | 2016-09-09 | 2018-03-15 | Fuji Xerox Co., Ltd. | Development view information generation device and wrapping sheet output apparatus |
US10269172B2 (en) * | 2016-10-24 | 2019-04-23 | Disney Enterprises, Inc. | Computationally efficient volume rendering in computer-generated graphics |
US10504003B1 (en) * | 2017-05-16 | 2019-12-10 | State Farm Mutual Automobile Insurance Company | Systems and methods for 3D image distification |
US11176414B1 (en) * | 2017-05-16 | 2021-11-16 | State Farm Mutual Automobile Insurance Company | Systems and methods for 3D image distification |
US11670097B2 (en) | 2017-05-16 | 2023-06-06 | State Farm Mutual Automobile Insurance Company | Systems and methods for 3D image distification |
US12198245B2 (en) * | 2019-09-09 | 2025-01-14 | Samsung Electronics Co., Ltd. | Three-dimensional (3D) rendering method and apparatus |
US20210074052A1 (en) * | 2019-09-09 | 2021-03-11 | Samsung Electronics Co., Ltd. | Three-dimensional (3d) rendering method and apparatus |
US11798189B2 (en) | 2020-03-16 | 2023-10-24 | Carl Zeiss Vision International Gmbh | Computer implemented methods and devices for determining dimensions and distances of head features |
WO2021185758A1 (en) | 2020-03-16 | 2021-09-23 | Carl Zeiss Ag | Computer implemented methods and devices for determining dimensions and distances of head features |
EP3882810A1 (en) | 2020-03-16 | 2021-09-22 | Carl Zeiss AG | Computer implemented methods and devices for determining dimensions and distances of head features |
Also Published As
Publication number | Publication date |
---|---|
JP3178528B2 (en) | 2001-06-18 |
EP1006484A3 (en) | 2003-07-09 |
EP1006484A2 (en) | 2000-06-07 |
JP2000172854A (en) | 2000-06-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6262738B1 (en) | Method for estimating volumetric distance maps from 2D depth images | |
JP4204670B2 (en) | Volume data representation system | |
Hoff III et al. | Fast and simple 2d geometric proximity queries using graphics hardware | |
US6448968B1 (en) | Method for rendering graphical objects represented as surface elements | |
Lowe | Fitting parameterized three-dimensional models to images | |
Newcombe et al. | Kinectfusion: Real-time dense surface mapping and tracking | |
US6342886B1 (en) | Method for interactively modeling graphical objects with linked and unlinked surface elements | |
US6498607B1 (en) | Method for generating graphical object represented as surface elements | |
JPH07120434B2 (en) | Method and apparatus for volume rendering | |
US6396496B1 (en) | Method for modeling graphical objects represented as surface elements | |
US6480190B1 (en) | Graphical objects represented as surface elements | |
Redon et al. | Interactive and continuous collision detection for avatars in virtual environments | |
CN115861547A (en) | Model surface sample line generation method based on projection | |
Hoff et al. | Fast 3d geometric proximity queries between rigid and deformable models using graphics hardware acceleration | |
Rösch et al. | Interactive visualization of implicit surfaces with singularities | |
US7136786B2 (en) | Method and system for modeling interaction of objects | |
Wiemann et al. | Automatic Map Creation For Environment Modelling In Robotic Simulators. | |
Wiemann et al. | An evaluation of open source surface reconstruction software for robotic applications | |
JP5400802B2 (en) | Contact simulation method and apparatus using layered depth images | |
Lowe | Fitting parameterized 3-D models to images | |
JP4102091B2 (en) | Method for determining an image according to the magnitude of a gradient from a range image | |
Hertzmann | New insights in smooth occluding contours for nonphotorealistic rendering | |
US7088361B2 (en) | Raycasting perspective views | |
Sud et al. | Surface distance maps | |
Ohno et al. | Mixed reality visualization of point clouds for supporting terrestrial laser scanning |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: MITSUBISHI ELECTRIC INFORMATION TECHNOLOGY CENTER Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GIBSON, SARAH F.F.;PERRY, RONALD N.;REEL/FRAME:009623/0731 Effective date: 19981204 |
|
AS | Assignment |
Owner name: MITSUBISHI ELECTRIC RESEARCH LABORATORIES, INC., M Free format text: CHANGE OF NAME;ASSIGNOR:MITSUBISHI ELECTRIC INFORMATION TECHNOLOGY CENTER AMERICA, INC.;REEL/FRAME:011564/0329 Effective date: 20000828 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
REMI | Maintenance fee reminder mailed | ||
FPAY | Fee payment |
Year of fee payment: 4 |
|
SULP | Surcharge for late payment | ||
FPAY | Fee payment |
Year of fee payment: 8 |
|
FPAY | Fee payment |
Year of fee payment: 12 |