000 -LEADER |
fixed length control field |
05854nam a2200697 i 4500 |
001 - CONTROL NUMBER |
control field |
7374770 |
003 - CONTROL NUMBER IDENTIFIER |
control field |
IEEE |
005 - DATE AND TIME OF LATEST TRANSACTION |
control field |
20200413152920.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS |
fixed length control field |
m eo d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION |
fixed length control field |
cr cn |||m|||a |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION |
fixed length control field |
160122s2016 caua foab 000 0 eng d |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
9781627058346 |
Qualifying information |
ebook |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
Canceled/invalid ISBN |
9781627058339 |
Qualifying information |
print |
024 7# - OTHER STANDARD IDENTIFIER |
Standard number or code |
10.2200/S00679ED1V01Y201511CGR022 |
Source of number or code |
doi |
035 ## - SYSTEM CONTROL NUMBER |
System control number |
(CaBNVSL)swl00406107 |
035 ## - SYSTEM CONTROL NUMBER |
System control number |
(OCoLC)935805897 |
040 ## - CATALOGING SOURCE |
Original cataloging agency |
CaBNVSL |
Language of cataloging |
eng |
Description conventions |
rda |
Transcribing agency |
CaBNVSL |
Modifying agency |
CaBNVSL |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER |
Classification number |
QA76.9.I52 |
Item number |
E833 2016 |
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER |
Classification number |
001.4226 |
Edition number |
23 |
100 1# - MAIN ENTRY--PERSONAL NAME |
Personal name |
Etiene, Tiago., |
Relator term |
author. |
245 13 - TITLE STATEMENT |
Title |
An introduction to verification of visualization techniques / |
Statement of responsibility, etc. |
Tiago Etiene, Robert M. Kirby, Cláudio T. Silva. |
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE |
Place of production, publication, distribution, manufacture |
San Rafael, California (1537 Fourth Street, San Rafael, CA 94901 USA) : |
Name of producer, publisher, distributor, manufacturer |
Morgan & Claypool, |
Date of production, publication, distribution, manufacture, or copyright notice |
2016. |
300 ## - PHYSICAL DESCRIPTION |
Extent |
1 PDF (xii, 80 pages) : |
Other physical details |
illustrations. |
336 ## - CONTENT TYPE |
Content type term |
text |
Source |
rdacontent |
337 ## - MEDIA TYPE |
Media type term |
electronic |
Source |
isbdmedia |
338 ## - CARRIER TYPE |
Carrier type term |
online resource |
Source |
rdacarrier |
490 1# - SERIES STATEMENT |
Series statement |
Synthesis lectures on visual computing, |
International Standard Serial Number |
2469-4223 ; |
Volume/sequential designation |
# 22 |
538 ## - SYSTEM DETAILS NOTE |
System details note |
Mode of access: World Wide Web. |
538 ## - SYSTEM DETAILS NOTE |
System details note |
System requirements: Adobe Acrobat Reader. |
500 ## - GENERAL NOTE |
General note |
Part of: Synthesis digital library of engineering and computer science. |
504 ## - BIBLIOGRAPHY, ETC. NOTE |
Bibliography, etc. note |
Includes bibliographical references (pages 73-77). |
505 0# - FORMATTED CONTENTS NOTE |
Formatted contents note |
1. Introduction -- |
505 8# - FORMATTED CONTENTS NOTE |
Formatted contents note |
2. Visualization in the real world -- 2.1 Visualizing data -- 2.1.1 Precursors of modern visualizations -- 2.2 Visualization pipeline -- 2.3 Building reliable visualizations -- 2.3.1 The pursuit of a correct marching cubes algorithm -- 2.4 Path to verification -- |
505 8# - FORMATTED CONTENTS NOTE |
Formatted contents note |
3. Validation and verification in simulation science -- 3.1 A canonical example -- 3.2 A realistic example -- 3.2.1 Temporal discretization -- |
505 8# - FORMATTED CONTENTS NOTE |
Formatted contents note |
4. Isosurface verification -- 4.1 An isosurface extraction primer -- 4.1.1 Mathematical definition -- 4.1.2 Isosurface approximation -- 4.2 Overview of the verification procedure -- 4.3 Discretization errors -- 4.3.1 Algebraic distance convergence errors -- 4.3.2 Normal convergence errors -- 4.4 Verification algorithm -- 4.5 Application examples -- 4.6 Results -- 4.6.1 VTK marching cubes -- 4.6.2 Macet -- 4.7 Discussion -- 4.8 Conclusion -- |
505 8# - FORMATTED CONTENTS NOTE |
Formatted contents note |
5. Volume rendering verification -- 5.1 A volume rendering primer -- 5.1.1 Solving the volume rendering equation -- 5.2 Why verify volume rendering techniques -- 5.2.1 Overview of the verification procedure -- 5.3 Discretization errors -- 5.4 Verification algorithms -- 5.4.1 Convergence analysis -- 5.4.2 Order of accuracy -- 5.5 Application examples -- 5.6 Results -- 5.6.1 Voreen -- 5.6.2 VTK fixed-point volume ray cast -- 5.6.3 VTK volume ray caster -- 5.7 Discussion -- 5.8 Conclusions -- |
505 8# - FORMATTED CONTENTS NOTE |
Formatted contents note |
6. Conclusion -- Bibliography -- Authors' biographies. |
506 1# - RESTRICTIONS ON ACCESS NOTE |
Terms governing access |
Abstract freely available; full-text restricted to subscribers or individual document purchasers. |
510 0# - CITATION/REFERENCES NOTE |
Name of source |
Compendex |
510 0# - CITATION/REFERENCES NOTE |
Name of source |
INSPEC |
510 0# - CITATION/REFERENCES NOTE |
Name of source |
Google scholar |
510 0# - CITATION/REFERENCES NOTE |
Name of source |
Google book search |
520 3# - SUMMARY, ETC. |
Summary, etc. |
As we increase our reliance on computer-generated information, often using it as part of our decision-making process, we must devise tools to assess the correctness of that information. Consider, for example, software embedded on vehicles, used for simulating aircraft performance, or used in medical imaging. In those cases, software correctness is of paramount importance as there's little room for error. Software verification is one of the tools available to attain such goals. Verification is a well known and widely studied subfield of computer science and computational science and the goal is to help us increase confidence in the software implementation by verifying that the software does what it is supposed to do. The goal of this book is to introduce the reader to software verification in the context of visualization. In the same way we became more dependent on commercial software, we have also increased our reliance on visualization software. The reason is simple: visualization is the lens through which users can understand complex data, and as such it must be verified. The explosion in our ability to amass data requires tools not only to store and analyze data, but also to visualize it. This book is comprised of six chapters. After an introduction to the goals of the book, we present a brief description of both worlds of visualization (Chapter 2) and verification (Chapter 3). We then proceed to illustrate the main steps of the verification pipeline for visualization algorithms. We focus on two classic volume visualization techniques, namely, Isosurface Extraction (Chapter 4) and Direct Volume Rendering (Chapter 5). We explain how to verify implementations of those techniques and report the latest results in the field of verification of visualization techniques. The last chapter concludes the book and highlights new research topics for the future. |
530 ## - ADDITIONAL PHYSICAL FORM AVAILABLE NOTE |
Additional physical form available note |
Also available in print. |
588 ## - SOURCE OF DESCRIPTION NOTE |
Source of description note |
Title from PDF title page (viewed on January 22, 2016). |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name entry element |
Information visualization. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name entry element |
Visualization |
General subdivision |
Data processing. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name entry element |
Visual programming (Computer science) |
653 ## - INDEX TERM--UNCONTROLLED |
Uncontrolled term |
visualization |
653 ## - INDEX TERM--UNCONTROLLED |
Uncontrolled term |
verification |
653 ## - INDEX TERM--UNCONTROLLED |
Uncontrolled term |
isosurfaces |
653 ## - INDEX TERM--UNCONTROLLED |
Uncontrolled term |
volume rendering |
653 ## - INDEX TERM--UNCONTROLLED |
Uncontrolled term |
geometry processing |
653 ## - INDEX TERM--UNCONTROLLED |
Uncontrolled term |
verifiable visualization |
700 1# - ADDED ENTRY--PERSONAL NAME |
Personal name |
Kirby, Robert M., |
Dates associated with a name |
1975-, |
Relator term |
author. |
700 1# - ADDED ENTRY--PERSONAL NAME |
Personal name |
Silva, Cláudio T., |
Relator term |
author. |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY |
Relationship information |
Print version: |
International Standard Book Number |
9781627058339 |
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE |
Uniform title |
Synthesis digital library of engineering and computer science. |
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE |
Uniform title |
Synthesis lectures on visual computing ; |
Volume/sequential designation |
# 22. |
International Standard Serial Number |
2469-4223 |
856 42 - ELECTRONIC LOCATION AND ACCESS |
Materials specified |
Abstract with links to resource |
Uniform Resource Identifier |
http://ieeexplore.ieee.org/servlet/opac?bknumber=7374770 |