var fDesc=new Array(); fDesc[0] = "ContactAngle is a simple and easy-to-use program to extract contact angles from videos of liquid droplets on a surface.

The program is free and open source under a BSD license and will work on various flavors of BSD, Linux, and Windows. It uses the OpenCV computer vision library for image processing and the wxWidgets toolkit for the user interface.

It was originally created to optimize layer structures for digital microfluidic (DMF) devices for work done at the EMSG research group at the University of Edinburgh, Scotland, UK."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }