Experiences using an open source software library to teach computer vision subjects

  1. Cazorla, Miguel 1
  2. Viejo, Diego 1
  1. 1 Universitat d'Alacant
    info

    Universitat d'Alacant

    Alicante, España

    ROR https://ror.org/05t8bcz72

Revista:
JOTSE

ISSN: 2013-6374

Año de publicación: 2015

Volumen: 5

Número: 3

Páginas: 214-227

Tipo: Artículo

DOI: 10.3926/JOTSE.143 DIALNET GOOGLE SCHOLAR lock_openDialnet editor

Otras publicaciones en: JOTSE

Resumen

Machine vision is an important subject in computer science and engineering degrees. For laboratory experimentation, it is desirable to have a complete and easy-to-use tool. In this work we present a Java library, oriented to teaching computer vision.  We have designed and built the library from the scratch with enfasis on readability and understanding rather than on efficiency. However, the library can also be used for research purposes. JavaVis is an open source Java library, oriented to the teaching of Computer Vision. It consists of a framework with several features that meet its demands. It has been designed to be easy to use: the user does not have to deal with internal structures or graphical interface, and should the student need to add a new algorithm it can be done simply enough. Once we sketch the library, we focus on the experience the student gets using this library in several computer vision courses. Our main goal is to find out whether the students understand what they are doing, that is, find out how much the library helps the student in grasping the basic concepts of computer vision. In the last four years we have conducted surveys to assess how much the students have improved their skills by using this library.