Copy Link
Add to Bookmark
Report

VISION-LIST Digest Volume 14 Issue 25

eZine's profile picture
Published in 
VISION LIST Digest
 · 6 Jan 2024

VISION-LIST Digest    Thu Jun 29 12:07:25 PDT 95     Volume 14 : Issue 25 

- ***** The Vision List host is TELEOS.COM *****
- Send submissions to Vision-List@TELEOS.COM
- Vision List Digest available via COMP.AI.VISION newsgroup
- If you don't have access to COMP.AI.VISION, request list
membership to Vision-List-Request@TELEOS.COM
- Access Vision List Archives via anonymous ftp to TELEOS.COM

Today's Topics:

Advanced Vision Platform - AVP-100
PDI's Image Capture for PCI Power Mac
Public Domain Skeletonization Software
Combining motion estimates
Spare copy of Pattern Recognition Letters Needed
Statement of Producer's vs. Consumer's Risk
RA vacancy
Master of AI program offered by Kath. Universiteit Leuven
NEW JOURNAL on Mathematical Imaging and Vision
CFP: IS&T/SPIE symposium on EI (Real-Time Imaging)
CFP Visual'96
CFP: ISCA Int'l Conf. on Computers and Their Applications

----------------------------------------------------------------------

Date: Thu, 29 Jun 1995 10:44:28 -0700
From: Ann Reid <car@teleos.com>
Subject: Advanced Vision Platform - AVP-100

Teleos Research is pleased to announce that we are shipping our next-
generation vision system, providing real-time stereo and motion on a
Pentium-based platform. The new system is the Advanced Vision
Platform - AVP-100.

AVP-100 is an easy-to-use, high-level vision system that delivers
real-time performance for vision experimentation and for robotic
applications. It is aimed at researchers who want immediate access to
real-time range and motion measurements for specialized applications.
Sample applications include:

- Navigational guidance for autonomous robots
- Positional and structural information for manipulation tasks
- Mapping terrain features, particularly in inhospitable environments

For further information, please see

http://teleos.com/

or send e-mail to info@teleos.com with subject: AVP-100.

C. Ann Reid
Director of Marketing Communications Vox 415/328-8800
Teleos Research Fax 415/328-8880
576 Middlefield Road E-mail car@teleos.com
Palo Alto, CA 94301 URL: http://teleos.com/

------------------------------

Date: 21 Jun 1995 00:00:50 GMT
From: ksmith@precisionimages.com
Organization: PDI
Subject: PDI's Image Capture for PCI Power Mac

PDI Announces High-Performance Image Capture for PCI-based Power Macintosh

Redmond, Wash. -- Precision Digital Images today announced
IMAXX/PCI/MacOS, a high-performance video capture product for the
PCI-based Power MacintoshTM, also announced today. The IMAXX family of
products, currently available on the NuBus and PCI (Peripheral
Component Interface) bus for DOS and Windows, is now available for the
Power Macintosh platform using the PCI bus interface. The IMAXX
product line is designed for high performance medical, scientific, and
industrial applications, including analog, digital, monochrome, and
color capture.

PDI's web site has more information on imaging for the PCI Power Mac,
as well as discussion, tutorials, demo images, and a gateway to
imaging sites, at http://www.precisionimages.com. To learn more about
PCI for the Macintosh, and the new Power Macintosh, please see Apple's
web site at http://www.apple.com.

For more information about PDI, contact them at (800) 678-6505 or
(206) 882-0218, fax (206) 867-9177. Email info@precisionimages.com or
Web http://www.precisionimages.com. Thank you!

Kim J. Smith (KSmith@PrecisionImages.com)

============ Precision Digital Images
============ at http://www.precisionimages.com
============ 6742 185th Avenue NE
============ Redmond, WA 98053 USA
============ Tel: (206) 882-0218

------------------------------

Date: Wed, 28 Jun 1995 09:53:25 -0400
From: rlo@arcadia.harvard.edu (Robert Ogniewicz)
Organization: Harvard Robotics Laboratory
Subject: Public Domain Skeletonization Software

Dear Colleagues,

I have prepared a first public domain release of my
skeletonization algorithms. The package can be fetched
through access to my WWW homepage, URL =
http://hrl.harvard.edu/people/postdocs/rlo.html or from
our FTP server ftp.hrl.harvard.edu.

The software is still undergoing revision and it
unequivocally represents an experimental version. Parts
of the software have been completed just a couple of weeks
ago. However, I believe that further improvement and
development of the algorithms will substantially benefit
from the feedback provided by other users. I am looking
forward to receiving any kind of suggestions or comments
on this software.

WHAT IS IN THE PACKAGE ?
========================
My software package contains programs which compute robust
Euclidean skeletons from binary images (or, optionally,
from user-defined contour data). This goal is achieved by
a small set of routines which perform the following
subtasks:

* extraction of a boundary representation (polygonal
chain) from a binary image -> program "ctran". Several
image formats are supported, including GIF, TIFF, Sun
Rasterfile, and JPEG.

* generation of the Voronoi diagram of the vertices of the
polygonal chain (thus approximating the continuous medial
axis) -> program "voro"

* extraction of a stable subset of the Voronoi diagram (the
Voronoi skeleton). Different pruning techniques have
been implemented. The simplest methods exploit saliency
measures applied to each component of the Voronoi
diagram and apply a simple threshold operation to
extract the skeleton. More sophisticated techniques
establish a hierarchic organization of skeleton branches
(Skeleton Pyramid). Also a novel method of automatic
skeletonization is provided. This technique permits to
extract a `first order' or `main' medial axis which
captures the most significant components of a
shape. Skeleton branches associated with detail features
are grouped at lower levels of the hierarchy. This
latest method (based on the so-called Skeleton-Space)
does not require any human supervision -> program
"prune"

* compilation of the extracted skeleton data into a symbolic
data structure which can be edited and modified with any
standard editor (Skeleton-Set). Parser routines
including a sample program are provided for reading back
skeleton data from file into machine memory -> program
"loadskset"

* simple visualization routines for the display of boundary,
Voronoi tessellation, and skeleton data -> program
"shosk" Optionally, data can be converted into a
Postscript file readable by 'idraw', the InterViews
drawing editor.

* (Limited) support for AVS and KHOROS.

Robert L. Ogniewicz
Division of Applied Sciences
Harvard University Phone : (617) 496 7367
29 Oxford St FAX : (617) 496 6404
Cambridge, MA 02138 E-mail: rlo@hrl.harvard.edu

WWW: http://hrl.harvard.edu/people/postdocs/rlo.html

------------------------------

Date: Fri, 23 Jun 1995 15:24:21 +0200
From: gil sylvia <gil@cui.unige.ch>
Subject: Combining motion estimates

Hello,

I am interested in computing the trajectory and the velocity parameters
of objects moving in the camera field of view. I have several
measures/estimates of the motion parameters, extracted through different
methods. I am interested in combining these estimates in order to obtain a
"combined-estimate" which is closer to the "real values".

So far, I have found the following papers that seem relevant to this problem:

- "Combining estimators using non-constant weighting functions",
by V. Tresp and M. Taniguchi, Advances in Neural Information
Processing Systems 7, MIT Press, 1995.

- "Multitarget-Multisensor Tracking: Advanced Applications", editor
Bar-Shalom, Artech House, 1990.

- "Optimal linear combination of neural networks",
Sh. Hashem, Ph.D. thesis, Purdue University, 1993.

Could anyone please give me any other pointers or suggest alternative
approaches that possibly use non-constant weighting functions?

Thank you a lot.

Sylvia Gil Dept. of Computer Science
E-mail: gil@cui.unige.ch University of Geneva
Phone: +41 (22) 705-7628 24, rue du General Dufour
Fax: +41 (22) 705-7780 1211 Geneva 4
http://cuiwww.unige.ch Switzerland

------------------------------

Date: Wed, 21 Jun 1995 10:23:09 +0100 (BST)
From: ceegp1@cee.hw.ac.uk (Gianni Luigi Pronzato)
Subject: Spare copy of Pattern Recognition Letters Needed

Does anyone have a copy of "Pattern Recognition Letters V15(8)"
that they no longer require. I need it to replace a library copy
that I have misplaced.

Many Thanks

------------------------------

Date: 23 Jun 1995 23:33:56 GMT
From: jtgalkowski@bix.com (jtgalkowski)
Organization: BIX
Subject: Statement of Producer's vs. Consumer's Risk
Summary: Question on p. 234 of Newman and Jain "Survey"
Keywords: Automated visual inspection, performance metrics

Subject: Statement of Producer's Risk vs. Consumer's Risk

I'm confused by some statements describing conditional probabilities
reported in the recently published survey,

T.S.Newman, A.K.Jain, "A survey of automated visual
[1] inspection", Computer Vision and Image Understanding,
61(2), March 1995, 231-262,

in part presents the outcome of an inspection of a part in terms of a
statistical hypothesis test and "producer's risk" versus "consumer's risk".
(See first starting paragraph on page 234 of the text, beginning with
"Sampling can be formally defined as....") It goes on to define

i. "Producer's risk" as "the risk associated with a lot of batch of
good quality that is mistakenly rejected...," and later
identifies this as Type I error, a kind of error of false alarm,

and

ii. "Consumer's risk" as "the chance of mistakenly accepting a lot
of poor quality...," and later identifies this as a Type II
error, a kind of failure to detect.

Then at the bottom of page 237, and continuing on page 238, Newman and Jain
cite

S.Olympieff, J.C.Pineda, and P.Horaud, "The use of vision for
[2] industrial inspection", Proc. 6th Intl. Conf. on Automated
Inspection and Product Control, Birmingham, UK, 1982, pp. 179-190

to justify the statement

"[Olympieff, et. al.'s] ...system operated at a speed of approxi-
mately 5 s per insepction and reduced consumer's risk from 0.5%
for manual inspection to 0.05%."

O.K., here's my question, asked in a full paragraph, and
translating the statements from Newman and Jain into strictly statistical
terms:

(1) Given the analogy with hypothesis testing, taking the null
hypothesis to be that the part "...is [actually] acceptable", a
producer's risk is defined as the likelihood the two-sided test
will yield a determination in excess of the threshold of
acceptance merely due to random fluctuations _given_ _that_ _the_
_part_ _is_ _in_ _fact_ _perfect_.

(2) A consumer's risk is defined as the likelihood the (still two-
sided) test will yield a determination that judges the part
acceptable given that the part is in fact flawed in excess of
some tolerance.

(3) Now, the twenty-five shekel question: _What_ _is_ _used_ _for_
_the_ _alternative_ _hypothesis_ _here_? That is, it seems
there should be any one of a number of possible actual flaw
sizes, each one resulting in a different value for "consumer's
risk". Which one is it?

Now, consider the possibilities.

I can buy the stretch of the meaning of "null hypothesis" used in
the definition of producer's risk. It seems reasonable to model that
dispersion as being distributed about some "zero flaw size" or nominal
parameter or quality value, even if we know there will be some nonzero sized
flaw. But "consumer's risk" is a muddle.

"Consumer's risk" doesn't seem to have a meaning unless some
specific sized flaw is used as the alternative (hypothesis). Otherwise,
there isn't a particular_value_ for consumer's risk, there's a _function_
which describes consumer's risk, a function taking the size or nature of the
flaw as a parameter. But, in that circumstance either Newman and Jain quote
[2] incompletely, or the authors of [2] failed to specify the alternative as
well. I haven't been able to find a copy of [2] to check.

I don't know how widespread this practice of quoting changes in
consumer's risk is in the visual inspection biz. I don't want to unfairly
criticize Newman and Jain who did a wonderful job putting all that material
so handily together. And I don't want to criticize the work of [2] without
even giving it a read, but I fear I may be misunderstanding the way
"consumer's risk" is conventionally interpreted by those working visual
inspection. Moreover, the result of [2] is a nice number to quote when
presenting possible benefits of automatic inspection.

So I ask.

Anyone have any ideas? Failing that, does anyone have e-mail
addresses for Newman, Jain, Olympieff, Pineda, or Horaud?

Thanks,

JT

------------------------------

Date: Tue, 20 Jun 95 12:07:06 BST
From: John Oakley <john@snow_goose.ee.man.ac.uk>
Subject: RA vacancy

Research fellow (RAII scale) image processing

Multimedia Information Systems Laboratory
Manchester University, Department of Electrical Engineering


We are looking for a person with experience in image processing
algorithms (preferably with some exposure to image processing
hardware) for a contract lasting approximately 20 months from 1st
August 95. The project is concerned with real-time enhancement of
image sequences form an airborne camera. The main aim for this post
will be the implementation and refinement of new algorithms which
exploit prior knowledge of scene geometry and camera motion. Some
support for flight trials will also be involved.


This work forms part of a significant activity at Manchester
University to develop advanced imaging systems for the aerospace
industry. The successful applicant will be expected to interact with
other members of the group on associated research work.

To apply please send a full CV including the names of two referees to:

Dr J. P Oakley
Electrical Engineering
University of Manchester
Manchester, M13 9PL

------------------------------

Date: 21 Jun 1995 07:56:38 GMT
From: Luc.DeRaedt@cs.kuleuven.ac.be (Luc De Raedt)
Organization: Dept. Computerwetenschappen K.U.Leuven
Subject: Master of AI program offered by Kath. Universiteit Leuven

Master of Artificial Intelligence program of
the Katholieke Universiteit Leuven (Belgium)


The Master of AI program

The Artificial Intelligence program was founded in 1989.
It is a one year program (October to July or September,
depending on the thesis completion date),
offering multidisciplinary postgraduate education
to graduates from a broad variety of disciplines, e.g.
engineering, linguistics, economy, psychology, etc.
Many courses in this curriculum belong to the postgraduate
(doctoral) programs offered by the participating University Departments.

The courses are taught by members of the research and teaching
staff of Departments, involved in the study
of Cognitive Science, the development of Artificial Intelligence
methods and tools, or the application of Knowledge Based techniques.
The participating Departments include:
-Experimental Psychology,
-Linguistics,
-Computing Science,
-Electrical Engineering,
-Mechanical Engineering,
-Chemical Engineering,
-Neurophysiology,
-Philosophy.

The program consists of two main options:
1) engineering and computer science,
2) cognitive science.
Courses in both options can however be exchanged
if the student satisfies the prerequisites.



ENGINEERING AND COMPUTER SCIENCE OPTION : COURSES

Mandatory components :
Introductory courses
-Fundamentals of AI
-Cognitive Science
-Neural Computing
-Philosophy of AI
Advanced courses
-Logic as a foundation of AI
-Programming languages and programming methodologies
-Methodologies for building knowledge based systems
Seminars by guest speakers
Thesis (equivalent to the workload of 4 courses)

Optional Components (6 courses to be choosen from):
-Robotics
-Computer Vision
-Natural Language Processing
-Speech processing and recognition
-Advanced computer architectures
-Advanced programming languages for AI
-Formal reasoning proof techniques for software systems
-Selected topics in logic programming
-Formal reasoning and proof techniques for digital system correctness
-Knowledge based techniques for automated analog system design
-Artificial Neural Networks
-Machine Learning and inductive inference
-Language based synthesis of digital systems
-Expert system techniques for control and design in the process industry


COGNITIVE SCIENCE OPTION : COURSES

Mandatory components :
Introductory courses
-Fundamentals of AI
-Cognitive Science
-Neural Computing
-Philosophy of AI
Advanced courses
-Logic as a foundation of AI
-Linguistic theories and AI
-Programming languages and programming methodologies
Seminars by guest speakers
Thesis (equivalent to the workload of 4 courses)

Optional Components (5 courses to be choosen from):
-Psychology of perception and memory
-Cognitive modeling of categorization and induction
-Knowledge representation
-Natural language processing
-Expert systems : knowledge acquisition
-Cognitive-Ergonomic contribution to human-computer interaction
-Computational and modular approaches in Cognitive Science
-Psycholinguistics
-Choice and decision theories


PRACTICAL INFORMATION

Students who want to take the Engineering and Computer Science
option should hold a Master's Degree or its
equivalent in the fields of Engineering or Sciences.
They should also have experience in computing concepts and practice.

Students who want to take the Cognitive Science option should
hold a Master's Degree or its equivalent in behavioral sciences
or humanities. They must have some familiarity with mathematics and
logic and must possess a working knowledge of higher-order programming
languages (for example Pascal, Prolog, Lisp).

An application form must be filled out,
including a statement of the individual's objectives;
the applicant also has to explain how the program
and his/her preparation meet these objectives.

The tuition fee is 17800 Belgian Francs.

All courses are taught in English by experienced staff active
in the field.

More detailed information and application forms can be obtained from :

Secretariat International Study Program Artificial Intelligence
K.U.Leuven
Arenbergkasteel
Kardinaal Mercierlaan 94
3001 Heverlee (Belgium)
phone :++32 16 32 13 73
email : Anne.Ons@FTW.kuleuven.ac.be

The KULeuven

The Katholieke Universiteit Leuven was founded in 1425 and became
in short time one of the largest and most renowned European universities.
Currently the KULeuven is by far the largest Belgian university
with an enrolment of more than 23000 students (1300 of whom
are foreign students, representing some 80 nations) and
13 faculties. The city of Leuven is a charming university town
with many attractive cafes, restaurants and well-known student life.

------------------------------

Date: Thu, 22 Jun 1995 15:38:28 GMT
From: MARKETING@wkap.nl (Peter Spiering)
Organization: Wolters Kluwer Academic Publishers
Subject: NEW JOURNAL on Mathematical Imaging and Vision

This is an announcement of a new journal by Kluwer Academic Publishers:

JOURNAL OF MATHEMATICAL IMAGING AND VISION

Editor-in-Chief: Gerhard X. Ritter (University of Florida)

Information on the Journal of Mathematical Imaging and Vision and table of
contents of the first issue can be obtained from the Kluwer Gopher Server:

gopher: gopher.wkap.nl
www: gopher://Gopher.wkap.nl:70/11gopher_root%3A%5B_journal._jrnl.jmiv%5D

Information can also be obtained via:

E-mail from North America: kluwer@world.std.com
E-mail from Rest of World: services@wkap.nl


------------------------------

Date: Thu, 22 Jun 1995 17:55:54 GMT
From: pxs3413@hertz.njit.edu (Purnendu Sinha)
Organization: New Jersey Institute of Technology, Newark, New Jersey
Subject: CFP: IS&T/SPIE symposium on EI (Real-Time Imaging)

REAL-TIME IMAGING

Conference Chairs: Phillip A. Laplante, Burlington County College
/New Jersey Institute of Technology; Alexander D. Stoyenko, New Jersey
Institute of Technology; Divyendu Sinha, CUNY/College of Staten Island

Conference Committee: Ling Guan, Univ. of Sydney (Australia); Robert P. Loce,
Xerox Corp.; Paolo Nesi, Univ. of Florence (Italy); Herbert H. Taylor, Sarnoff
Real Time Corp.; Stephen S. Wilson, Applied Intelligent Systems, Inc.

Real-time image processing is any image processing where timeliness is as
critical as accuracy. Included in this domain are real-time image compression,
target acquisition and tracking, remote control and sensing, image enhancement
and filtering, networking for real-time imaging, advanced computer
architectures, computer vision, optical measurement and inspection, and
simulation.
The Real-Time Imaging conference is intended to bring together
researchers, technologists, and practitioners in fundamental real-time imaging
technologies and their application areas. The conference will provide a
mechanism for researchers to keep abreast of new applications and industrial
needs, and for practitioners to learn of new available technologies.
Emphasis will be placed on the application of real-time imaging in the
following technologies: robotics, virtual reality, multimedia, medical
imaging, industrial inspection, high-definition television, advanced
simulators, computer-integrated manufacturing, and intelligent vehicles.
The conference welcomes original papers in fundamental real-time imaging
technologies and their application areas. The conference will focus on papers
of an applied nature although survey and theoretical papers with practical
results are welcome.

Papers are solicited in the areas of:
* target acquisition and tracking
* remote control and sensing
* networking for real-time imaging
* advanced computer architectures for real time
* robot vision
* optical measurement and inspection
* simulation
* any of the aforementioned applications areas.


This conference is just one of nearly 30 conferences to be held at the
EI'96 symposium. And EI'96 is just part of the larger Photonics West Symposium
being held 27 January - 2 February 1996, San Jose Convention Ctr., San Jose,
California USA.

TO OBTAIN ALL CALLS FOR PAPERS ELECTRONICALLY
The calls for papers for all conferences in the Photonics West symposium will
be available early June on SPIE Web
(http://www.spie.org/web/meetings/calls/pw96_home.html),
by anonymous FTP
(ftp://spie.org/meetings/calls/pw96*),
or by e-mail file retrieval
send a message to info-optolink-request@spie.org with the following in the
message body:
send [meetings.calls]pw96*}

For a printed call for papers or other information:
E-mail: pw96@spie.org
Fax: 360/647-1445 (*)
Phone: 360/676-3290 (*)

Electronic Imaging '96 DEADLINES
Paper Abstracts Due from Authors:
3 July 1995

Advance Programs due from Chairs:
31 July 1995

Manuscripts Due from Authors:
2 January 1996

GUIDELINES FOR SUBMITTING AN ABSTRACT

Send a 500 word abstract of your paper, by the appropriate deadline, in ONE
of the following ways:

mail (please mail 4 hard copies) to:
IS&T/SPIE Electronic Imaging '96
SPIE, P.O. Box 10, Bellingham, WA 98227-0010
Shipping Address: 1000 20th Street, Bellingham, WA 98225
Telephone: 360/676-3290 (*)
electronic mail in ASCII format to Internet abstracts@spie.org
(Please send one submission per email message.)
fax to SPIE at 360/647-1445 (*)
(Please send one submission per fax.)

Be sure each abstract includes the following:

1. CONFERENCE CHAIR and CONFERENCE TITLE (submit to ONLY ONE conference)
to which the abstract is submitted

2. AUTHOR LISTING (List principal author first)
for each author: full name [first(given) last(family] and affiliation,
mailing address, phone/fax numbers, email

3. ABSTRACT/PAPER TITLE

4. ABSTRACT TEXT: 500 words typed on white paper

5. KEYWORDS: maximum of 5 keywords

6. BRIEF BIOGRAPHY of the principal author: 50-100 words

Please contact SPIE if you have any questions or require further
information.

(*) Please note:
SPIE's area code changed from 206 to 360 in February 1995. If you
experience any difficulty using the 360 area code, please use 206 and notify
SPIE, your local phone company, and the people in charge of the phone system
from where you placed your call. You may also call 1-800-441-5516 to report the
difficulty. Thank you for your patience while US West and other regional
phone companies fix this problem. You may also call SPIE at 800/483-9034, a
temporary number for use during this transition to the new area code.

------------------------------

Date: Tue, 27 Jun 1995 23:22:04 GMT
From: zheng@matilda.vut.edu.au (Zheng Zhi Jie)
Organization: Victoria University of Technology
Subject: CFP Visual'96
Summary: The First International Conference of Visual Information Systems
Keywords: Visual Informatin Systems

Call for Papers

First International Conference on Visual Information Systems

VISUAL '96
5-6 February 1996
Melbourne, Victoria
AUSTRALIA


Aims and Scope

With the widespread use of multimedia information, there is a pressing
requirement to efficiently manage, store, manipulate and retrieve images
and pictorial data in a wide spectrum of applications. As many organisations
currently maintain large collections of images, the need for flexible visual
information management is already critical. Future information systems in
commercial and scientific applications will have a high visual content, and
it is necessary to integrate the visual and image components into the
architecture of organisational information systems. Such visual components
will tend to permeate all information systems and in time will not be regarded
as a distinct element, but will form an essential part of any information
system, working alongside and in harmony with structured information
processing components. The conference will focus attention on the management
of visual information and will include, but is not restricted to, the
following topics:

* Architecture of visual information systems
* Data modelling for visual information systems
* Memory organisation and management
* Feature recognition and extraction
* Feature and content indexing
* Picture description and representation languages
* Query model and paradigms for visual information
* Query language for visual information retrieval
* Content-based search and retrieval
* Integration of visual and non-visual information
* Compression and delivery of visual information
* Image processing and manipulation
* Parallel processing in visual information systems
* Specific applications areas of visual information systems

Both work in progress as well as fully developed systems will be of interest
to the conference.


Keynote Addresses:

Shi-Kuo Chang, University of Pittsburgh, USA
Tosiyasu Kunii, University of Aizu, Japan


Paper Submission:

Authors should submit three copies of an extended abstract consisting of
between two and four pages to the Program Chair. The abstract should
include the authors' names, affiliation, telephone and fax numbers, postal
and email addresses, and provide sufficient details to allow the merits of
the paper to be assessed. Authors are encouraged to submit the abstracts
electronically in Postscript form to visual96@matilda.vut.edu.au.
Abstracts will be reviewed internationally. Detailed instructions for
manuscript preparation will be sent at the time of acceptance
notification, and are also available from the Web page (see Further
Information).

Accepted papers must be presented at the Conference with the presenting author
registering as a delegate in order for the paper to be included in the
proceedings. Conference proceedings will be published and distributed to
participants at the conference. It is also planned to publish the papers in
book form after the conference.


Important Dates:

Expression of interest: 2 September 1995
Extended abstract due: 2 October 1995
Notification of acceptance: 3 November 1995
Camera ready paper due: 11 December 1995
Conference: 5-6 February 1996


Organising Chair:

Audrey Tam
Department of Computer & Mathematical Sciences
Victoria University of Technology
PO Box 14428, MMC
Melbourne, Victoria 3000, AUSTRALIA
Email: amt@matilda.vut.edu.au


Program Chair:

Clement Leung
Department of Computer & Mathematical Sciences
Victoria University of Technology
PO Box 14428, MMC
Melbourne, Victoria 3000, AUSTRALIA
Email: amt@matilda.vut.edu.au


Program Committee:

David Bell, University of Ulster
Terry Caelli, Curtin University of Technology
Alfonso Cardenas, University of California, Los Angeles
Shi-Kuo Chang, University of Pittsburgh
Francis Chin, University of Hong Kong
Roland Chin, Hong Kong University of Science & Technology
Bill Cody, IBM Almaden Research Center
John Debenham, University of Technology Sydney
Tharam Dillon, LaTrobe University
Borko Furht, Florida Atlantic University
Ricki Goldman-Segall, University of British Columbia
Bill Grosky, Wayne State University
Ramesh Jain, University of California, San Diego
Kingsley Nwosu, AT&T Bell Laboratories
Tosiyasu Kunii, University of Aizu
Zhi-Qiang Liu, University of Melbourne
Wo-shun Luk, Simon Fraser University
Song De Ma, Chinese Academy of Science
Erich Neuhold, T.H. Darmstadt
P. Venkat Rangan, University of California, San Diego
Nalin Sharda, Victoria University of Technology
Bala Srinivasan, Monash University
Imants Svalbe, Monash University
Paul Swatman, Swinburne University of Technology
Rodney Topor, Griffith University
Zhi Jie Zheng, Victoria University of Technology


Expression of Interest:

Please respond by 2 September 1995
Name:....................................................................
Title First Initial(s) Last
Organisation:..........................................................
Address:
...............................................................................
Email:.....................................................................
Tel: (..........).......................................................
Fax: (..........)..........................................................

[] I plan to attend Visual '96. Please send me registration information.
[] I plan to attend Visual '96 and present my work as a poster.
[] I plan to attend Visual '96 and submit a paper on the following topic:
.................................................................
[] I may not be able to attend Visual '96, but would like to order the
Proceedings.

Further Information:

Further information and updates are available on the World Wide Web at:
http://dingo.vut.edu.au/~visual96
or by contacting:

Visual '96 Conference Secretariat
Department of Computer & Mathematical Sciences
Victoria University of Technology
PO Box 14428, MMC
Melbourne, Victoria 3000, AUSTRALIA
Email: visual96@matilda.vut.edu.au
Tel: +61 3 688 4249 Fax: +61 3 688 4050

------------------------------

Date: Tue, 20 Jun 1995 11:46:21 -0400
From: mas@isca.pdial.interpath.net (Mary Ann Sullivan)
Subject: CFP: ISCA Int'l Conf. on Computers and Their Applications

CALL FOR PAPERS

ISCA INTERNATIONAL CONFERENCE ON
COMPUTERS AND THEIR APPLICATIONS

March 7 - 9, 1996
Sir Francis Drake Hotel, San Francisco, California USA

Sponsored by the
International Society for Computers and Their Applications (ISCA)


CONFERENCE CHAIR:

Maurice E. Cohen (USA)
California State University and
U. of California, San Francisco
Ph: (209) 278-4904
E-mail: cohen@ucsfresno.edu


PROGRAM CHAIR:

Donna L. Hudson
U. of California, San Francisco
Ph: (209) 225-6100, ext. 5776
E-mail: hudson@ucsfresno.edu


PROGRAM COMMITTEE:

Metin Akay (Rutgers U.)
R. Ammar (U. of Connecticut)
Mohamed El-Sharkawy (IUPUI)
M. Sami Fadali (U. of Nevada, Reno)
R. E. Gantenbein (U. of Wyoming)
Ashok Goel (Michigan Tech.)
Gordon K. Lee (North Carolina St. U.)
Carl Looney (U. of Nevada, Reno)
Sushil Louis (U. of Nevada, Reno)
Mehdi Owrang (American U.)
David Pheanis (Arizona State U.)
Howard Sholl (U. of Connecticut)
J. Steadman (U. of Wyoming)
Joseph Tritto (Hospital St. Louis, Paris)
Charles Webber, Jr. (Loyola U. Med Ctr)
Xingdon Wu (Monash U., Australia)
Suk-Chung Yoon (Widener U.)
Joseph Zbilut (Rush-Presb. Med Ctr)




The conference provides an international forum for presentation
and discussion of research on computers and their applications.

Authors are invited to submit papers and proposals for tutorials
concerned with theory or practice or both. The focus of the
conference includes, but is not limited to, the following areas:

Adaptive systems Educational programs
Algorithms Embedded systems
Biomedical engineering Image Processing
CAD/CAM Multimedia
Communication Networks
Computer vision Pattern Recognition
Control systems Real-time applications
Data-acquisition systems Robotics
Digital Signal Processing Simulation

INSTRUCTIONS TO AUTHORS:

Each submission must include five copies of the paper or tutorial
proposal and a cover letter specifying the affiliation, telephone
number, electronic mail address, and fax number of the primary
author. Papers should be at most 15 double-spaced pages and
must include an abstract of 100-150 words with five keywords.
The program committee will review each submission and judge
it with respect to quality and relevance. Submit your paper by
October 15, 1995 to the program chairman:


Dr. Donna L. Hudson Ph: (209) 225-6100, ext. 5776
Univ. of California, San Fran. Fax: (209) 228-6955
2615 E. Clinton Avenue E-mail: hudson@ucsfresno.edu
Fresno, CA 93703

Authors wishing to have their papers reviewed for possible
publication in the ISCA International Journal of Computers
and Their Applications should send four copies of expanded
versions of their paper directly to the Editor, Professor Howard
Sholl, University of Connecticut, U-31, 233 Glenbrook Road,
Storrs, CT 06269-4051. The Editor also welcomes papers not
submitted to the ISCA conference.


IMPORTANT DATES:

Deadline for paper and/or tutorial submission: October 15, 1995
Notification of acceptance: December 1, 1995
Camera ready papers due: January 15, 1996


Ms. Mary Ann Sullivan
International Society for Computers Phone: (919) 847-3747
and Their Applications (ISCA) Fax: (919) 676-0666
8820 Six Forks Road E-mail: mas@isca.pdial.interpath.net
Raleigh, NC 27615-2969

------------------------------

End of VISION-LIST digest 14.25
************************

← previous
next →
loading
sending ...
New to Neperos ? Sign Up for free
download Neperos App from Google Play
install Neperos as PWA

Let's discover also

Recent Articles

Recent Comments

Neperos cookies
This website uses cookies to store your preferences and improve the service. Cookies authorization will allow me and / or my partners to process personal data such as browsing behaviour.

By pressing OK you agree to the Terms of Service and acknowledge the Privacy Policy

By pressing REJECT you will be able to continue to use Neperos (like read articles or write comments) but some important cookies will not be set. This may affect certain features and functions of the platform.
OK
REJECT